aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/tables.c
Commit message (Expand)AuthorAgeFilesLines
* [ipfw] quieten maybe-uninitialized errors in ipfw when compiled under mips-gc...Adrian Chadd2020-07-141-2/+2
* ipfw(8): Fix most warnings with the default WARNS level.Mark Johnston2020-07-131-36/+39
* Add `missing` and `or-flush` options to "ipfw table <NAME> create"Andrey V. Elsukov2019-05-241-5/+33
* Fix build of r343877Bryan Drewery2019-02-071-2/+4
* ipfw table list: Fix showing header outside of 'all'.Bryan Drewery2019-02-071-3/+5
* ipfw(8): Fix endianness for Legacy and Ipv4 table hostname valuesConrad Meyer2018-03-081-3/+6
* fix typo in ipfw(8). No functional change.Alan Somers2018-02-271-1/+1
* Return 'errno' value from the table_do_modify_record(), it is expectedAndrey V. Elsukov2017-10-131-0/+2
* Allow zero port specification in table entries with type flow.Andrey V. Elsukov2017-05-171-10/+6
* Add `ipfw table all destroy` support.Andrey V. Elsukov2017-05-021-8/+34
* Add sets support for ipfw table info/list/flush commands.Andrey V. Elsukov2017-05-021-5/+6
* Add ipfw_nat64 module that implements stateless and stateful NAT64.Andrey V. Elsukov2016-08-131-5/+3
* An old tables implementation had all tables preallocated,Andrey V. Elsukov2016-08-011-5/+17
* Hide warning about non-existent lookup tables and informational messagesAndrey V. Elsukov2016-07-021-5/+4
* Add External Actions KPI to ipfw(9).Andrey V. Elsukov2016-04-141-33/+6
* Fix a ton of speelling errorsEitan Adler2015-10-211-5/+5
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-251-7/+1
* sbin/ipfw fix typo: info -> intoMark Felder2015-08-101-1/+1
* Bring back support for checking tables via "ipfw -n".Alexander V. Chernikov2015-05-191-18/+80
* Correctly print valtype for empty bitmask.Alexander V. Chernikov2015-05-061-0/+1
* Generalize object reference handling in ipfw rules.Alexander V. Chernikov2015-04-261-67/+0
* Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_valueAndrey V. Elsukov2015-03-131-8/+29
* * Fix table sets handling.Alexander V. Chernikov2014-10-171-1/+1
* Partially fix build on !amd64Alexander V. Chernikov2014-10-101-2/+2
* * Fix use-after-free in table printing code.Alexander V. Chernikov2014-10-091-5/+6
* Fix GCC wardnings.Alexander V. Chernikov2014-10-041-3/+4
* Change copyrights to the proper one.Alexander V. Chernikov2014-09-051-7/+3
* Use per-function errno handling instead of global one.Alexander V. Chernikov2014-09-051-30/+22
* Add support for multi-field values inside ipfw tables.Alexander V. Chernikov2014-08-311-125/+365
* Make room for multi-type values in struct tentry.Alexander V. Chernikov2014-08-151-4/+4
* Replace "cidr" table type with "addr" type.Alexander V. Chernikov2014-08-141-9/+8
* * Document internal commands.Alexander V. Chernikov2014-08-141-4/+6
* * Do not crash on incorrect "flow" type inputs.Alexander V. Chernikov2014-08-131-5/+16
* * Update table_handler cmd listAlexander V. Chernikov2014-08-121-16/+25
* * Add the abilify to lock/unlock given table from changes.Alexander V. Chernikov2014-08-111-5/+37
* * Add support for batched add/delete for ipfw tablesAlexander V. Chernikov2014-08-111-43/+183
* Kernel changes:Alexander V. Chernikov2014-08-081-14/+23
* * Add IP_FW_TABLE_XMODIFY opcodeAlexander V. Chernikov2014-08-081-10/+125
* Remove IP_FW_TABLES_XGETSIZE opcode.Alexander V. Chernikov2014-08-081-21/+26
* Implement atomic ipfw table swap.Alexander V. Chernikov2014-08-031-1/+49
* * Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd.Alexander V. Chernikov2014-08-031-3/+11
* Show algorithm-specific data in "table info" output.Alexander V. Chernikov2014-08-031-0/+94
* * Permit limiting number of items in table.Alexander V. Chernikov2014-08-011-7/+35
* * Add new "flow" table type to support N=1..5-tuple lookupsAlexander V. Chernikov2014-07-311-38/+258
* Improve "ipfw talist" readability.Alexander V. Chernikov2014-07-301-2/+2
* * Add number:array algorithm lookup method.Alexander V. Chernikov2014-07-301-2/+12
* * Dump available table algorithms via "ipfw talist" cmd.Alexander V. Chernikov2014-07-291-3/+57
* * Add generic ipfw interface tracking APIAlexander V. Chernikov2014-07-281-9/+1
* * Require explicit table creation before use on kernel side.Alexander V. Chernikov2014-07-261-4/+27
* * Add "lookup" table functionality to permit userland entry lookups.Alexander V. Chernikov2014-07-061-97/+153