| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase the max dummynet hash size from 1024 to 65536. Default is still | seanc | 2002-10-12 | 1 | -1/+1 |
* | Do not dump core on 'ipfw add unreach': handling null strings in | maxim | 2002-09-25 | 1 | -0/+2 |
* | o Fix a typo. | maxim | 2002-09-22 | 1 | -3/+3 |
* | Store the port number in "fwd" rules in host format, same as ipfw1 | luigi | 2002-09-12 | 1 | -2/+2 |
* | Typo: s/o packet/on packet/ | blackend | 2002-09-08 | 1 | -1/+1 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -1/+1 |
* | Whoops, the manpage lied... ipfw2 has always accepted addr:mask | luigi | 2002-08-21 | 1 | -11/+14 |
* | One more (hopefully the last one) step in cleaning up the syntax, | luigi | 2002-08-19 | 2 | -61/+102 |
* | Major cleanup of the parser and printing routines in an attempt to | luigi | 2002-08-19 | 2 | -209/+375 |
* | Complete list of differences between ipfw1 and ipfw2. | luigi | 2002-08-16 | 1 | -10/+93 |
* | sys/netinet/ip_fw2.c: | luigi | 2002-08-16 | 2 | -116/+526 |
* | Fix one parsing bug introduced by last commit, and correct parsing | luigi | 2002-08-10 | 1 | -18/+63 |
* | Major revision of the ipfw manpage, trying to make it up-to-date | luigi | 2002-08-10 | 1 | -518/+682 |
* | One bugfix and one new feature. | luigi | 2002-08-10 | 1 | -22/+85 |
* | Fix generation of check-state rules, which i broke in last commit. | luigi | 2002-08-04 | 1 | -1/+1 |
* | Forgot this one: properly initialize an address set when the set | luigi | 2002-07-31 | 1 | -3/+1 |
* | Two bugfixes: | luigi | 2002-07-31 | 1 | -15/+26 |
* | Add SEE ALSO references to papers handling RED. | sheldonh | 2002-07-25 | 1 | -0/+26 |
* | A bunch of minor fixes: | luigi | 2002-07-13 | 1 | -8/+11 |
* | Uncommented WARNS=0. ipfw2.c is full of printf format errors that are | bde | 2002-07-11 | 1 | -1/+1 |
* | Fixed some world breakage caused by not updating clients when <timeconv.h> | bde | 2002-07-08 | 1 | -0/+1 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -1/+2 |
* | Implement the last 2-3 missing instructions for ipfw, | luigi | 2002-07-05 | 1 | -124/+108 |
* | The new ipfw code. | luigi | 2002-06-27 | 2 | -1/+3180 |
* | Handle symbolic names for common ethernet types (ip, arp etc.) | luigi | 2002-05-13 | 1 | -19/+85 |
* | Main functional change is the implementation of matching of MAC header | luigi | 2002-05-12 | 1 | -745/+706 |
* | Fix a couple of problems which could cause panics at runtime: | luigi | 2002-05-05 | 1 | -51/+56 |
* | Enlighten those who read the FINE POINTS of the documentation a bit | cjc | 2002-05-01 | 1 | -3/+14 |
* | I've been meaning to do this for a while. Add an underscore to the | dillon | 2002-01-19 | 1 | -1/+1 |
* | mdoc(7) police: tidy up the markup in revision 1.96. | ru | 2002-01-10 | 1 | -5/+12 |
* | o Note that packets diverted using a 'divert' socket, and then | rwatson | 2002-01-03 | 1 | -0/+9 |
* | Move the discussion of how many times a packet will pass through | yar | 2002-01-02 | 1 | -20/+18 |
* | Clarify the "show" ipfw(8) command. | yar | 2002-01-02 | 1 | -2/+6 |
* | Fix a typo: wierd -> weird | yar | 2002-01-02 | 1 | -1/+1 |
* | Fix documentation to match reality | julian | 2001-12-28 | 1 | -7/+15 |
* | Implement matching IP precedence in ipfw(4). | yar | 2001-12-21 | 2 | -0/+24 |
* | At least once mention the long names of WF2Q+ (Worst-case Fair Weighted | rse | 2001-12-14 | 1 | -2/+2 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -1/+1 |
* | sync the code with the one in stable (mostly formatting changes). | luigi | 2001-11-04 | 1 | -26/+27 |
* | Fix a typo in a format string, and fix error checking for missing | luigi | 2001-11-01 | 1 | -6/+5 |
* | More white space changes. | joe | 2001-10-29 | 1 | -3/+3 |
* | More stylistic tidying. | joe | 2001-10-29 | 1 | -20/+21 |
* | Remove training white spaces, and some other style violations. | joe | 2001-10-29 | 1 | -90/+90 |
* | Properly convert long to time_t | dillon | 2001-10-28 | 1 | -1/+2 |
* | Remove some extraneous spaces from the usage message. | joe | 2001-10-28 | 1 | -1/+1 |
* | Repair typo. | dd | 2001-10-14 | 1 | -1/+1 |
* | mdoc(7) police: fix markup. | ru | 2001-10-01 | 1 | -56/+27 |
* | now that jlemon has added a hash table to lookup locally configured ip | billf | 2001-09-29 | 1 | -3/+2 |
* | Two main changes here: | luigi | 2001-09-27 | 2 | -36/+102 |
* | A bunch of minor changes to the code (see below) for readability, code size | luigi | 2001-09-20 | 1 | -8/+19 |