aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ipfw
Commit message (Expand)AuthorAgeFilesLines
...
* remove a leftover debugging messageLuigi Rizzo2010-03-291-1/+0
* Fix handling of set manipulations.Luigi Rizzo2010-03-291-25/+36
* Honor ip.fw.one_pass when a packet comes out of a pipe without being delayed.Luigi Rizzo2010-03-241-1/+5
* Add a priority-based packet scheduler.Luigi Rizzo2010-03-212-1/+231
* no need for ipfw_flush_tables(), we just need ipfw_destroy_tables()Luigi Rizzo2010-03-212-18/+6
* revise documentationLuigi Rizzo2010-03-211-2/+21
* small fixes to estimate the buffer size when requesting all pipes/flows.Luigi Rizzo2010-03-151-5/+9
* + implement (two lines) the kernel side of 'lookup dscp N' to use theLuigi Rizzo2010-03-156-33/+59
* implement listing of a subset of pipes/queues/schedulers.Luigi Rizzo2010-03-112-63/+147
* fix handling of commands issued by RELENG_7 version of /sbin/ipfw,Luigi Rizzo2010-03-102-2/+4
* cosmetic changes and C++ compatibilityLuigi Rizzo2010-03-081-0/+18
* don't use C++ keywords as variable namesLuigi Rizzo2010-03-082-8/+8
* do not report an error unnecessarilyLuigi Rizzo2010-03-081-0/+1
* Not only flush the ipfw tables when unloading ipfw or tearingBjoern A. Zeeb2010-03-073-1/+17
* plug a memory leak on pipe's reconfigurationLuigi Rizzo2010-03-051-20/+29
* fix a memory leak when deleting RED queuesLuigi Rizzo2010-03-051-0/+6
* portability fixesLuigi Rizzo2010-03-042-2/+17
* don't use keywords as variable names.Luigi Rizzo2010-03-041-7/+7
* use callout_drain() (outside the lock) when unloading the module.Luigi Rizzo2010-03-041-4/+7
* improve compatibility with RELENG_7.2Luigi Rizzo2010-03-041-0/+14
* Bring in the most recent version of ipfw and dummynet, developedLuigi Rizzo2010-03-0225-1953/+8667
* remove recursive lock/unlock calls, we do them already before enteringLuigi Rizzo2010-02-171-6/+0
* Change 'me' to match any IPv6 address configured on an interface inHajimu UMEMOTO2010-01-171-8/+14
* we don't use dummynet_drain!Luigi Rizzo2010-01-071-32/+5
* check that we have an ipv4 packet before swapping ip_len and ip_off.Luigi Rizzo2010-01-071-2/+3
* Following up on a request from Ermal Luci to makeLuigi Rizzo2010-01-071-47/+1
* some header shuffling to help decoupling ip_divert from ipfwLuigi Rizzo2010-01-075-11/+6
* put ip_len in correct order for ip_output().Luigi Rizzo2010-01-071-1/+2
* this file does not require ip_dummynet.hLuigi Rizzo2010-01-051-1/+0
* Various cleanup done in ipfw3-head branch including:Luigi Rizzo2010-01-048-245/+181
* we really need htonl() here, see the comment a few lines above in the code.Luigi Rizzo2009-12-291-1/+1
* bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expectsLuigi Rizzo2009-12-282-1/+1
* bring in several cleanups tested in ipfw3-head branch, namely:Luigi Rizzo2009-12-288-433/+286
* readability fixes -- add braces on large blocks, remove unnecessaryLuigi Rizzo2009-12-281-28/+31
* explain details of operation of table lookups, and improve portabilityLuigi Rizzo2009-12-281-4/+16
* diverted packet must re-enter _after_ the matching rule,Luigi Rizzo2009-12-271-1/+1
* fix poor indentation resulting from a mergeLuigi Rizzo2009-12-241-14/+14
* mostly style changes, such as removal of trailing whitespace,Luigi Rizzo2009-12-231-183/+152
* fix build with the new fast lookup structure.Luigi Rizzo2009-12-231-79/+56
* fix build on 64-bit architectures.Luigi Rizzo2009-12-231-15/+15
* merge code from ipfw3-head to reduce contention on the ipfw lockLuigi Rizzo2009-12-226-387/+392
* some mostly cosmetic changes in preparation for upcoming work:Luigi Rizzo2009-12-224-92/+89
* Added proper attribution.Ruslan Ermilov2009-12-181-1/+1
* Add some experimental code to log traffic with tcpdump,Luigi Rizzo2009-12-173-3/+79
* simplify and document lookup_next_rule()Luigi Rizzo2009-12-171-43/+22
* simplify the code that finds the next rule after reinjectionsLuigi Rizzo2009-12-171-18/+16
* remove a duplicate sysctl entryLuigi Rizzo2009-12-161-4/+2
* bring back a couple of #include that are supplied by nesting,Luigi Rizzo2009-12-162-1/+2
* Various cosmetic cleanup of the files:Luigi Rizzo2009-12-169-143/+183
* Quick fix to make this compile:Warner Losh2009-12-161-6/+0