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
2017-10-17
Make SCTP work when IPSEC is also defined.
rjs
2017-10-05
Add missing NULL check
ozaki-r
2017-09-27
Take softnet_lock on pr_input properly if NET_MPSAFE
ozaki-r
2017-09-21
add lock for percpu route like l2tp(4).
knakahara
2017-09-21
Invalidate rtcache based on a global generation counter
ozaki-r
2017-09-17
explain why in6_setscope fails...
christos
2017-09-17
Skip the scope test for loopback addresses in non-loopback interfaces.
christos
2017-08-27
PR/52382: BERTRAND Joel: Fix mapped IPv4 source selection; this got broken
christos
2017-08-09
PR/52472: Edgar Fuss: Document handling of scoped IPv6 addresses by embedding
christos
2017-08-02
Add missing IPsec policy checks to icmp6_rip6_input
ozaki-r
2017-08-02
Make IPsec SPD MP-safe
ozaki-r
2017-07-27
Don't acquire global locks for IPsec if NET_MPSAFE
ozaki-r
2017-07-11
l2tp(4): fix mbuf leak when tunnel nested over the limit
knakahara
2017-07-07
fix PR kern/52353. implemented by ozaki-r@n.o. I just commit by proxy.
knakahara
2017-07-06
remove unnecessary casts; use sizeof(var) instead of sizeof(type).
christos
2017-07-06
Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a single
christos
2017-06-26
Fix usage of ip6_get_membership
ozaki-r
2017-06-22
Purge ARP/NDP entries on an interface when the interface is down
ozaki-r
2017-06-22
Allow in6_lltable_free_entry to be called without holding the afdata lock of ...
ozaki-r
2017-06-22
Remove unused function (nd6_rem_ifa_lle)
ozaki-r
2017-06-21
Don't create a permanent L2 cache entry on adding an address to an interface
ozaki-r
2017-06-16
Sending a routing message (RTM_ADD) on adding an llentry
ozaki-r
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-05-13
avoid a double ifa_release() and thus a panic when e. g. running ifmcstat
kardel
2017-05-09
Add missing KEY_FREESP to ip6_forward
ozaki-r
2017-04-28
Don't output debugging logs just if DIAGNOSTIC
ozaki-r
2017-04-25
Check if solock of PCB is held when SP caches in the PCB are accessed
ozaki-r
2017-04-20
Fix build of kernel with SCTP
ozaki-r
2017-04-20
Remove unnecessary NULL checks for inp_socket and in6p_socket
ozaki-r
2017-04-20
Simplify logic of udp4_sendup and udp6_sendup
ozaki-r
2017-04-14
Rumpify netipsec
ozaki-r
2017-04-04
fix module build
knakahara
2017-04-04
Revert change to allow builds to continue until the missing vlan.h file is co...
sevan
2017-04-04
remove unnecessary if_vlanvar.h. add missing include "vlan.h".
knakahara
2017-03-30
remove duplicated validation. That is already done in l2tp_lookup_session_ref().
knakahara
2017-03-14
Replace DIAGNOSTIC + panic with KASSERT
ozaki-r
2017-03-14
Replace DIAGNOSTIC + panic with CTASSERT
ozaki-r
2017-03-14
Remove unnecessary NULL check
ozaki-r
2017-03-03
Pass inpcb/in6pcb instead of socket to ip_output/ip6_output
ozaki-r
2017-03-03
Add missing opt_net_mpsafe.h.
msaitoh
2017-03-02
Plug a race condition on accessing i6mm_maddr
ozaki-r
2017-03-02
Fix racy in6m_sol
ozaki-r
2017-03-02
Protect ia6_memberships by in6_ifaddr_lock
ozaki-r
2017-03-02
Make sure im6o_memberships is protected by in6p's lock (solock)
ozaki-r
2017-03-02
Make usages of ifp MP-safe in some functions of IP multicast
ozaki-r
2017-03-02
Use LIST_* macros
ozaki-r
2017-03-01
Make IPv6 multicast MP-safe partially
ozaki-r
2017-03-01
Provide in6_multi_group
ozaki-r
2017-03-01
Restore/add some softnet_lock for nd6_rt_flush and defrouter_addreq
ozaki-r
2017-02-28
Separate the code of joining multicast groups
ozaki-r
[next]