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
/
in6.c
Age
Commit message (
Expand
)
Author
2022-10-24
Clear saved_flags to avoid compile error on some archs.
msaitoh
2022-10-24
Fix PR kern/57037
knakahara
2022-09-20
Remove routes on an address removal if the routes referencing to the address....
knakahara
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
2020-09-29
inet: Treat LINK_STATE_UNKNOWN as LINK_STATE_UP when changing
roy
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-01-20
Remove FDDI support.
thorpej
2019-09-25
Make panic messages more informative
ozaki-r
2019-04-29
rtsock: Route address message simplification
roy
2019-03-18
s/pakcet/packet/ in comment.
msaitoh
2019-02-05
adjust fallthru comments to appease gcc7.
mrg
2018-11-29
Don't run DAD on link-up if it's explicitly disabled
ozaki-r
2018-11-29
Introduce and use ip_dad_enabled() and ip6_dad_enabled() functions
ozaki-r
2018-10-30
Use rt_update framework on updating a rtentry
ozaki-r
2018-07-04
Paper over Undefined Behavior in in6_control1()
kamil
2018-05-29
Mark in6m as used for non-DIAGNOSTIC builds.
prlw1
2018-05-29
Avoid NULL pointer dereference on imm->i6mm_maddr
ozaki-r
2018-05-01
Remove now unused net_osdep.h includes, the other BSDs did the same.
maxv
2018-04-06
Make GARP work again when DAD is disabled
ozaki-r
2018-03-06
Use pool(9) for llentry allocations
ozaki-r
2018-03-06
Fix memory leaks on arp -d and ndp -d for static entries
ozaki-r
2018-03-06
Fix reference leaks of llentry
ozaki-r
2018-03-06
Add assertions
ozaki-r
2018-02-24
Avoid a deadlock between softnet_lock and IFNET_LOCK
ozaki-r
2018-01-19
Suppress noisy debugging outputs
ozaki-r
2018-01-15
Remove extra pserialize_perform from in_purgeaddr
ozaki-r
2018-01-10
add ipsec(4) interface, which is used for route-based VPN.
knakahara
2017-12-25
Fix wrong usage of psref_held
ozaki-r
2017-12-15
Ensure to call if_mcast_op with holding IFNET_LOCK
ozaki-r
2017-11-23
Fix a race condition of in6_ifinit
ozaki-r
2017-11-23
Tweak a condition; we don't need to care ifacount to be negative
ozaki-r
2017-11-23
Remove unnecessary goto because there is no cleanup code to share (NFC)
ozaki-r
2017-11-17
Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch
ozaki-r
2017-11-10
Fix a deadlock between a route update and lltable
ozaki-r
2017-11-10
Remove redundant KASSERTMSG
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-21
Don't create a permanent L2 cache entry on adding an address to an interface
ozaki-r
2017-04-28
Don't output debugging logs just if DIAGNOSTIC
ozaki-r
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-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
2017-02-28
Prevent ia6 from being freed in in6_ifinit
ozaki-r
[next]