summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw_pfil.c
Commit message (Expand)AuthorAgeFilesLines
* move kernel ipfw-related sources to a separate directory,luigi2009-06-051-597/+0
* More cleanup in preparation of ipfw relocation (no actual code change):luigi2009-06-051-5/+2
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+2
* Optimize packet flow: if net.inet.ip.fw.one_pass != 0 and packet wasoleg2009-04-271-5/+13
* Implement an ipfw action to reassemble ip packets: reass.piso2009-04-011-0/+6
* correct some #includeluigi2009-02-161-1/+1
* IPFW's pfil hook/unhook code ignores the return values of pfil_add_hook()rwatson2008-12-161-8/+16
* Put a global variables, which were virtualized but formerlybz2008-12-111-0/+2
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+2
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-0/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-2/+3
* Raise a bit ipfw kld priority.piso2008-03-031-1/+1
* 1) dummynet_io() declaration has changed.oleg2007-11-061-26/+28
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-2/+3
* Summer of Code 2005: improve libalias - part 2 of 2piso2006-12-291-0/+6
* revert last change.. premature.. need to wait until if_ethersubr.cjulian2006-10-211-8/+0
* Move some variables to a more likely placejulian2006-10-201-0/+8
* Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processingmlaier2006-05-121-54/+92
* obey opt_inet6.h and opt_ipsec.h in kernel build directory.ume2005-11-291-1/+1
* Add IPv6 support to IPFW and Dummynet.brooks2005-04-181-2/+33
* When a packet has been reinjected into ipfw(4) after dummynet(4) processingglebius2005-04-061-2/+6
* Add a ng_ipfw node, implementing a quick and simple interface betweenglebius2005-02-051-0/+47
* - Reduce number of arguments passed to dummynet_io(), we already have cookieglebius2005-01-161-2/+2
* o Clean up interface between ip_fw_chk() and its callers:glebius2005-01-141-52/+74
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Revert last change.glebius2004-12-101-4/+4
* Check that DUMMYNET_LOADED before seeking dummynet m_tag.glebius2004-12-091-4/+4
* Convert IPDIVERT into a loadable module. This makes use of the dynamic loada...andre2004-10-191-8/+13
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-2/+6
* If we have to 'ipfw fwd'-tag a packet the second time in ipfw_pfil_out() don'tandre2004-09-131-3/+5
* Make 'ipfw tee' behave as inteded and designed. A tee'd packet is copiedandre2004-09-131-11/+11
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-5/+1
* Revert the last change to sys/modules/ipfw/Makefile and fix aru2004-08-261-1/+3
* Fix a stupid typo which prevented an ipfw KLD unload from successfully cleaningandre2004-08-201-1/+1
* Give a useful error message if someone tries to compile IPFIREWALL into theandre2004-08-191-0/+4
* Do not unconditionally ignore IPDIVERT and IPFIREWALL_FORWARD when buildingandre2004-08-191-2/+0
* Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scriptsandre2004-08-191-0/+6
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-0/+402
OpenPOWER on IntegriCloud