summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Sync: merge r215273 through r215318 from ^/head.dim2010-11-144-20/+20
* The first customer of the SO_USER_COOKIE option:luigi2010-11-122-0/+34
* put back the assigment to sched_time. It was correct, andluigi2010-10-011-0/+1
* remove an unnecessary (and wrong) assignment.luigi2010-09-291-1/+0
* whitespace changes in preparation for future commitsluigi2010-09-295-8/+15
* fix handling of initial credit for an idle pipe.luigi2010-09-291-1/+4
* fix breakage in in-kernel NAT: the code did not honorluigi2010-09-281-0/+5
* Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code:luigi2010-09-283-10/+7
* in_delayed_cksum() requires host byte order.glebius2010-09-061-6/+4
* o Some programs could send broadcast/multicast traffic to ipfwmaxim2010-08-301-2/+21
* Fix operation of "netgraph" action in conjunction with theglebius2010-07-271-0/+2
* remove some conditional #ifdefs (no-op on FreeBSD);luigi2010-07-151-8/+4
* whitespace fixesluigi2010-07-151-2/+2
* fix a comment and final empty lineluigi2010-07-151-3/+5
* Improve last commit: use bpf_mtap2() to avoiding stack usage.glebius2010-07-091-13/+6
* Since r209216 bpf(4) searches for mbuf_tags(9) and thus will not work withglebius2010-07-081-6/+8
* After processing the O_SKIPTO opcode our cmd points to the next rule, andglebius2010-06-291-2/+3
* 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
OpenPOWER on IntegriCloud