aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fw.h
Commit message (Expand)AuthorAgeFilesLines
* Allow setting alias port ranges in libalias and ipfw. This will allow a systemNeel Chauhan2021-02-021-0/+2
* Require uint32_t alignment for ipfw_insnAlex Richardson2021-01-191-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-11/+11
* Add "tcpmss" opcode to match the TCP MSS value.Andrey V. Elsukov2019-06-211-0/+1
* Add NAT64 CLAT implementation as defined in RFC6877.Andrey V. Elsukov2019-03-181-0/+7
* Add ability to request listing and deleting only for dynamic states.Andrey V. Elsukov2018-12-041-1/+3
* Make multiline APPLY_MASK() macro to be function-like.Andrey V. Elsukov2018-11-201-2/+3
* Add IPFW_RULE_JUSTOPTS flag, that is used by ipfw(8) to mark rule,Andrey V. Elsukov2018-10-211-0/+1
* Add "record-state", "set-limit" and "defer-action" rule options to ipfw.Andrey V. Elsukov2018-07-091-0/+2
* Rework ipfw dynamic states implementation to be lockless on fast path.Andrey V. Elsukov2018-02-071-1/+2
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add to ipfw support for sending an SCTP packet containing an ABORT chunk.Michael Tuexen2017-11-261-0/+2
* Revert change which got in accidently.Michael Tuexen2017-10-181-2/+0
* Fix a bug introduced in r324638.Michael Tuexen2017-10-181-0/+2
* Add O_EXTERNAL_DATA opcode support.Andrey V. Elsukov2017-04-031-0/+1
* Add `stats reset` command implementation to NPTv6 moduleAndrey V. Elsukov2016-08-131-0/+1
* Add ipfw_nat64 module that implements stateless and stateful NAT64.Andrey V. Elsukov2016-08-131-0/+21
* Restore "nat global" support.Andrey V. Elsukov2016-08-111-0/+1
* Add named dynamic states support to ipfw(4).Andrey V. Elsukov2016-07-191-1/+3
* Add ipfw_nptv6 module that implements Network Prefix Translation for IPv6Andrey V. Elsukov2016-07-181-0/+7
* Make named objects set-aware. Now it is possible to create namedAndrey V. Elsukov2016-05-171-2/+2
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* Add External Actions KPI to ipfw(9).Andrey V. Elsukov2016-04-141-1/+7
* Implement `ipfw internal olist` command to list named objects.Andrey V. Elsukov2015-11-031-0/+1
* 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