summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r316434:ae2017-04-171-0/+1
* MFC r304041:ae2017-04-031-0/+21
* MFC r303012:ae2017-04-031-0/+8
* MFC r303018:ae2017-03-301-1/+3
* MFC r303955:ae2016-08-141-0/+1
* Make named objects set-aware. Now it is possible to create namedae2016-05-171-2/+2
* sys/net*: minor spelling fixes.pfg2016-05-031-3/+3
* Add External Actions KPI to ipfw(9).ae2016-04-141-1/+7
* Implement `ipfw internal olist` command to list named objects.ae2015-11-031-0/+1
* Make rule table kernel-index rewriting support any kind of objects.melifaro2015-04-271-2/+3
* Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_valueae2015-03-131-3/+4
* Fix matching default rule on clear/show commands.melifaro2014-10-131-0/+5
* Add IP_FW_DUMP_SOPTCODES sopt to be able to determinemelifaro2014-10-081-0/+10
* Make ipfw_nat module use IP_FW3 codes.melifaro2014-09-071-0/+46
* Add support for multi-field values inside ipfw tables.melifaro2014-08-311-10/+34
* Make room for multi-type values in struct tentry.melifaro2014-08-151-3/+5
* Replace "cidr" table type with "addr" type.melifaro2014-08-141-2/+4
* * Fix displaying dynamic rules for large rulesets.melifaro2014-08-141-28/+1
* Change tablearg value to be 0 (try #2).melifaro2014-08-121-6/+5
* * Add the abilify to lock/unlock given table from changes.melifaro2014-08-111-3/+8
* * Add support for batched add/delete for ipfw tablesmelifaro2014-08-111-3/+17
* Partially revert previous commit:melifaro2014-08-081-3/+3
* * Switch tablearg value from 65535 to 0.melifaro2014-08-081-2/+4
* * Add IP_FW_TABLE_XMODIFY opcodemelifaro2014-08-081-6/+12
* Remove IP_FW_TABLES_XGETSIZE opcode.melifaro2014-08-081-1/+0
* Kernel changes:melifaro2014-08-071-5/+31
* Implement atomic ipfw table swap.melifaro2014-08-031-0/+1
* Show algorithm-specific data in "table info" output.melifaro2014-08-031-13/+16
* * Permit limiting number of items in table.melifaro2014-08-011-0/+2
* * Add new "flow" table type to support N=1..5-tuple lookupsmelifaro2014-07-311-8/+55
* * Add number:array algorithm lookup method.melifaro2014-07-301-1/+1
* * Dump available table algorithms via "ipfw talist" cmd.melifaro2014-07-291-0/+10
* * Add generic ipfw interface tracking APImelifaro2014-07-281-1/+13
* * Use different rule structures in kernel/userland.melifaro2014-07-081-21/+56
* * Prepare to pass other dynamic states via ipfw_dump_config()melifaro2014-07-061-1/+8
* * Add "lookup" table functionality to permit userland entry lookups.melifaro2014-07-061-4/+3
* Fully switch to named tables:melifaro2014-07-031-8/+35
* * Add new IP_FW_XADD opcode which permits tomelifaro2014-06-291-1/+2
* Suppord showing named tables in ipfw(8) rule listing.melifaro2014-06-281-6/+30
* * Add IP_FW_TABLE_XCREATE / IP_FW_TABLE_XMODIFY opcodes.melifaro2014-06-161-5/+8
* Simplify opcode handling.melifaro2014-06-151-16/+35
* Move further to eliminate next pieces of number-assuming code inside tables.melifaro2014-06-141-1/+6
* Add API to ease adding new algorithms/new tabletypes to ipfw.melifaro2014-06-141-7/+37
* Make ipfw tables use names as used-level identifier internally:melifaro2014-06-121-1/+29
* Fix wrong formatting of 0.0.0.0/X table records in ipfw(8).melifaro2014-05-171-0/+2
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-201-0/+3
* Revert r234834 per luigi@ request.melifaro2012-05-031-82/+0
* Move several enums and structures required for L2 filtering from ip_fw_privat...melifaro2012-04-301-0/+82
* - Permit number of ipfw tables to be changed in runtime.melifaro2012-03-251-1/+2
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.melifaro2012-03-121-2/+41
OpenPOWER on IntegriCloud