aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Return 'errno' value from the table_do_modify_record(), it is expectedAndrey V. Elsukov2017-10-131-0/+2
* Whitespace changes: Remove leading spaces followed by a tab.Michael Tuexen2017-10-021-7/+7
* Fix a bug which avoided that rules for matching port numbers for SCTPMichael Tuexen2017-10-021-3/+3
* ipfw: Note that bandwidth can take G suffix in the manpageEmmanuel Vadot2017-06-231-1/+1
* ipfw: dummynet: Add 'G' and 'g' suffix for bandwidth configuration/displayEmmanuel Vadot2017-06-231-0/+5
* sbin/ipfw: strcpy, strncpy => strlcpyAlan Somers2017-06-131-9/+10
* ipfw.8: Note that the ipfw_nat kernel module must be loaded or that theEmmanuel Vadot2017-06-011-0/+5
* 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