aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ipfw
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-181-0/+2
* modules: a lot: need opt_kern_tls.hKyle Evans2021-09-301-1/+1
* Rework ipfw dynamic states implementation to be lockless on fast path.Andrey V. Elsukov2018-02-071-1/+1
* Unconditionally enable support for O_IPSEC opcode.Andrey V. Elsukov2017-11-171-1/+1
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
* Move logging via BPF support into separate file.Andrey V. Elsukov2016-08-131-1/+1
* Add External Actions KPI to ipfw(9).Andrey V. Elsukov2016-04-141-1/+1
* Merge projects/ipfw to HEAD.Alexander V. Chernikov2014-10-091-1/+2
|\
| * Add pre-alfa version of DXR lookup module.Alexander V. Chernikov2014-09-211-0/+1
| * Add support for multi-field values inside ipfw tables.Alexander V. Chernikov2014-08-311-0/+1
| * * Add generic ipfw interface tracking APIAlexander V. Chernikov2014-07-281-1/+1
| * Add ip_fw_algo.c to ipfw Makefile.Alexander V. Chernikov2014-06-141-1/+1
* | Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-041-13/+0
|/
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-2/+1
* Always use the opt_*.h options for ipfw.ko, not just whenBjoern A. Zeeb2011-11-041-1/+1
* Unbreak no-ip and no-inet6 module builds with ipfw. For now continue toBjoern A. Zeeb2011-09-271-1/+5
* Allow the ipfw.ko module built with a kernel to honor any IPFIREWALL_*John Baldwin2011-09-121-1/+1
* Do not build ip_fw_nat.c for ipfw.ko. It can be build as separate module.Andrey V. Elsukov2011-03-291-1/+1
* Now that ipfw is split into multiple files, we needLuigi Rizzo2009-12-171-0/+2
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+1
* Remove opt_mac.h generation for various kernel modules that no longerRobert Watson2009-06-061-1/+1
* move kernel ipfw-related sources to a separate directory,Luigi Rizzo2009-06-051-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-1/+1
* Link pf 4.1 to the build:Max Laier2007-07-031-0/+1
* Introduce a new entry point, mac_create_mbuf_from_firewall. This entry pointChristian S.J. Peron2006-09-121-1/+1
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Let kmod.mk create empty opt_*.h files.Ruslan Ermilov2005-11-291-7/+1
* obey opt_inet6.h and opt_ipsec.h in kernel build directory.Hajimu UMEMOTO2005-11-291-0/+14
* IPDIVERT is a module now and tell the other parts of the kernel about it.Andre Oppermann2004-10-251-4/+0
* Document how a standalone module can be built with divert(4) support.Ruslan Ermilov2004-08-261-0/+4
* Revert the last change to sys/modules/ipfw/Makefile and fix aRuslan Ermilov2004-08-261-5/+1
* Make this compile again in the standalone and the MODULES_WITH_WORLDWarner Losh2004-08-231-1/+5
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-171-1/+1
* bring Makefile up to date with new ipfwJulian Elischer2002-06-281-1/+1
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-1/+3
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* No need to use a magic IPFIREWALL_MODULE - the build system suppliesPeter Wemm1999-04-201-2/+2
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-10-161-3/+3
* Add example for IPFIREWALL_DEFAULT_TO_ACCEPTPeter Wemm1997-09-101-1/+4
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicateBruce Evans1996-06-231-2/+3
* Make the ipfw LKM work again.Poul-Henning Kamp1996-02-241-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Checking new lkm structure..Ugen J.S. Antsilevich1995-01-121-2/+2