aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Use a regular taskqueue for dummynet rather than a "fast" taskqueue.John Baldwin2011-01-071-1/+1
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-224-20/+20
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-144-20/+20
* The first customer of the SO_USER_COOKIE option:Luigi Rizzo2010-11-122-0/+34
* put back the assigment to sched_time. It was correct, andLuigi Rizzo2010-10-011-0/+1
* remove an unnecessary (and wrong) assignment.Luigi Rizzo2010-09-291-1/+0
* whitespace changes in preparation for future commitsLuigi Rizzo2010-09-295-8/+15
* fix handling of initial credit for an idle pipe.Luigi Rizzo2010-09-291-1/+4
* fix breakage in in-kernel NAT: the code did not honorLuigi Rizzo2010-09-281-0/+5
* Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code:Luigi Rizzo2010-09-283-10/+7
* in_delayed_cksum() requires host byte order.Gleb Smirnoff2010-09-061-6/+4
* o Some programs could send broadcast/multicast traffic to ipfwMaxim Konovalov2010-08-301-2/+21
* Fix operation of "netgraph" action in conjunction with theGleb Smirnoff2010-07-271-0/+2
* remove some conditional #ifdefs (no-op on FreeBSD);Luigi Rizzo2010-07-151-8/+4
* whitespace fixesLuigi Rizzo2010-07-151-2/+2
* fix a comment and final empty lineLuigi Rizzo2010-07-151-3/+5
* Improve last commit: use bpf_mtap2() to avoiding stack usage.Gleb Smirnoff2010-07-091-13/+6
* Since r209216 bpf(4) searches for mbuf_tags(9) and thus will not work withGleb Smirnoff2010-07-081-6/+8
* After processing the O_SKIPTO opcode our cmd points to the next rule, andGleb Smirnoff2010-06-291-2/+3
* whitespace fixes (trailing whitespace, bad indentationLuigi Rizzo2010-04-197-32/+34
* Try to help with a virtualized dummynet after r206428.Bjoern A. Zeeb2010-04-101-1/+4
* This commit enables partial operation of dummynet with kernelsLuigi Rizzo2010-04-093-31/+57
* no need to pass an argument to dn_compat_calc_size()Luigi Rizzo2010-04-093-3/+3
* Hopefully fix the recent breakage in rule deletion.Luigi Rizzo2010-04-071-58/+98
* fix bug in previous commit related to rule deletionLuigi Rizzo2010-03-311-15/+20
* 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