| Age | Commit message (Expand) | Author |
| 2013-10-20 | fix compiler warnings | christos |
| 2013-07-01 | PFIL_HOOKS is dead. | skrll |
| 2013-06-30 | Fix pf module build. Adjust pfil_remove_hook 3rd arguments. | njoly |
| 2013-06-30 | Update pf to pfil(9) changes. Missed in previous commit. | rmind |
| 2012-09-15 | IPF 5.1.2 is in external/bsd/ipf and sys/external/bsd/ipf now; | plunky |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2012-02-15 | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, | riz |
| 2012-02-09 | PR kern/45929 | darrenr |
| 2012-02-01 | PR kern/45907 | darrenr |
| 2012-02-01 | ansify | christos |
| 2012-02-01 | Don't refer to ipf_log_soft_destroy(), ipf_log_soft_create(), | he |
| 2012-02-01 | Don't forward-declare ipf_dolog unless IPFILTER_LOG is defined, | he |
| 2012-02-01 | ansify | christos |
| 2012-01-31 | PR bin/45894 | darrenr |
| 2012-01-30 | fix printf formats | christos |
| 2012-01-30 | Initialize "match", it may be used uninitialized, and gcc complains | martin |
| 2012-01-30 | Merge IPFilter 5.1.1 into HEAD | darrenr |
| 2012-01-30 | Import IPFilter 5.1.1 | darrenr |
| 2012-01-11 | protect "union sockaddr_union" from being defined twice by a CPP symbol | drochner |
| 2011-12-19 | do missing ipsec->kame_ipsec renames | drochner |
| 2011-12-17 | Separate /dev/random pseudodevice implemenation from kernel entropy pool | tls |
| 2011-11-28 | Remove arc4random() and arc4randbytes() from the kernel API. Replace | tls |
| 2011-11-27 | Typo. | mbalmer |
| 2011-11-19 | First step of random number subsystem rework described in | 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-07-01 | fix an uninitialised variable problem. large-ish function, but i | mrg |
| 2011-05-18 | remove unused expression | drochner |
| 2011-05-11 | Commit the patch from | hauke |
| 2011-05-03 | Reduces the resources demanded by TCP sessions in TIME_WAIT-state using | dyoung |
| 2011-03-05 | Use %zu for size_t in debugging printf. | jakllsch |
| 2011-02-24 | avoid #ifdef/#endif inside sprint() argument list, as with USE_FORT=yes | plunky |
| 2011-02-12 | Add 1 to the port range so the range is inclusive as documented. | christos |
| 2011-02-12 | PR/44070: Avoid zero divide in modulo operations. | christos |
| 2011-01-19 | make sure the "overload_tbl" member of "struct pf_rule" copied in | drochner |
| 2010-11-05 | ip_randomid: make mechanism MP-safe and more modular. | rmind |
| 2010-09-05 | Fix mbuf corruption when sending ICMP errors for blocked IPv6 | mlelstv |
| 2010-08-11 | Revert previous - changes here are irrelevant to NetBSD | pgoyette |
| 2010-08-11 | Keep condvar wmesg's within 8-char limit. | pgoyette |
| 2010-06-01 | handle STDC and GNUC inline semantic differences by providing and | plunky |
| 2010-05-07 | Add support for pfs(8) | degroote |
| 2010-04-17 | clean up compile time warnings to due caddr_t and empty statements | darrenr |
| 2010-04-17 | New file for 4.1.34 that is in src/dist/ipf but not src/sys/dist/ipf/netinet | darrenr |
| 2010-04-17 | Commit IPFilter 4.1.34 to HEAD | darrenr |
| 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 |
| 2010-04-12 | Spello in comment. | skrll |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |