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
/
netinet6
Age
Commit message (
Expand
)
Author
2020-12-28
Add more guards against NULL deref, since KUBSAN still complains.
nia
2020-12-26
Avoid NULL pointer dereference, noticed by KUBSAN.
nia
2020-09-29
inet: Treat LINK_STATE_UNKNOWN as LINK_STATE_UP when changing
roy
2020-09-15
Implement RFC 7048, making Neighbor Unreachability Detection less impatient
roy
2020-09-14
nd: Name l3addr union of llentry and use in-place of nd_addr.
roy
2020-09-11
inet6: Use generic Neighor Detection rather than IPv6 specific
roy
2020-09-08
Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address in
christos
2020-08-28
inet6: reduce silent packet discards
ozaki-r
2020-08-28
inet6: pass rcvif to ip6_forward to avoid extra psref_acquire
ozaki-r
2020-08-28
ipsec: rename ipsec_ip_input to ipsec_ip_input_checkpolicy
ozaki-r
2020-08-28
inet, inet6: count packets dropped by IPsec
ozaki-r
2020-08-20
[ozaki-r] Changes to the kernel core for wireguard
riastradh
2020-08-20
Sprinkle some const
roy
2020-07-27
icmp6: Remove __packed attribute from icmp6 structures
roy
2020-07-27
ip6: Remove __packed attribute from ip6 structures
roy
2020-06-19
localify
maxv
2020-06-16
remove unused
maxv
2020-06-14
inet6: Allow addresses to be marked AUTOCONF from userland
roy
2020-06-13
COMPAT_90 doesn't necessarily imply COMPAT_50. So include compat in6_var.h in
mlelstv
2020-06-12
Remove in-kernel handling of Router Advertisements
roy
2020-04-28
inet6: Ensure that route MTU is guarded by ARC_PHDS_MAXMTU
roy
2020-04-27
Call IPv4 handler for accept().
rjs
2020-04-27
Do sctp_connectx() handling using ioctl() for IPv6 as well.
rjs
2020-04-24
Fill in .pr_usrreqs for SOCK_SEQPACKET and SOCK_STREAM variants of SCTP too.
jakllsch
2020-04-22
inet6: nd6_na_input() now considers ln_state <= ND6_LLINFO_INCOMPLETE
roy
2020-04-13
Fix default route selection
kim
2020-04-12
nd6: RTM_MISS reports RTA_AUTHOR once more
roy
2020-04-03
PR/55030: Avoid locking against myself panic by moving the icmp error outside
christos
2020-03-09
route: RTM_MISS now puts the message source address in RTA_AUTHOR
roy
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2020-01-20
Remove FDDI support.
thorpej
2020-01-03
Don't forget to initialize 'sin6_len'. With kASan, from time to time the
maxv
2019-12-27
s/referece/reference/ in comment.
msaitoh
2019-11-13
Get rid of unnecessary NULL checks for rt_ifa and ifa_ifp
ozaki-r
2019-11-12
Add more checks in ip6_pullexthdr, to prevent a panic in m_copydata. The
maxv
2019-11-01
Make global and per-interface ipsecif(4) pmtu tunable like gif(4).
knakahara
2019-11-01
Fix ipsecif(4) IPV6_MINMTU does not work correctly.
knakahara
2019-10-30
Add sysctl nodes to control fragmentation with IPv[46] over IPv6 gif(4).
knakahara
2019-10-18
in6: reset the temporary address timer on a change of the interval period
ozaki-r
2019-10-18
s/initalize/initialize/ in comment or printf message.
msaitoh
2019-10-16
Validate ip6_temp_preferred_lifetime (net.inet6.ip6.temppltime) on a change
ozaki-r
2019-10-16
Reorganize in6_tmpaddrtimer stuffs
ozaki-r
2019-10-06
icmp6_notify_error - fix ctlfunc typedef to match pr_ctlinput,
uwe
2019-09-25
Make panic messages more informative
ozaki-r
2019-09-25
Initialize DAD components properly
ozaki-r
2019-09-23
Remove __noubsan from in6_clearscope()
kamil
2019-09-20
Decorate in6_clearscope() with __noubsan
kamil
2019-09-19
Avoid having a rtcache directly in a percpu storage for tunnel protocols.
knakahara
2019-09-19
Apply some missing changes lost on the previous commit
ozaki-r
2019-09-19
Avoid having a rtcache directly in a percpu storage
ozaki-r
[prev]
[next]