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
/
nd6.c
Age
Commit message (
Expand
)
Author
2022-09-01
nd6: Take ifnet psref around cprng_fast in nd6_slowtimo.
riastradh
2021-12-31
s/quetion/question/
andvar
2021-08-17
nd6: prevent ln from being freed while releasing held packets
ozaki-r
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-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-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-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-20
Remove FDDI support.
thorpej
2019-09-25
Make panic messages more informative
ozaki-r
2019-09-25
Initialize DAD components properly
ozaki-r
2019-09-01
inet6: Re-introduce ND6_LLINFO_WAITDELETE so we can return EHOSTDOWN
roy
2019-09-01
inet6: Send RTM_MISS when we fail to resolve an address.
roy
2019-08-31
inet6: don't set an invalid lladdr in nd6_free()
roy
2019-08-27
inet6: nd6_free assumes all routers are processed by kernel RA
roy
2019-08-22
nd6: notify userland of neighbour lla updates once more
roy
2019-08-22
rtsock: rework rt_clonedmsg to take a message type and lladdr
roy
2019-08-14
Add missing IFNET_LOCK for regen_tmpaddr
ozaki-r
2019-07-26
Decrease the reference count before freeing, so that the entries actually
christos
2019-06-28
nd6: restore a missing reachability confirmation
ozaki-r
2019-05-13
print the name of the interface that was disabled.
christos
2019-04-29
rtsock: Route address message simplification
roy
2018-12-16
netinet6: only flush prefixes and routers for the given interface.
roy
2018-10-30
Avoid double rt_replace_ifa on rtrequest1(RTM_ADD)
ozaki-r
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-05-29
Make a deletion of in6m in nd6_rtrequest atomic
ozaki-r
2018-05-01
Remove now unused net_osdep.h includes, the other BSDs did the same.
maxv
2018-03-06
nd6: add a nonce to DaD probes in-case they are looped back to us
roy
2018-03-06
Fix reference leaks of llentry
ozaki-r
2018-01-29
more cleanup (don't allow oldlenp == NULL)
christos
2018-01-29
One more from christos@
pgoyette
2018-01-29
More simplification, this time from ozaki-r@
pgoyette
2018-01-29
Simplify, from christos@
pgoyette
2018-01-29
Use existing fill_[pd]rlist() functions to calculate size of buffer to
pgoyette
2017-12-15
Ensure to call if_mcast_op with holding IFNET_LOCK
ozaki-r
2017-11-17
Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch
ozaki-r
2017-11-10
Use psref instead of pserialize because that code is sleepable
ozaki-r
2017-11-10
Fix a deadlock between a route update and lltable
ozaki-r
2017-10-05
Add missing NULL check
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-03-01
Restore/add some softnet_lock for nd6_rt_flush and defrouter_addreq
ozaki-r
2017-02-22
Stop using useless IN6_*_MULTI macros
ozaki-r
[next]