aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* MFC r238063:Isabell Long2012-07-221-5/+6
* MFC r232865, r232868, r233478Alexander V. Chernikov2012-04-242-80/+233
* Merge r232250 from head:Gavin Atkinson2012-03-101-1/+1
* MFC r223666:Andrey V. Elsukov2012-01-263-1/+106
* MFC 227489:Eitan Adler2012-01-101-1/+1
* MFhead r227901:Gleb Smirnoff2011-11-281-1/+2
* MFC 224942:John Baldwin2011-09-161-0/+2
* MFC r223080:Andrey V. Elsukov2011-07-284-7/+45
* MFC r223661:Andrey V. Elsukov2011-07-131-4/+11
* Merge from head/ 220835,220914,223079,223185,223416,223499:Gleb Smirnoff2011-07-081-196/+236
* Merge from head/ 220802, 220804:Gleb Smirnoff2011-07-087-312/+310
* MFC r222745:Andrey V. Elsukov2011-06-201-0/+1
* MFC r222744:Andrey V. Elsukov2011-06-201-2/+2
* MFC r222473:Andrey V. Elsukov2011-06-142-11/+19
* MFC r206494 by luigi:Andrey V. Elsukov2010-12-101-2/+2
* MFhead r210539:Gleb Smirnoff2010-09-161-4/+2
* MFC r206266: Set net.inet6.ip6.fw.enable as well.Hajimu UMEMOTO2010-04-111-0/+2
* fix handling of "ipfw set N ..."Luigi Rizzo2010-03-241-1/+1
* MFC of a large number of ipfw and dummynet fixes and enhancementsLuigi Rizzo2010-03-237-608/+1177
* mfc r205179: print correctly addresses with an OR blockLuigi Rizzo2010-03-221-8/+17
* MFC r200183 by luigi:Gleb Smirnoff2010-03-221-1/+3
* mfc r200056Luigi Rizzo2009-12-061-4/+4
* MFC r199626:Alexander Leidinger2009-12-011-0/+2
* MFC: r197312Christian Brueffer2009-10-091-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
* remove duplicate #includeLuigi Rizzo2009-02-021-1/+0
* put the altq-related functions into a separate file.Luigi Rizzo2009-02-016-122/+167
* Avoid the use of duplicated typedefs -- see the comment for details.Luigi Rizzo2009-01-281-15/+21
* fix printing of uint64_t values, so we can use WARNS=2Luigi Rizzo2009-01-274-11/+27
* fix wrong variable usage...Luigi Rizzo2009-01-271-2/+1
* Put nat and ipv6 support in their own files.Luigi Rizzo2009-01-275-1320/+1436