| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r335921: | Jamie Gritton | 2018-07-06 | 3 | -10/+10 |
| * | MFC r330792: | Andrey V. Elsukov | 2018-03-19 | 1 | -2/+2 |
| * | MFC r319900: | Alan Somers | 2017-07-07 | 1 | -9/+10 |
| * | MFC: r317343 | Marius Strobl | 2017-05-14 | 1 | -2/+3 |
| * | MFC r267667: | Sevan Janiyan | 2016-10-16 | 1 | -1/+1 |
| * | MFC r274925: misc mdoc fixes. | Sergey Kandaurov | 2016-09-27 | 1 | -1/+0 |
| * | MFC r300779, r300781, r300783, r300784, r300949, r301162, r301180 | Don Lewis | 2016-06-10 | 3 | -3/+606 |
| * | MFC r266941, r266955 | Don Lewis | 2016-06-03 | 3 | -10/+26 |
| * | MFC r295969: | Andrey V. Elsukov | 2016-03-02 | 1 | -1/+1 |
| * | MFC r288528: | Andrey V. Elsukov | 2015-10-12 | 1 | -1/+1 |
| * | MFC r286702: | Dimitry Andric | 2015-09-22 | 1 | -4/+4 |
| * | MFC r266310 | Alexander V. Chernikov | 2015-09-18 | 1 | -1/+1 |
| * | MFC 277714: | John Baldwin | 2015-02-06 | 1 | -3/+3 |
| * | Merge r258708, r258711, r260247, r261117. | Alexander V. Chernikov | 2014-05-08 | 2 | -10/+37 |
| * | Merge r258677. | Alexander V. Chernikov | 2014-05-08 | 1 | -2/+13 |
| * | Bulk sync of pf changes from head, in attempt to fixup broken build I | Gleb Smirnoff | 2014-03-12 | 2 | -2/+13 |
| * | Remove duplicated parapgraph. | Stefan Eßer | 2013-07-24 | 1 | -10/+0 |
| * | Fix ipfw(8) sets of ipv6 addresses handling. | Alexander V. Chernikov | 2013-05-18 | 1 | -14/+24 |
| * | Minor spelling and grammar fixes. | Joel Dahl | 2013-04-11 | 1 | -1/+1 |
| * | Remove EOL whitespace. | Joel Dahl | 2013-03-21 | 1 | -1/+1 |
| * | Remove unused variable. | Alexander V. Chernikov | 2013-03-20 | 1 | -2/+1 |
| * | Add ipfw support for setting/matching DiffServ codepoints (DSCP). | Alexander V. Chernikov | 2013-03-20 | 3 | -0/+221 |
| * | Do not suddenly fail on some rulesets if -n (syntax check only) is specified | Alexander V. Chernikov | 2013-03-04 | 1 | -4/+13 |
| * | Implement buffer size checking in ipfw(8) add cmd. | Alexander V. Chernikov | 2013-03-03 | 3 | -62/+125 |
| * | Fix ipfw table argument parsing/printing. | Alexander V. Chernikov | 2013-03-02 | 1 | -54/+92 |
| * | Remove the recently added sysctl variable net.pfil.forward. | Andrey V. Elsukov | 2012-11-02 | 1 | -8/+0 |
| * | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | Andrey V. Elsukov | 2012-10-25 | 1 | -3/+6 |
| * | Whitespace fixes | Alexander V. Chernikov | 2012-09-24 | 1 | -13/+13 |
| * | Permit table to be used as IPv6 address. | Alexander V. Chernikov | 2012-09-24 | 1 | -2/+26 |
| * | Fix grammar in the portion about FIBs. Also, cross-reference | Benjamin Kaduk | 2012-09-18 | 1 | -9/+11 |
| * | Whitespace cleanup for ipfw.8 -- start each sentence on a new line, | Benjamin Kaduk | 2012-09-18 | 1 | -33/+58 |
| * | Remove unused values | Kevin Lo | 2012-09-11 | 1 | -3/+3 |
| * | remove the last __unused instance in sbin/ipfw. | Luigi Rizzo | 2012-07-30 | 1 | -1/+2 |
| * | Fix some compile errors at high WARNS, including one | Luigi Rizzo | 2012-07-30 | 3 | -8/+13 |
| * | In ipfw(8), make the text about dynamic rules consistent. | Isabell Long | 2012-07-16 | 1 | -3/+5 |
| * | Make ipfw0 logging pseudo-interface clonable. It can be created automatically | Hiroki Sato | 2012-07-09 | 1 | -2/+17 |
| * | - Make ipfw's sched rules case insensitive, for user-friendliness. | Isabell Long | 2012-07-03 | 1 | -5/+6 |
| * | Update maximum number of tables available in ipfw to reflect | Alexander V. Chernikov | 2012-06-09 | 1 | -2/+2 |
| * | mdoc: use Po and Pc macros instead of parens. Also avoid starting a line | Joel Dahl | 2012-05-12 | 1 | -2/+2 |
| * | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 1 | -51/+51 |
| * | - Permit number of ipfw tables to be changed in runtime. | Alexander V. Chernikov | 2012-03-25 | 2 | -10/+4 |
| * | Remove superfluous paragraph macro. | Joel Dahl | 2012-03-25 | 1 | -11/+0 |
| * | - Add ipfw eXtended tables permitting radix to be used for any kind of keys. | Alexander V. Chernikov | 2012-03-12 | 2 | -80/+232 |
| * | remove some write-only variables. | Luigi Rizzo | 2012-03-01 | 1 | -7/+2 |
| * | Correct capitalization of "Hz" in user-visible text (manpages, printf(), | Gavin Atkinson | 2012-02-28 | 1 | -1/+1 |
| * | Bump .Dd for r231076. | Gleb Smirnoff | 2012-02-06 | 1 | -1/+1 |
| * | Make the 'tcpwin' option of ipfw(8) accept ranges and lists. | Gleb Smirnoff | 2012-02-06 | 2 | -7/+18 |
| * | Spelling fixes for sbin/ | Ulrich Spörlein | 2012-01-07 | 2 | -5/+5 |
| * | Replace index() and rindex() calls with strchr() and strrchr(). | Ed Schouten | 2012-01-03 | 1 | -5/+5 |
| * | - Add fallthrough comment | Eitan Adler | 2011-12-24 | 1 | -0/+1 |