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
/
net
/
if_llatbl.c
Age
Commit message (
Expand
)
Author
2022-11-19
Make arp have its own mowner
yamt
2022-05-24
fix various typos in comment, documentation and log messages.
andvar
2020-09-11
ARP: Use ND rather than our own.
roy
2020-09-11
if_llatbl.c: adjust for nd changes
roy
2019-09-25
Make panic messages more informative
ozaki-r
2018-07-10
UPdate previous so that there is no unused (but assigned) variable
kre
2018-07-10
Avoid attempting to call arp related functions if there is no
kre
2018-07-10
Don't overwrite an existing llentry on RTM_ADD to avoid race conditions
ozaki-r
2018-06-05
It is necessary to set wall time instead of monotonic time to rmx_expire.
nonaka
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-02-14
Remove IFF_STATICARP, we don't support this, and the code is useless in its
maxv
2017-11-10
Fix a deadlock between a route update and lltable
ozaki-r
2017-06-28
Restore ARP/NDP entries to route show and netstat -r
ozaki-r
2017-06-23
Tweak lltable_sysctl_dumparp
ozaki-r
2017-06-22
Purge all related L2 caches on removing a route
ozaki-r
2017-03-03
Add missing opt_net_mpsafe.h.
msaitoh
2017-01-16
ip6_sprintf -> IN6_PRINT so that we pass the size.
christos
2016-12-21
Fix deadlock between llentry timers and destruction of llentry
ozaki-r
2016-10-11
Mark arprequest static and introduce arpannounce so that gratuitous
roy
2016-06-16
Use if_get_byindex instead of if_byindex for MP-safe
ozaki-r
2016-04-06
Fill rtm_addrs properly
ozaki-r
2016-04-06
Fill sdl with sockaddr_dl_init
ozaki-r
2016-04-04
Separate nexthop caches from the routing table
ozaki-r
2016-02-16
Remove workaround for GATEWAY
ozaki-r
2015-11-26
Fix build dependency of if_llatbl.c
ozaki-r
2015-11-25
Use lltable/llentry for NDP
ozaki-r
2015-10-20
Stop using softnet_lock (fix possible deadlock)
ozaki-r
2015-09-30
Make GATEWAY (fastforward) work again
ozaki-r
2015-09-28
Tweak mutex_enter(softnet_lock) position
ozaki-r
2015-09-09
Fix race condition on la_rt between lltable_free and other places touching la_rt
ozaki-r
2015-08-31
#if __NetBSD__ -> #if defined(__NetBSD__)
pooka
2015-08-31
Replace ARP cache (llinfo) with lltable/llentry
ozaki-r
2015-08-31
Import lltable/llentry from FreeBSD
ozaki-r