summaryrefslogtreecommitdiffstats
path: root/sys/modules/ipfw
Commit message (Expand)AuthorAgeFilesLines
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-2/+1
* Always use the opt_*.h options for ipfw.ko, not just whenbz2011-11-041-1/+1
* Unbreak no-ip and no-inet6 module builds with ipfw. For now continue tobz2011-09-271-1/+5
* Allow the ipfw.ko module built with a kernel to honor any IPFIREWALL_*jhb2011-09-121-1/+1
* Do not build ip_fw_nat.c for ipfw.ko. It can be build as separate module.ae2011-03-291-1/+1
* Now that ipfw is split into multiple files, we needluigi2009-12-171-0/+2
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+1
* Remove opt_mac.h generation for various kernel modules that no longerrwatson2009-06-061-1/+1
* move kernel ipfw-related sources to a separate directory,luigi2009-06-051-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-1/+1
* Link pf 4.1 to the build:mlaier2007-07-031-0/+1
* Introduce a new entry point, mac_create_mbuf_from_firewall. This entry pointcsjp2006-09-121-1/+1
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
* Let kmod.mk create empty opt_*.h files.ru2005-11-291-7/+1
* obey opt_inet6.h and opt_ipsec.h in kernel build directory.ume2005-11-291-0/+14
* IPDIVERT is a module now and tell the other parts of the kernel about it.andre2004-10-251-4/+0
* Document how a standalone module can be built with divert(4) support.ru2004-08-261-0/+4
* Revert the last change to sys/modules/ipfw/Makefile and fix aru2004-08-261-5/+1
* Make this compile again in the standalone and the MODULES_WITH_WORLDimp2004-08-231-1/+5
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-1/+1
* bring Makefile up to date with new ipfwjulian2002-06-281-1/+1
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-1/+3
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* No need to use a magic IPFIREWALL_MODULE - the build system suppliespeter1999-04-201-2/+2
* Sample initial set of kld-ified modules. Not all have been completelypeter1998-10-161-3/+3
* Add example for IPFIREWALL_DEFAULT_TO_ACCEPTpeter1997-09-101-1/+4
* Revert $FreeBSD$ back to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicatebde1996-06-231-2/+3
* Make the ipfw LKM work again.phk1996-02-241-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Checking new lkm structure..ugen1995-01-121-2/+2
* Firewall can be used as lkm module.To use itugen1995-01-121-0/+13
OpenPOWER on IntegriCloud