aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* expand_number(3) takes a uint64_t * now.Dag-Erling Smørgrav2010-08-191-1/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-2/+2
* Document that the "ngtee" action no longer accepts packet, andGleb Smirnoff2010-07-271-4/+2
* better printing of headers when listing flowsLuigi Rizzo2010-07-151-8/+18
* fix 64-bit buildLuigi Rizzo2010-04-191-2/+4
* Slightly different handling of printf/snprintf for unaligned uint64_t,Luigi Rizzo2010-04-193-36/+40
* fix a buffer overflow with large (100k+) number of input lines.Luigi Rizzo2010-04-121-2/+2
* Set net.inet6.ip6.fw.enable as well.Hajimu UMEMOTO2010-04-061-0/+2
* fix another bug in "ipfw set N ..."Luigi Rizzo2010-03-241-1/+1
* Tweak language to make one point potentially clearer for non-native spekersGavin Atkinson2010-03-201-2/+2
* accept lower case m as a synonym for Mega (bit/s or bytes/s).Luigi Rizzo2010-03-151-1/+1
* print correctly commands of the formLuigi Rizzo2010-03-151-8/+17
* + implement (two lines) the kernel side of 'lookup dscp N' to use theLuigi Rizzo2010-03-151-4/+13
* Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bitsLuigi Rizzo2010-03-152-2/+4
* implement listing of a subset of pipes/queues/schedulers.Luigi Rizzo2010-03-111-28/+117
* add back DPADD (removed by mistake in a previous commit)Luigi Rizzo2010-03-081-0/+1
* more documentation on new dummynet features.Luigi Rizzo2010-03-051-18/+98
* make the listing of queues/pipes/schedulers handle the case ofLuigi Rizzo2010-03-041-4/+19
* fix handling of setsLuigi Rizzo2010-03-041-5/+13
* reduce diffs with the cross-platform version (windows needsLuigi Rizzo2010-03-041-0/+14
* remove stale commentLuigi Rizzo2010-03-041-2/+0
* Bring in the most recent version of ipfw and dummynet, developedLuigi Rizzo2010-03-027-593/+883
* Fixed dependencies (make checkdpadd).Ruslan Ermilov2010-02-251-0/+1
* implement a new match option,Luigi Rizzo2009-12-153-0/+60
* fix the indentation for addr: valuesLuigi Rizzo2009-12-151-0/+2
* restore setting of sin_len (was removed in 1.146 last february) asLuigi Rizzo2009-12-061-1/+3
* fix argument type in the call to expand_numberLuigi Rizzo2009-12-041-1/+1
* use qsort_r instead of heapsort;Luigi Rizzo2009-12-031-4/+4
* Fix minor resource leak in a function.Alexander Leidinger2009-11-211-0/+2
* Fix setfib(1) section number.Christian Brueffer2009-09-181-1/+1
* - 'burst' description rewritten.Oleg Bulyzhin2009-06-261-5/+10
* o Kill grammar nits.Maxim Konovalov2009-06-261-2/+2
* - fix dummynet 'fast' mode for WF2Q case.Oleg Bulyzhin2009-06-244-7/+48
* Permit the specification of bandwidth values withinLuigi Rizzo2009-06-082-40/+72
* add a missing format in a printfLuigi Rizzo2009-06-081-1/+1
* Several ipfw options and actions use a 16-bit argument to indicateLuigi Rizzo2009-06-051-3/+3
* remove a printf that was only useful for debugging.Luigi Rizzo2009-06-051-2/+0
* Kill hard sentence break added in the previous revision.Tom Rhodes2009-04-111-1/+4
* Add emulation of delay profiles, which lets you model variousLuigi Rizzo2009-04-093-2/+403
* o Grammar.Maxim Konovalov2009-04-081-3/+3
* Various cleanup of text, moving a couple of paragraphsLuigi Rizzo2009-04-081-88/+99
* Remove contractions, reword a sentence to avoid a double negative,Tom Rhodes2009-04-071-3/+4
* Improve a bit reass documentation:Paolo Pisati2009-04-051-0/+25
* Implement an ipfw action to reassemble ip packets: reass.Paolo Pisati2009-04-014-1/+18
* Mdoc style, spelling, grammar and wording fixes. This manpage needs more work.Christian Brueffer2009-03-191-62/+68
* move a variable declaration to the beginning of the blockLuigi Rizzo2009-03-051-1/+1
* remove some signed/unsigned and one const/!const warningLuigi Rizzo2009-03-051-5/+5
* mark a function static, as it isLuigi Rizzo2009-03-051-1/+1
* Add SCTP NAT support.Paolo Pisati2009-02-072-16/+218
* Explain that we assume AF_INET and only use the addr and port fieldLuigi Rizzo2009-02-021-1/+4