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
Age
Commit message (
Expand
)
Author
2020-03-19
Pull up following revision(s) (requested by riastradh in ticket #787):
martin
2018-12-22
Replace M_ALIGN and MH_ALIGN by m_align.
maxv
2018-11-15
Remove the 't' argument from m_tag_find().
maxv
2018-09-14
Use non-variadic function pointer in protosw::pr_input.
maxv
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
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
2018-06-27
Add missing BPF_D_OUT. Reported by John D. Baker.
msaitoh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-05-03
Remove m_copy completely.
maxv
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
[next]