index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dist
/
pf
/
net
/
pf_if.c
Age
Commit message (
Expand
)
Author
2017-03-14
Use if_acquire and if_release instead of using psref API directly
ozaki-r
2016-12-26
pfil(9) improvements to handle address changes:
christos
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-16
Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND
ozaki-r
2016-05-12
Protect ifnet list with psz and psref
ozaki-r
2014-05-17
Fix previous.
rmind
2014-05-17
- Move IFNET_*() macros under #ifdef _KERNEL.
rmind
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
2010-04-12
- Make the pf and pflog driver able to detach.
ahoka
2009-12-06
If pfi_address_add() has to extend the buffer, copy the data in the
dsl
2009-07-28
Remove LKM code from pf.
minskim
2008-12-19
use M_ZERO on malloc() and remove subsequent bzero().
cegger
2008-12-19
pass M_NOWAIT instead of M_DONTWAIT to malloc.
cegger
2008-06-18
merge yamt-pf42 branch.
yamt
2008-02-11
Use TAILQ_FOREACH().
dyoung
2007-12-11
use __KERNEL_RCSID()
lukem
2007-12-05
Use IFADDR_FOREACH().
dyoung
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
2005-12-11
merge ktrace-lwp.
christos
2005-07-01
Resolve conflicts (pf from OpenBSD 3.7, kernel part).
peter
2004-12-04
Improve the cleanup routines for detachment. Fixes PR 28132.
peter
2004-12-04
plug pfik_ifaddrhooks leaks by embedding it to pfi_kif.
yamt
2004-11-14
resolve conflicts. (pf from OpenBSD 3.6, kernel part)
yamt
2004-07-26
fix dynaddr tracking.
yamt
2004-07-26
ANSIfy. (inside #ifdef __NetBSD__)
yamt
2004-06-29
make PF lkm working. from Peter Postma and Joel Wilsson.
itojun
2004-06-22
PF from openbsd 3.5. missing features:
itojun
2004-06-22
PF from OpenBSD 3.5
itojun