summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipfw
Commit message (Expand)AuthorAgeFilesLines
* 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
* use div64 when converting back the burst value for userlandluigi2009-12-101-1/+1
* when draining a flowset free the entire chain, not just one packet.luigi2009-12-101-1/+1
* centralize the code to free a packet (or a chain) while in dummynet.luigi2009-12-101-32/+27
* Fix burst processing for WF2Q pipes - do not increase available burst sizeoleg2009-12-051-1/+3
* adjust comment in previous commit after Julian's explanationluigi2009-12-051-8/+9
* remove a dead block of code, document how the ipfw clients areluigi2009-12-051-27/+28
* fix build with VNET enabledluigi2009-12-051-1/+1
* Use INET_ADDRSTRLEN and INET6_ADDRSTRLEN rather than hardume2009-12-041-5/+23
* preparation work to replace the monster switch in ipfw_chk() withluigi2009-12-031-137/+203
* Teach an IPv6 to the debug prints.ume2009-12-031-14/+62
* - initialize src_ip in the main loop to prevent a compiler warningluigi2009-12-021-5/+8
* small changes for portability and diff reduction wrt/ FreeBSD 7.luigi2009-12-021-15/+38
* Teach an IPv6 to send_pkt() and ipfw_tick().ume2009-12-021-112/+166
* style(9): add missing parenthesesoleg2009-11-091-1/+1
* Fix two issues that can lead to exceeding configured pipe bandwidth:oleg2009-11-031-5/+16
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-112-59/+75
* Fix another typo right next to the previous one, that amazingly, I didjulian2009-08-231-1/+1
OpenPOWER on IntegriCloud