aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* dummynet: add simple gilbert-elliott channel modelRichard Scheffenegger2023-12-172-13/+70
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-4/+0
* ipfw.8: Adjust section for loader tunablesZhenlei Huang2023-09-281-11/+11
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-168-16/+0
* ipfw: Remove set but unused variables.John Baldwin2023-06-276-14/+7
* ipfw: add state/comment testsAlexander V. Chernikov2023-06-161-2/+61
* ipfw: use function return value to fetch insn argument.Alexander V. Chernikov2023-06-153-22/+17
* ipfw: add eaction testsAlexander V. Chernikov2023-06-151-0/+33
* ipfw: simplify action case parserAlexander V. Chernikov2023-06-131-32/+74
* ipfw(8): add ioctl/instruction generation testsAlexander V. Chernikov2023-06-135-5/+454
* ipfw/ipfw2: Fix typosElyes Haouas2023-06-021-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* ipfw: add [fw]mark implementation for ipfwBoris Lytochkin2023-04-254-37/+156
* ipfw.8: improve description for interface matchingEugene Grosbein2023-04-251-4/+22
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+1
* ipfw.8: there never was a "skip-action" actionCeri Davies2023-01-251-2/+2
* ipfw: Add missing 'va' code point nameJose Luis Duran2023-01-132-1/+4
* ipfw: Fix ipfw/dnctl detectionGoran Mekic2022-11-221-1/+2
* ipfw: make it possible to specify MTU for "unreach needfrag" actionGleb Smirnoff2022-08-172-2/+23
* ipfw: add support radix tables and table lookup for MAC addressesArseny Smalyuk2022-06-044-39/+162
* ipfw.8: spell "layer2" consistently throughout the manual pageEugene Grosbein2022-05-131-3/+3
* dnctl: Support reading config from file like ipfw(8)Kristof Provost2022-01-031-54/+67
* ipfw: Introduce dnctlKristof Provost2021-09-085-116/+189
* ipfw: use unsigned int for dummynet bandwidthLuiz Otavio O Souza2021-08-191-6/+7
* ipfw(8): Fix a typo in an error messageGordon Bergling2021-08-111-1/+1
* ipfw.8: synopsis misses nat show formLutz Donnerhacke2021-06-041-5/+11
* ipfw.8: Fix table exampleLutz Donnerhacke2021-05-111-4/+4
* sbin/ipfw: Allow tablearg as hostnameLutz Donnerhacke2021-05-111-1/+2
* sbin/ipfw: Fix parsing error in table based forwardLutz Donnerhacke2021-05-081-45/+42
* sbin/ipfw: Fix null pointer deference when printing countersLutz Donnerhacke2021-05-021-24/+27
* ipfw: update man page example for nat show logRoman Bogorodskiy2021-04-071-3/+3
* ipfw: make algo name argument optional for some table typesAndrey V. Elsukov2021-02-251-2/+18
* Allow setting alias port ranges in libalias and ipfw. This will allow a systemNeel Chauhan2021-02-024-1/+47
* ipfw(8) crashes when ext6hdr option is omittedEvgeniy Khramtsov2021-02-011-0/+1
* ipfw(8): Fix a few mandoc related issuesGordon Bergling2020-12-191-48/+50
* ipfw(8): Bugfixes for some issues reported by mandocGordon Bergling2020-10-031-48/+61
* Fix compatibility regression after r364117.Andrey V. Elsukov2020-09-111-9/+16
* Change printf format string to include the extra blankStefan Eßer2020-09-011-1/+1
* ipfw(8): Fix typo in man pageFernando Apesteguía2020-08-211-2/+2
* ipfw: line up `ipfw -t list` with and without timestampEd Maste2020-08-171-1/+1
* ipfw: make the "frag" keyword accept additional options "mf",Gleb Smirnoff2020-08-112-10/+43
* Fix SIGSEGV in ipfw(8) when NAT64 prefix length is omitted.Andrey V. Elsukov2020-08-052-0/+6
* [ipfw] quieten maybe-uninitialized errors in ipfw when compiled under mips-gc...Adrian Chadd2020-07-144-11/+10
* ipfw(8): Handle unaligned pointers in pr_u64.Mark Johnston2020-07-132-2/+2
* ipfw(8): Fix most warnings with the default WARNS level.Mark Johnston2020-07-1313-282/+308
* ipfw: Support the literal IPv6 address syntax in the fwd command.Mark Johnston2020-06-251-24/+35
* ipfw(8): In fill_ip6(), use a single statement for both "me" and "me6".Mark Johnston2020-06-241-7/+2