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