summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/tables.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2017-12-141-0/+2
|\
| * MFC r324592:ae2017-10-201-0/+2
* | Add support for the classic pfSense 'mixed' tables.Luiz Souza2017-07-201-2/+16
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2017-07-171-10/+6
|\ \ | |/
| * MFC r318400:ae2017-05-241-10/+6
* | Add the timestamp of the last match, packet and byte counters to tableLuiz Souza2017-07-151-5/+67
* | Use , to separate MAC address pair items. IPFW is already designed to deal wi...Renato Botelho2017-07-141-1/+1
* | Remove unnecessary assignment.Luiz Otavio O Souza2017-07-141-1/+0
* | Add ipfw support to MAC address tables.Luiz Otavio O Souza2017-07-141-0/+48
|/
* MFC r317666:ae2017-05-101-5/+6
* MFC r317682:ae2017-05-101-8/+34
* MFC r304041:ae2017-04-031-5/+3
* MFC r303615:ae2016-08-041-5/+17
* Hide warning about non-existent lookup tables and informational messagesae2016-07-021-5/+4
* Add External Actions KPI to ipfw(9).ae2016-04-141-33/+6
* Fix a ton of speelling errorseadler2015-10-211-5/+5
* Code cleanup unused-but-set-variable spotted by gcc.araujo2015-08-251-7/+1
* sbin/ipfw fix typo: info -> intofeld2015-08-101-1/+1
* Bring back support for checking tables via "ipfw -n".melifaro2015-05-191-18/+80
* Correctly print valtype for empty bitmask.melifaro2015-05-061-0/+1
* Generalize object reference handling in ipfw rules.melifaro2015-04-261-67/+0
* Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_valueae2015-03-131-8/+29
* * Fix table sets handling.melifaro2014-10-171-1/+1
* Partially fix build on !amd64melifaro2014-10-101-2/+2
* * Fix use-after-free in table printing code.melifaro2014-10-091-5/+6
* Fix GCC wardnings.melifaro2014-10-041-3/+4
* Change copyrights to the proper one.melifaro2014-09-051-7/+3
* Use per-function errno handling instead of global one.melifaro2014-09-051-30/+22
* Add support for multi-field values inside ipfw tables.melifaro2014-08-311-125/+365
* Make room for multi-type values in struct tentry.melifaro2014-08-151-4/+4
* Replace "cidr" table type with "addr" type.melifaro2014-08-141-9/+8
* * Document internal commands.melifaro2014-08-141-4/+6
* * Do not crash on incorrect "flow" type inputs.melifaro2014-08-131-5/+16
* * Update table_handler cmd listmelifaro2014-08-121-16/+25
* * Add the abilify to lock/unlock given table from changes.melifaro2014-08-111-5/+37
* * Add support for batched add/delete for ipfw tablesmelifaro2014-08-111-43/+183
* Kernel changes:melifaro2014-08-081-14/+23
* * Add IP_FW_TABLE_XMODIFY opcodemelifaro2014-08-081-10/+125
* Remove IP_FW_TABLES_XGETSIZE opcode.melifaro2014-08-081-21/+26
* Implement atomic ipfw table swap.melifaro2014-08-031-1/+49
* * Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd.melifaro2014-08-031-3/+11
* Show algorithm-specific data in "table info" output.melifaro2014-08-031-0/+94
* * Permit limiting number of items in table.melifaro2014-08-011-7/+35
* * Add new "flow" table type to support N=1..5-tuple lookupsmelifaro2014-07-311-38/+258
* Improve "ipfw talist" readability.melifaro2014-07-301-2/+2
* * Add number:array algorithm lookup method.melifaro2014-07-301-2/+12
* * Dump available table algorithms via "ipfw talist" cmd.melifaro2014-07-291-3/+57
* * Add generic ipfw interface tracking APImelifaro2014-07-281-9/+1
* * Require explicit table creation before use on kernel side.melifaro2014-07-261-4/+27
* * Add "lookup" table functionality to permit userland entry lookups.melifaro2014-07-061-97/+153
OpenPOWER on IntegriCloud