summaryrefslogtreecommitdiff
path: root/sys/dist/pf/net/pf_ioctl.c
AgeCommit message (Expand)Author
2022-03-28driver(9): devsw_detach never fails. Make it return void.riastradh
2020-02-21Explicitly cast pointers to uintptr_t before casting to enums. They arejoerg
2018-08-10Fix compilation of PF/IPF...maxv
2018-08-10Renamemaxv
2018-07-11Fix build. pf_ioctl.c needs netinet/in_offload.h (after previous change).kre
2018-07-11Renamemaxv
2017-10-15Defer initialization of pf_status.host_idpgoyette
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-07-01PFIL_HOOKS is dead.skrll
2013-06-30Update pf to pfil(9) changes. Missed in previous commit.rmind
2011-11-28Remove arc4random() and arc4randbytes() from the kernel API. Replacetls
2011-08-30fix -Wshadow warnings when ALTQ is enabledjmcneill
2011-08-29build pf module with WARNS=3, and remove the need for -Wno-shadowjmcneill
2011-01-19make sure the "overload_tbl" member of "struct pf_rule" copied indrochner
2010-05-07Add support for pfs(8)degroote
2010-04-13Do not unload pf when enabled, not even manually.ahoka
2010-04-13change module class to driver.ahoka
2010-04-13Do not auto unload pf if it's enabled.ahoka
2010-04-12- Make the pf and pflog driver able to detach.ahoka
2009-10-03Move firewall/NAT policy back to respective subsystems (pf, ipf).elad
2009-09-14Import pfsync support from OpenBSD 4.2degroote
2009-07-28Remove LKM code from pf.minskim
2008-06-22Wrap definition of pfil6_wrapper in #ifdef INET6.peter
2008-06-18merge yamt-pf42 branch.yamt
2007-12-11use __KERNEL_RCSID()lukem
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12Merge the peter-altq branch.peter
2006-10-12- sprinkle __unused on function decls.christos
2006-10-01In pf, there are lots of #ifdef ALTQ, but our ALTQ is not what pf expects,pavel
2006-09-19Remove ugly (void *) casts from network scope authorization wrapper andelad
2006-09-08First take at security model abstraction.elad
2006-09-03add missing initializerchristos
2005-12-11merge ktrace-lwp.christos
2005-08-11pfil6_wrapper: handle M_CSUM_TCPv6|M_CSUM_UDPv6.yamt
2005-08-06wrap INET only code by #if defined(INET). (in __NetBSD__ part)yamt
2005-07-26pf_test() can set *mp to NULL, check for this before de-referencing it.peter
2005-07-01Resolve conflicts (pf from OpenBSD 3.7, kernel part).peter
2005-03-15Fix a GCC warning when compiling on evbppc.peter
2005-02-14Merge in a fix from OPENBSD_3_6.peter
2005-01-01pfil4_wrapper: clear M_CANFASTFWD which is not compatible with pf.yamt
2004-12-04Improve the cleanup routines for detachment. Fixes PR 28132.peter
2004-11-14resolve conflicts. (pf from OpenBSD 3.6, kernel part)yamt
2004-11-13backout whitespace changes to make further import easier.yamt
2004-09-06pfil4_wrapper, pfil6_wrapper:yamt
2004-07-27- rename PFIL_NEWIF to PFIL_IFNET, and handle interface detach eventsyamt