| Commit message (Expand) | Author | Age | Files | Lines |
* | Note that NAT instance argument can be tablearg. | glebius | 2011-11-10 | 1 | -2/+2 |
* | Add support for IPv6 to ipfw fwd: | bz | 2011-08-20 | 2 | -22/+90 |
* | Fix a regression where a rule containing a source port option after a | jhb | 2011-08-17 | 1 | -0/+2 |
* | Add new rule actions "call" and "return" to ipfw. They make | ae | 2011-06-29 | 3 | -1/+106 |
* | Improve error reporting. Use corresponding error message when file to be | ae | 2011-06-29 | 1 | -4/+11 |
* | Actually, if code had followed style(9), there would be less stupid errors | glebius | 2011-06-24 | 1 | -15/+30 |
* | One more braino from me. | glebius | 2011-06-22 | 1 | -3/+6 |
* | Fix clang warnings. | benl | 2011-06-18 | 1 | -1/+2 |
* | - Fix my braino in the 220835, when I used strtok(). It isn't | glebius | 2011-06-17 | 1 | -14/+32 |
* | Implement "global" mode for ipfw nat. It is similar to natd(8) | ae | 2011-06-14 | 4 | -7/+45 |
* | Check nat id a bit more strictly. | ae | 2011-06-14 | 1 | -6/+7 |
* | Initialize co.use_set variable before parsing each new rule. | ae | 2011-06-06 | 1 | -0/+1 |
* | Increase buffer size for the command line. | ae | 2011-06-06 | 1 | -2/+2 |
* | Add tablearg support for ipfw setfib. | ae | 2011-05-30 | 2 | -11/+19 |
* | mdoc: | pluknet | 2011-05-17 | 1 | -2/+2 |
* | Rewrite NAT configuration parser, so that memory allocation size is | glebius | 2011-04-19 | 1 | -186/+189 |
* | More whitespace fixes. | glebius | 2011-04-18 | 4 | -41/+41 |
* | Whitespace fixes. | glebius | 2011-04-18 | 6 | -268/+266 |
* | The first customer of the SO_USER_COOKIE option: | luigi | 2010-11-12 | 3 | -0/+19 |
* | mdoc: make pages render with mandoc | uqs | 2010-10-21 | 1 | -2/+1 |
* | document logging through bpf | luigi | 2010-10-13 | 1 | -13/+18 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -2/+0 |
* | Fix incorrect usage of 'assure' and 'insure'. | brucec | 2010-08-28 | 1 | -1/+1 |
* | expand_number(3) takes a uint64_t * now. | des | 2010-08-19 | 1 | -1/+1 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -2/+2 |
* | Document that the "ngtee" action no longer accepts packet, and | glebius | 2010-07-27 | 1 | -4/+2 |
* | better printing of headers when listing flows | luigi | 2010-07-15 | 1 | -8/+18 |
* | fix 64-bit build | luigi | 2010-04-19 | 1 | -2/+4 |
* | Slightly different handling of printf/snprintf for unaligned uint64_t, | luigi | 2010-04-19 | 3 | -36/+40 |
* | fix a buffer overflow with large (100k+) number of input lines. | luigi | 2010-04-12 | 1 | -2/+2 |
* | Set net.inet6.ip6.fw.enable as well. | ume | 2010-04-06 | 1 | -0/+2 |
* | fix another bug in "ipfw set N ..." | luigi | 2010-03-24 | 1 | -1/+1 |
* | Tweak language to make one point potentially clearer for non-native spekers | gavin | 2010-03-20 | 1 | -2/+2 |
* | accept lower case m as a synonym for Mega (bit/s or bytes/s). | luigi | 2010-03-15 | 1 | -1/+1 |
* | print correctly commands of the form | luigi | 2010-03-15 | 1 | -8/+17 |
* | + implement (two lines) the kernel side of 'lookup dscp N' to use the | luigi | 2010-03-15 | 1 | -4/+13 |
* | Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bits | luigi | 2010-03-15 | 2 | -2/+4 |
* | implement listing of a subset of pipes/queues/schedulers. | luigi | 2010-03-11 | 1 | -28/+117 |
* | add back DPADD (removed by mistake in a previous commit) | luigi | 2010-03-08 | 1 | -0/+1 |
* | more documentation on new dummynet features. | luigi | 2010-03-05 | 1 | -18/+98 |
* | make the listing of queues/pipes/schedulers handle the case of | luigi | 2010-03-04 | 1 | -4/+19 |
* | fix handling of sets | luigi | 2010-03-04 | 1 | -5/+13 |
* | reduce diffs with the cross-platform version (windows needs | luigi | 2010-03-04 | 1 | -0/+14 |
* | remove stale comment | luigi | 2010-03-04 | 1 | -2/+0 |
* | Bring in the most recent version of ipfw and dummynet, developed | luigi | 2010-03-02 | 7 | -593/+883 |
* | Fixed dependencies (make checkdpadd). | ru | 2010-02-25 | 1 | -0/+1 |
* | implement a new match option, | luigi | 2009-12-15 | 3 | -0/+60 |
* | fix the indentation for addr: values | luigi | 2009-12-15 | 1 | -0/+2 |
* | restore setting of sin_len (was removed in 1.146 last february) as | luigi | 2009-12-06 | 1 | -1/+3 |
* | fix argument type in the call to expand_number | luigi | 2009-12-04 | 1 | -1/+1 |