summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw_pfil.c
Commit message (Expand)AuthorAgeFilesLines
* 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