summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipfw
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixes (trailing whitespace, bad indentationluigi2010-04-197-32/+34
* Try to help with a virtualized dummynet after r206428.bz2010-04-101-1/+4
* This commit enables partial operation of dummynet with kernelsluigi2010-04-093-31/+57
* no need to pass an argument to dn_compat_calc_size()luigi2010-04-093-3/+3
* Hopefully fix the recent breakage in rule deletion.luigi2010-04-071-58/+98
* fix bug in previous commit related to rule deletionluigi2010-03-311-15/+20
* remove a leftover debugging messageluigi2010-03-291-1/+0
* Fix handling of set manipulations.luigi2010-03-291-25/+36
* Honor ip.fw.one_pass when a packet comes out of a pipe without being delayed.luigi2010-03-241-1/+5
* 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
OpenPOWER on IntegriCloud