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
/
mld6.c
Age
Commit message (
Expand
)
Author
2019-09-25
Make panic messages more informative
ozaki-r
2018-12-22
Replace M_ALIGN and MH_ALIGN by m_align.
maxv
2018-05-29
Avoid double LIST_REMOVE which corrupts lists
ozaki-r
2018-05-29
Move LIST_REMOVE
ozaki-r
2018-05-29
Make a deletion of in6m in nd6_rtrequest atomic
ozaki-r
2018-05-29
Make a refcount decrement and a removal from a list of an item atomic
ozaki-r
2018-05-29
Improve atomicity of in6_leavegroup and in6_delmulti
ozaki-r
2018-05-29
Release in6_multilock on callout_halt of mld_timeo to avoid a deadlock
ozaki-r
2018-05-29
Don't hold softnet_lock in mld_timeo
ozaki-r
2018-05-01
Remove now unused net_osdep.h includes, the other BSDs did the same.
maxv
2018-02-01
Style, and remove the 'len' argument from mld_allocbuf(), it is misleading,
maxv
2017-11-17
Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch
ozaki-r
2017-05-13
avoid a double ifa_release() and thus a panic when e. g. running ifmcstat
kardel
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
Make IPv6 multicast MP-safe partially
ozaki-r
2017-03-01
Provide in6_multi_group
ozaki-r
2017-02-23
Remove mkludge stuffs
ozaki-r
2017-02-22
Stop using useless IN6_*_MULTI macros
ozaki-r
2017-02-07
Add missing NULL checks for m_get_rcvif
ozaki-r
2017-01-24
Tweak softnet_lock and NET_MPSAFE
ozaki-r
2017-01-16
ip6_sprintf -> IN6_PRINT so that we pass the size.
christos
2017-01-16
Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp...
ryo
2017-01-11
Get rid of unnecessary header inclusions
ozaki-r
2017-01-10
Enable some sysctl knobs on rump kernels for ifmcstat
ozaki-r
2016-11-18
fix: "ifconfig destory" can stalls when "ifconfig" is done parallel.
knakahara
2016-08-01
Apply pserialize and psref to struct ifaddr and its variants
ozaki-r
2016-07-20
Apply pserialize to some iterations of IP address lists
ozaki-r
2016-07-08
Replace macros to get an IP address with proper inline functions
ozaki-r
2016-07-07
Switch the address list of intefaces to pslist(9)
ozaki-r
2016-07-04
Use pslist(9) for the global in6_ifaddr list
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-16
Use if_get_byindex instead of if_byindex for MP-safe
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
2015-11-12
Ensure that the callout of the multicast address is valid before
joerg
2015-08-24
sprinkle _KERNEL_OPT
pooka
2015-01-20
Add net.inet6.ip6.prefer_tempaddr sysctl knob so that we can prefer
roy
2014-11-12
Ensure callout isn't running and pending before callout_destroy
ozaki-r
2014-09-09
Eliminate IFAREF() and IFAFREE() macros in favour of functions.
rmind
2014-07-26
PR 49036: net.inet6 has not been created when the sysctl constructor
joerg
2014-07-25
Use IFADDR_FOREACH for iterating if_addrlist of ifnet
ozaki-r
2014-06-10
Introduce new sysctls for obtaining interface-specific addresses:
joerg
2014-06-02
Use explicit initializer.
joerg
2011-11-19
First step of random number subsystem rework described in
tls
2011-10-19
Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl().
dyoung
2011-08-31
NULL does not need a cast
plunky
2011-04-21
Prune dead assignment, from Henning Petersen in PR 44890.
dholland
[next]