aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fw.h
Commit message (Expand)AuthorAgeFilesLines
* Make rule table kernel-index rewriting support any kind of objects.Alexander V. Chernikov2015-04-271-2/+3
* Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_valueAndrey V. Elsukov2015-03-131-3/+4
* Fix matching default rule on clear/show commands.Alexander V. Chernikov2014-10-131-0/+5
* Add IP_FW_DUMP_SOPTCODES sopt to be able to determineAlexander V. Chernikov2014-10-081-0/+10
* Make ipfw_nat module use IP_FW3 codes.Alexander V. Chernikov2014-09-071-0/+46
* Add support for multi-field values inside ipfw tables.Alexander V. Chernikov2014-08-311-10/+34
* Make room for multi-type values in struct tentry.Alexander V. Chernikov2014-08-151-3/+5
* Replace "cidr" table type with "addr" type.Alexander V. Chernikov2014-08-141-2/+4
* * Fix displaying dynamic rules for large rulesets.Alexander V. Chernikov2014-08-141-28/+1
* Change tablearg value to be 0 (try #2).Alexander V. Chernikov2014-08-121-6/+5
* * Add the abilify to lock/unlock given table from changes.Alexander V. Chernikov2014-08-111-3/+8
* * Add support for batched add/delete for ipfw tablesAlexander V. Chernikov2014-08-111-3/+17
* Partially revert previous commit:Alexander V. Chernikov2014-08-081-3/+3
* * Switch tablearg value from 65535 to 0.Alexander V. Chernikov2014-08-081-2/+4
* * Add IP_FW_TABLE_XMODIFY opcodeAlexander V. Chernikov2014-08-081-6/+12
* Remove IP_FW_TABLES_XGETSIZE opcode.Alexander V. Chernikov2014-08-081-1/+0
* Kernel changes:Alexander V. Chernikov2014-08-071-5/+31
* Implement atomic ipfw table swap.Alexander V. Chernikov2014-08-031-0/+1
* Show algorithm-specific data in "table info" output.Alexander V. Chernikov2014-08-031-13/+16
* * Permit limiting number of items in table.Alexander V. Chernikov2014-08-011-0/+2
* * Add new "flow" table type to support N=1..5-tuple lookupsAlexander V. Chernikov2014-07-311-8/+55
* * Add number:array algorithm lookup method.Alexander V. Chernikov2014-07-301-1/+1
* * Dump available table algorithms via "ipfw talist" cmd.Alexander V. Chernikov2014-07-291-0/+10
* * Add generic ipfw interface tracking APIAlexander V. Chernikov2014-07-281-1/+13
* * Use different rule structures in kernel/userland.Alexander V. Chernikov2014-07-081-21/+56
* * Prepare to pass other dynamic states via ipfw_dump_config()Alexander V. Chernikov2014-07-061-1/+8
* * Add "lookup" table functionality to permit userland entry lookups.Alexander V. Chernikov2014-07-061-4/+3
* Fully switch to named tables:Alexander V. Chernikov2014-07-031-8/+35
* * Add new IP_FW_XADD opcode which permits toAlexander V. Chernikov2014-06-291-1/+2
* Suppord showing named tables in ipfw(8) rule listing.Alexander V. Chernikov2014-06-281-6/+30
* * Add IP_FW_TABLE_XCREATE / IP_FW_TABLE_XMODIFY opcodes.Alexander V. Chernikov2014-06-161-5/+8
* Simplify opcode handling.Alexander V. Chernikov2014-06-151-16/+35
* Move further to eliminate next pieces of number-assuming code inside tables.Alexander V. Chernikov2014-06-141-1/+6
* Add API to ease adding new algorithms/new tabletypes to ipfw.Alexander V. Chernikov2014-06-141-7/+37
* Make ipfw tables use names as used-level identifier internally:Alexander V. Chernikov2014-06-121-1/+29
* Fix wrong formatting of 0.0.0.0/X table records in ipfw(8).Alexander V. Chernikov2014-05-171-0/+2
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).Alexander V. Chernikov2013-03-201-0/+3
* Revert r234834 per luigi@ request.Alexander V. Chernikov2012-05-031-82/+0
* Move several enums and structures required for L2 filtering from ip_fw_privat...Alexander V. Chernikov2012-04-301-0/+82
* - Permit number of ipfw tables to be changed in runtime.Alexander V. Chernikov2012-03-251-1/+2
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.Alexander V. Chernikov2012-03-121-2/+41
* Add support for IPv6 to ipfw fwd:Bjoern A. Zeeb2011-08-201-0/+10
* Add new rule actions "call" and "return" to ipfw. They makeAndrey V. Elsukov2011-06-291-0/+8
* - Rewrite functions that copyin/out NAT configuration, so that theyGleb Smirnoff2011-04-191-2/+0
* The first customer of the SO_USER_COOKIE option:Luigi Rizzo2010-11-121-0/+3
* + implement (two lines) the kernel side of 'lookup dscp N' to use theLuigi Rizzo2010-03-151-6/+9
* Bring in the most recent version of ipfw and dummynet, developedLuigi Rizzo2010-03-021-10/+12
* merge code from ipfw3-head to reduce contention on the ipfw lockLuigi Rizzo2009-12-221-1/+1
* Start splitting ip_fw2.c and ip_fw.h into smaller components.Luigi Rizzo2009-12-151-129/+0
* change the type of the opcode from enum *:8 to u_int8_tLuigi Rizzo2009-12-021-1/+1