aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix rule number truncation, use uint16_t type to specify rulenum.Andrey V. Elsukov2017-12-241-3/+4
* Revert r327005 - SPDX tags for license similar to BSD-2-Clause.Pedro F. Giffuni2017-12-201-2/+0
* SPDX: These are fundamentally BSD-2-Clause.Pedro F. Giffuni2017-12-191-1/+3
* Add to ipfw support for sending an SCTP packet containing an ABORT chunk.Michael Tuexen2017-11-261-0/+16
* Properly initialize ipfw_range_tlv variable to fix possible EINVALAndrey V. Elsukov2017-05-021-7/+7
* Add ipfw_pmod kernel module.Andrey V. Elsukov2017-04-031-0/+23
* Add O_EXTERNAL_DATA opcode support.Andrey V. Elsukov2017-04-031-0/+16
* Change the syntax of ipfw's named states.Andrey V. Elsukov2017-03-151-44/+30
* Fix a bug in r272840; given that the optlen parameter of setsockopt(2)Marius Strobl2016-12-281-3/+5
* Fix 'ipfw delete set N':Oleg Bulyzhin2016-11-291-1/+1
* Add missing support of named lookup tables to the IPv6 code.Andrey V. Elsukov2016-11-151-6/+7
* Add an ability to attach comment to check-state rules.Andrey V. Elsukov2016-08-141-1/+10
* Do not warn about ambiguous state name when we inspect a comment token.Andrey V. Elsukov2016-08-141-7/+10
* Add ipfw_nat64 module that implements stateless and stateful NAT64.Andrey V. Elsukov2016-08-131-0/+2
* Restore "nat global" support.Andrey V. Elsukov2016-08-111-2/+2
* Fix formatting of setfib opcode.Andrey V. Elsukov2016-08-081-2/+5
* Fix constructing of setdscp opcode with tablearg keyword.Andrey V. Elsukov2016-08-081-8/+12
* Add named dynamic states support to ipfw(4).Andrey V. Elsukov2016-07-191-9/+87
* Add ipfw_nptv6 module that implements Network Prefix Translation for IPv6Andrey V. Elsukov2016-07-181-0/+1
* Make `ipfw internal olist` output more user friendly.Andrey V. Elsukov2016-05-171-2/+35
* Make named objects set-aware. Now it is possible to create namedAndrey V. Elsukov2016-05-171-0/+3
* sbin: minor spelling fixes.Pedro F. Giffuni2016-04-301-2/+2
* Add External Actions KPI to ipfw(9).Andrey V. Elsukov2016-04-141-7/+146
* Fix output formatting of O_UNREACH6 opcode.Andrey V. Elsukov2016-04-141-1/+1
* Set buffer to empty string to prevent duplicated output in some cases.Andrey V. Elsukov2016-03-091-0/+1
* Fix bug in filling and handling ipfw's O_DSCP opcode.Andrey V. Elsukov2016-02-241-1/+1
* Implement `ipfw internal olist` command to list named objects.Andrey V. Elsukov2015-11-031-0/+41
* Fix possible segmentation fault.Andrey V. Elsukov2015-10-031-1/+1
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-251-3/+1
* In ipfw2, avoid left-shifting negative integers, which is undefined.Dimitry Andric2015-08-121-4/+4
* Fix ipfw range deletion.Alexander V. Chernikov2015-08-031-3/+8
* Generalize object reference handling in ipfw rules.Alexander V. Chernikov2015-04-261-7/+118
* Properly initialize scope zone id when next hop address storedAndrey V. Elsukov2015-03-131-5/+8
* Retrieve counters from kernel if rule timstamping is requested.Alexander V. Chernikov2015-02-051-2/+4
* Fix displaying non-contiguous netmasks.Alexander V. Chernikov2014-10-241-3/+4
* * Zero rule buffer.Alexander V. Chernikov2014-10-181-6/+7
* * Fix table sets handling.Alexander V. Chernikov2014-10-171-2/+3
* Show error when deleting non-existing rule number.Alexander V. Chernikov2014-10-131-2/+9
* * Fix zeroing individual entries via ipfw(8).Alexander V. Chernikov2014-10-131-1/+11
* Partially fix build on !amd64Alexander V. Chernikov2014-10-101-1/+1
* Sync to HEAD@r272609.Alexander V. Chernikov2014-10-061-4/+25
|\
| * Improve "reserved keywords" hack:Alexander V. Chernikov2014-10-061-4/+25
| * Whitespace/style changes merged from projects/ipfw.Alexander V. Chernikov2014-08-231-1/+1
| * Merge buffer-printing changes from from projects/ipfw as preparationAlexander V. Chernikov2014-08-231-311/+459
* | Fix tracked interface list retrieval.Alexander V. Chernikov2014-10-051-1/+1
* | Fix GCC wardnings.Alexander V. Chernikov2014-10-041-1/+1
* | Return setsockopt() directly.Alexander V. Chernikov2014-09-051-4/+1
* | Use per-function errno handling instead of global one.Alexander V. Chernikov2014-09-051-20/+14
* | Add support for multi-field values inside ipfw tables.Alexander V. Chernikov2014-08-311-9/+20
* | * Pass proper table set numbers from userland side.Alexander V. Chernikov2014-08-131-6/+8