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
2021-12-05
s/existance/existence/ in comment.
msaitoh
2021-12-05
s/multple/multiple/ in comment.
msaitoh
2021-09-21
don't opencode kauth_cred_get()
christos
2021-08-17
fix multiplei repetitive typos in comments, messages and documentation. mainl...
andvar
2021-08-17
nd6: prevent ln from being freed while releasing held packets
ozaki-r
2021-08-10
PR kern/56348
kardel
2021-08-02
fix various typos in comments and log messages.
andvar
2021-07-31
fix typos in comments
andvar
2021-05-17
Add a new link-aggregation pseudo interface named lagg(4)
yamaguchi
2021-03-11
flowlabel will never return anything other than 1 or 0.
ryo
2021-03-10
byte-flipping a random number is not very useful.
christos
2021-03-08
no need for ip6_id.c...
christos
2021-03-07
Amend missed messages:
christos
2021-03-07
netinet/netinet6: Add necessary includes to make these standalone.
christos
2021-03-07
netinet6: Mark randomid unused.
christos
2021-02-19
- Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more
christos
2021-02-17
- pass the alignment instead of the mask (as Roy asked and to match the
christos
2021-02-15
Fix the build.
martin
2021-02-14
- centralize header align and pullup into a single inline function
christos
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
[next]