summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Add a priority-based packet scheduler.luigi2010-03-212-1/+231
* no need for ipfw_flush_tables(), we just need ipfw_destroy_tables()luigi2010-03-212-18/+6
* revise documentationluigi2010-03-211-2/+21
* small fixes to estimate the buffer size when requesting all pipes/flows.luigi2010-03-151-5/+9
* + implement (two lines) the kernel side of 'lookup dscp N' to use theluigi2010-03-156-33/+59
* implement listing of a subset of pipes/queues/schedulers.luigi2010-03-112-63/+147
* fix handling of commands issued by RELENG_7 version of /sbin/ipfw,luigi2010-03-102-2/+4
* cosmetic changes and C++ compatibilityluigi2010-03-081-0/+18
* don't use C++ keywords as variable namesluigi2010-03-082-8/+8
* do not report an error unnecessarilyluigi2010-03-081-0/+1
* Not only flush the ipfw tables when unloading ipfw or tearingbz2010-03-073-1/+17
* plug a memory leak on pipe's reconfigurationluigi2010-03-051-20/+29
* fix a memory leak when deleting RED queuesluigi2010-03-051-0/+6
* portability fixesluigi2010-03-042-2/+17
* don't use keywords as variable names.luigi2010-03-041-7/+7
* use callout_drain() (outside the lock) when unloading the module.luigi2010-03-041-4/+7
* improve compatibility with RELENG_7.2luigi2010-03-041-0/+14
* Bring in the most recent version of ipfw and dummynet, developedluigi2010-03-0225-1953/+8667
* remove recursive lock/unlock calls, we do them already before enteringluigi2010-02-171-6/+0
* Change 'me' to match any IPv6 address configured on an interface inume2010-01-171-8/+14
* we don't use dummynet_drain!luigi2010-01-071-32/+5
* check that we have an ipv4 packet before swapping ip_len and ip_off.luigi2010-01-071-2/+3
* Following up on a request from Ermal Luci to makeluigi2010-01-071-47/+1
* some header shuffling to help decoupling ip_divert from ipfwluigi2010-01-075-11/+6
* put ip_len in correct order for ip_output().luigi2010-01-071-1/+2
* this file does not require ip_dummynet.hluigi2010-01-051-1/+0
* Various cleanup done in ipfw3-head branch including:luigi2010-01-048-245/+181
* we really need htonl() here, see the comment a few lines above in the code.luigi2009-12-291-1/+1
* bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expectsluigi2009-12-282-1/+1
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-288-433/+286
* readability fixes -- add braces on large blocks, remove unnecessaryluigi2009-12-281-28/+31
* explain details of operation of table lookups, and improve portabilityluigi2009-12-281-4/+16
* diverted packet must re-enter _after_ the matching rule,luigi2009-12-271-1/+1
* fix poor indentation resulting from a mergeluigi2009-12-241-14/+14
* mostly style changes, such as removal of trailing whitespace,luigi2009-12-231-183/+152
* fix build with the new fast lookup structure.luigi2009-12-231-79/+56
* fix build on 64-bit architectures.luigi2009-12-231-15/+15
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-226-387/+392
* some mostly cosmetic changes in preparation for upcoming work:luigi2009-12-224-92/+89
* Added proper attribution.ru2009-12-181-1/+1
* Add some experimental code to log traffic with tcpdump,luigi2009-12-173-3/+79
* simplify and document lookup_next_rule()luigi2009-12-171-43/+22
* simplify the code that finds the next rule after reinjectionsluigi2009-12-171-18/+16
* remove a duplicate sysctl entryluigi2009-12-161-4/+2
* bring back a couple of #include that are supplied by nesting,luigi2009-12-162-1/+2
* Various cosmetic cleanup of the files:luigi2009-12-169-143/+183
* Quick fix to make this compile:imp2009-12-161-6/+0
* more splitting of ip_fw2.c, now extract the 'table' routinesluigi2009-12-154-1209/+1398
* Start splitting ip_fw2.c and ip_fw.h into smaller components.luigi2009-12-157-1402/+1852
* implement a new match option,luigi2009-12-151-0/+31
OpenPOWER on IntegriCloud