summaryrefslogtreecommitdiff
path: root/sys/modules/ipfw
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2021-11-18Fix some modules to export more used symbolsKonstantin Belousov
2021-09-29modules: a lot: need opt_kern_tls.hKyle Evans
2018-02-07Rework ipfw dynamic states implementation to be lockless on fast path.Andrey V. Elsukov
2017-11-17Unconditionally enable support for O_IPSEC opcode.Andrey V. Elsukov
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2016-08-13Move logging via BPF support into separate file.Andrey V. Elsukov
2016-04-14Add External Actions KPI to ipfw(9).Andrey V. Elsukov
2014-10-09Merge projects/ipfw to HEAD.Alexander V. Chernikov
2014-09-21Add pre-alfa version of DXR lookup module.Alexander V. Chernikov
2014-08-31Add support for multi-field values inside ipfw tables.Alexander V. Chernikov
2014-08-04Move most of the 15 variations on generating opt_inet.h andWarner Losh
2014-07-28* Add generic ipfw interface tracking APIAlexander V. Chernikov
2014-06-14Add ip_fw_algo.c to ipfw Makefile.Alexander V. Chernikov
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2012-09-14o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff
2011-11-04Always use the opt_*.h options for ipfw.ko, not just whenBjoern A. Zeeb
2011-09-27Unbreak no-ip and no-inet6 module builds with ipfw. For now continue toBjoern A. Zeeb
2011-09-12Allow the ipfw.ko module built with a kernel to honor any IPFIREWALL_*John Baldwin
2011-03-29Do not build ip_fw_nat.c for ipfw.ko. It can be build as separate module.Andrey V. Elsukov
2009-12-17Now that ipfw is split into multiple files, we needLuigi Rizzo
2009-06-08After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb
2009-06-06Remove opt_mac.h generation for various kernel modules that no longerRobert Watson
2009-06-05move kernel ipfw-related sources to a separate directory,Luigi Rizzo
2008-12-02Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb
2007-07-03Link pf 4.1 to the build:Max Laier
2006-09-12Introduce a new entry point, mac_create_mbuf_from_firewall. This entry pointChristian S.J. Peron
2006-03-17Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov
2005-11-29Let kmod.mk create empty opt_*.h files.Ruslan Ermilov
2005-11-29obey opt_inet6.h and opt_ipsec.h in kernel build directory.Hajimu UMEMOTO
2004-10-25IPDIVERT is a module now and tell the other parts of the kernel about it.Andre Oppermann
2004-08-26Document how a standalone module can be built with divert(4) support.Ruslan Ermilov
2004-08-26Revert the last change to sys/modules/ipfw/Makefile and fix aRuslan Ermilov
2004-08-23Make this compile again in the standalone and the MODULES_WITH_WORLDWarner Losh
2004-08-17Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann
2002-06-28bring Makefile up to date with new ipfwJulian Elischer
2002-01-11Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
2000-05-27Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm
2000-05-04Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-04-20No need to use a magic IPFIREWALL_MODULE - the build system suppliesPeter Wemm
1998-10-16Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm
1997-09-10Add example for IPFIREWALL_DEFAULT_TO_ACCEPTPeter Wemm
1997-02-22Revert $FreeBSD$ back to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-06-23Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicateBruce Evans
1996-02-24Make the ipfw LKM work again.Poul-Henning Kamp
1995-05-30Remove trailing whitespace.Rodney W. Grimes