aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ipfw/ip_fw_pfil.c
Commit message (Expand)AuthorAgeFilesLines
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-588/+0
* Introduce new link-layer PFIL hook V_link_pfil_hook.Alexander V. Chernikov2012-09-041-18/+146
* Always use the opt_*.h options for ipfw.ko, not just whenBjoern A. Zeeb2011-11-041-3/+0
* Unbreak no-ip and no-inet6 module builds with ipfw. For now continue toBjoern A. Zeeb2011-09-271-3/+3
* Allow the ipfw.ko module built with a kernel to honor any IPFIREWALL_*John Baldwin2011-09-121-1/+1
* Add support for IPv6 to ipfw fwd:Bjoern A. Zeeb2011-08-201-7/+30
* Add possibility to pass IPv6 packets to a divert(4) socket.Gleb Smirnoff2011-06-271-3/+27
* Do not use SET_HOST_IPLEN() macro for IPv6 packets.Andrey V. Elsukov2011-06-211-2/+3
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-2/+2
* fix breakage in in-kernel NAT: the code did not honorLuigi Rizzo2010-09-281-0/+5
* whitespace fixes (trailing whitespace, bad indentationLuigi Rizzo2010-04-191-4/+4
* Bring in the most recent version of ipfw and dummynet, developedLuigi Rizzo2010-03-021-1/+7
* check that we have an ipv4 packet before swapping ip_len and ip_off.Luigi Rizzo2010-01-071-2/+3
* some header shuffling to help decoupling ip_divert from ipfwLuigi Rizzo2010-01-071-7/+1
* this file does not require ip_dummynet.hLuigi Rizzo2010-01-051-1/+0
* Various cleanup done in ipfw3-head branch including:Luigi Rizzo2010-01-041-58/+53
* bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expectsLuigi Rizzo2009-12-281-0/+1
* bring in several cleanups tested in ipfw3-head branch, namely:Luigi Rizzo2009-12-281-333/+142
* merge code from ipfw3-head to reduce contention on the ipfw lockLuigi Rizzo2009-12-221-10/+12
* Various cosmetic cleanup of the files:Luigi Rizzo2009-12-161-5/+39
* Start splitting ip_fw2.c and ip_fw.h into smaller components.Luigi Rizzo2009-12-151-0/+1
* Virtualize the pfil hooks so that different jails may chose differentJulian Elischer2009-10-111-12/+24
* Fix ipfw's initialization functions to get the correct order of evaluationJulian Elischer2009-08-211-51/+9
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-8/+2
* Close long existed race with net.inet.ip.fw.one_pass = 0:Oleg Bulyzhin2009-06-091-0/+8
* move kernel ipfw-related sources to a separate directory,Luigi Rizzo2009-06-051-0/+597