aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* 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-022-9/+37
* In parse_range() validate both range values instead of checkingAndrey V. Elsukov2017-05-021-1/+1
* Add sets support for ipfw table info/list/flush commands.Andrey V. Elsukov2017-05-021-5/+6
* Properly initialize ipfw_range_tlv variable to fix possible EINVALAndrey V. Elsukov2017-05-021-7/+7
* In fill_ip6(), the value of the pointer av changes before it isMarius Strobl2017-04-231-2/+3
* Add ipfw_pmod kernel module.Andrey V. Elsukov2017-04-033-1/+40
* 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-152-59/+45
* Fix a bug in r272840; given that the optlen parameter of setsockopt(2)Marius Strobl2016-12-282-4/+6
* 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-153-25/+20
* Add support for non-contiguous IPv6 masks in ipfw(8) rules.Andrey V. Elsukov2016-10-182-21/+45
* Remove the kernel optoion for IPSEC_FILTERTUNNEL, which was deprecatedBjoern A. Zeeb2016-08-211-3/+2
* 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
* Make statistics nat64lsn, nat64stl an nptv6 output netstat-like:Andrey V. Elsukov2016-08-143-43/+87
* Add `stats reset` command implementation to NPTv6 moduleAndrey V. Elsukov2016-08-132-3/+31
* Add ipfw_nat64 module that implements stateless and stateful NAT64.Andrey V. Elsukov2016-08-138-8/+1636
* 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
* An old tables implementation had all tables preallocated,Andrey V. Elsukov2016-08-011-5/+17
* Add named dynamic states support to ipfw(4).Andrey V. Elsukov2016-07-192-20/+122
* Add ipfw_nptv6 module that implements Network Prefix Translation for IPv6Andrey V. Elsukov2016-07-186-1/+471
* r302561 broke buildworld. This patch fixes that.Cy Schubert2016-07-111-0/+3
* Flush buffer after output. This fixes adding new data to alreadyAndrey V. Elsukov2016-07-111-0/+1
* Hide warning about non-existent lookup tables and informational messagesAndrey V. Elsukov2016-07-021-5/+4
* Belatedly bump .Dd date for Dummynet AQM import in r300779.Don Lewis2016-06-021-1/+1
* Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).Don Lewis2016-05-262-2/+605
* 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-302-3/+3
* MFHGlen Barber2016-04-164-48/+163
|\
| * Add External Actions KPI to ipfw(9).Andrey V. Elsukov2016-04-143-43/+158
| * Fix output formatting of O_UNREACH6 opcode.Andrey V. Elsukov2016-04-143-5/+5
* | MFHGlen Barber2016-03-101-0/+1
|\|
| * Set buffer to empty string to prevent duplicated output in some cases.Andrey V. Elsukov2016-03-091-0/+1
* | MFHGlen Barber2016-03-021-1/+1
|\|
| * Fix bug in filling and handling ipfw's O_DSCP opcode.Andrey V. Elsukov2016-02-241-1/+1
* | Create packages for atm, ccdconfig, devd, ipf, ipfw,Glen Barber2016-02-091-0/+1
|/
* Implement `ipfw internal olist` command to list named objects.Andrey V. Elsukov2015-11-032-0/+42
* Fix a ton of speelling errorsEitan Adler2015-10-211-5/+5
* Fix possible segmentation fault.Andrey V. Elsukov2015-10-031-1/+1
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-253-14/+4
* In ipfw2, avoid left-shifting negative integers, which is undefined.Dimitry Andric2015-08-121-4/+4
* sbin/ipfw fix typo: info -> intoMark Felder2015-08-101-1/+1
* Fix ipfw range deletion.Alexander V. Chernikov2015-08-031-3/+8
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0