summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/tables.c
Commit message (Expand)AuthorAgeFilesLines
* Add the timestamp of the last match, packet and byte counters to tableLuiz Souza2017-07-151-5/+67
* MFC r304041:ae2017-07-151-5/+3
* Use , to separate MAC address pair items. IPFW is already designed to deal wi...Renato Botelho2016-10-211-1/+1
* Remove unnecessary assignment.Luiz Otavio O Souza2016-10-181-1/+0
* Add ipfw support to MAC address tables.Luiz Otavio O Souza2016-10-171-0/+48
* 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
* Fully switch to named tables:melifaro2014-07-031-231/+469
* * Add new IP_FW_XADD opcode which permits tomelifaro2014-06-291-2/+56
* Suppord showing named tables in ipfw(8) rule listing.melifaro2014-06-281-1/+41
* Simplify opcode handling.melifaro2014-06-151-12/+10
* Move further to eliminate next pieces of number-assuming code inside tables.melifaro2014-06-141-0/+597
OpenPOWER on IntegriCloud