| Age | Commit message (Expand) | Author |
| 2018-02-19 | It is normal for socket credentials to be missing for incoming sockets, | christos |
| 2018-02-18 | PR/53036: Alexander Nasonov: 'block user' in pf's ruleset panics 8.0_BETA | christos |
| 2018-02-14 | Don't invoke UB. | maya |
| 2018-02-09 | Oh, what is this. Fix a remotely-triggerable integer overflow: the way we | maxv |
| 2017-10-31 | PR/52682: David Binderman: Fix wrong assignment (in the !__NetBSD__ code) | christos |
| 2017-10-15 | Defer initialization of pf_status.host_id | pgoyette |
| 2017-03-14 | Use if_acquire and if_release instead of using psref API directly | ozaki-r |
| 2017-02-14 | Do ND in L2_output in the same manner as arpresolve | ozaki-r |
| 2017-01-16 | use in6_print | christos |
| 2017-01-16 | Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp... | ryo |
| 2016-12-26 | pfil(9) improvements to handle address changes: | christos |
| 2016-12-08 | Add rtcache_unref to release points of rtentry stemming from rtcache | ozaki-r |
| 2016-07-20 | Apply pserialize to some iterations of IP address lists | ozaki-r |
| 2016-07-07 | Switch the address list of intefaces to pslist(9) | ozaki-r |
| 2016-06-22 | Remove unnecessary NULL checks of ifa->ifa_addr | ozaki-r |
| 2016-06-21 | Replace ifp of ip_moptions and ip6_moptions with if_index | ozaki-r |
| 2016-06-20 | apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ... | knakahara |
| 2016-06-16 | Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND | ozaki-r |
| 2016-06-10 | Avoid storing a pointer of an interface in a mbuf | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-05-12 | Protect ifnet list with psz and psref | ozaki-r |
| 2016-04-28 | Constify rtentry of if_output | ozaki-r |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-04-13 | <sys/rnd.h> not needed for pf_norm.c. | riastradh |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Unbreak the build of pf | ozaki-r |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 2014-05-17 | Fix previous. | rmind |
| 2014-05-17 | - Move IFNET_*() macros under #ifdef _KERNEL. | rmind |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-03-06 | remove unused variable to avoid warning from gcc 4.8. | nonaka |
| 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 |