summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
...
* Check nat id a bit more strictly.ae2011-06-141-6/+7
* Initialize co.use_set variable before parsing each new rule.ae2011-06-061-0/+1
* Increase buffer size for the command line.ae2011-06-061-2/+2
* Add tablearg support for ipfw setfib.ae2011-05-302-11/+19
* mdoc:pluknet2011-05-171-2/+2
* Rewrite NAT configuration parser, so that memory allocation size isglebius2011-04-191-186/+189
* More whitespace fixes.glebius2011-04-184-41/+41
* Whitespace fixes.glebius2011-04-186-268/+266
* The first customer of the SO_USER_COOKIE option:luigi2010-11-123-0/+19
* mdoc: make pages render with mandocuqs2010-10-211-2/+1
* document logging through bpfluigi2010-10-131-13/+18
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-2/+0
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-281-1/+1
* expand_number(3) takes a uint64_t * now.des2010-08-191-1/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-2/+2
* Document that the "ngtee" action no longer accepts packet, andglebius2010-07-271-4/+2
* better printing of headers when listing flowsluigi2010-07-151-8/+18
* fix 64-bit buildluigi2010-04-191-2/+4
* Slightly different handling of printf/snprintf for unaligned uint64_t,luigi2010-04-193-36/+40
* fix a buffer overflow with large (100k+) number of input lines.luigi2010-04-121-2/+2
* Set net.inet6.ip6.fw.enable as well.ume2010-04-061-0/+2
* fix another bug in "ipfw set N ..."luigi2010-03-241-1/+1
* Tweak language to make one point potentially clearer for non-native spekersgavin2010-03-201-2/+2
* accept lower case m as a synonym for Mega (bit/s or bytes/s).luigi2010-03-151-1/+1
* print correctly commands of the formluigi2010-03-151-8/+17
* + implement (two lines) the kernel side of 'lookup dscp N' to use theluigi2010-03-151-4/+13
* Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bitsluigi2010-03-152-2/+4
* implement listing of a subset of pipes/queues/schedulers.luigi2010-03-111-28/+117
* add back DPADD (removed by mistake in a previous commit)luigi2010-03-081-0/+1
* more documentation on new dummynet features.luigi2010-03-051-18/+98
* make the listing of queues/pipes/schedulers handle the case ofluigi2010-03-041-4/+19
* fix handling of setsluigi2010-03-041-5/+13
* reduce diffs with the cross-platform version (windows needsluigi2010-03-041-0/+14
* remove stale commentluigi2010-03-041-2/+0
* Bring in the most recent version of ipfw and dummynet, developedluigi2010-03-027-593/+883
* Fixed dependencies (make checkdpadd).ru2010-02-251-0/+1
* implement a new match option,luigi2009-12-153-0/+60
* fix the indentation for addr: valuesluigi2009-12-151-0/+2
* restore setting of sin_len (was removed in 1.146 last february) asluigi2009-12-061-1/+3
* fix argument type in the call to expand_numberluigi2009-12-041-1/+1
* use qsort_r instead of heapsort;luigi2009-12-031-4/+4
* Fix minor resource leak in a function.netchild2009-11-211-0/+2
* Fix setfib(1) section number.brueffer2009-09-181-1/+1
* - 'burst' description rewritten.oleg2009-06-261-5/+10
* o Kill grammar nits.maxim2009-06-261-2/+2
* - fix dummynet 'fast' mode for WF2Q case.oleg2009-06-244-7/+48
* Permit the specification of bandwidth values withinluigi2009-06-082-40/+72
* add a missing format in a printfluigi2009-06-081-1/+1
* Several ipfw options and actions use a 16-bit argument to indicateluigi2009-06-051-3/+3
* remove a printf that was only useful for debugging.luigi2009-06-051-2/+0
OpenPOWER on IntegriCloud