summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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