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
Age
Commit message (
Expand
)
Author
2022-11-04
inpcb: rename functions to in6pcb_*
ozaki-r
2022-11-04
inpcb: rename functions to inpcb_*
ozaki-r
2022-10-28
Adjust pf, wg, dccp and sctp for struct inpcb integration
ozaki-r
2022-03-28
driver(9): devsw_detach never fails. Make it return void.
riastradh
2021-03-10
remove htons, it is pointless (thanks joerg@)
christos
2021-03-10
remove args from ip_randomid() (John D. Baker). When does this file get built?
christos
2021-03-08
Adjust for fewer args in calling functions
christos
2020-12-04
In pfr_fix_anchor(), change an overlapping bcopy() call to a memmove()
thorpej
2020-08-10
Clean up _LKM --> _MODULE leftovers.
rin
2020-03-05
Need opt_inet.h for #ifdef INET, INET6.
riastradh
2020-02-21
Explicitly cast pointers to uintptr_t before casting to enums. They are
joerg
2020-01-29
Adopt <net/if_stats.h>.
thorpej
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
[next]