summaryrefslogtreecommitdiff
path: root/sys/net/if_llatbl.c
AgeCommit message (Expand)Author
2022-11-19Make arp have its own mowneryamt
2022-05-24fix various typos in comment, documentation and log messages.andvar
2020-09-11ARP: Use ND rather than our own.roy
2020-09-11if_llatbl.c: adjust for nd changesroy
2019-09-25Make panic messages more informativeozaki-r
2018-07-10UPdate previous so that there is no unused (but assigned) variablekre
2018-07-10Avoid attempting to call arp related functions if there is nokre
2018-07-10Don't overwrite an existing llentry on RTM_ADD to avoid race conditionsozaki-r
2018-06-05It is necessary to set wall time instead of monotonic time to rmx_expire.nonaka
2018-03-06Use pool(9) for llentry allocationsozaki-r
2018-03-06Fix memory leaks on arp -d and ndp -d for static entriesozaki-r
2018-03-06Fix reference leaks of llentryozaki-r
2018-02-14Remove IFF_STATICARP, we don't support this, and the code is useless in itsmaxv
2017-11-10Fix a deadlock between a route update and lltableozaki-r
2017-06-28Restore ARP/NDP entries to route show and netstat -rozaki-r
2017-06-23Tweak lltable_sysctl_dumparpozaki-r
2017-06-22Purge all related L2 caches on removing a routeozaki-r
2017-03-03Add missing opt_net_mpsafe.h.msaitoh
2017-01-16ip6_sprintf -> IN6_PRINT so that we pass the size.christos
2016-12-21Fix deadlock between llentry timers and destruction of llentryozaki-r
2016-10-11Mark arprequest static and introduce arpannounce so that gratuitousroy
2016-06-16Use if_get_byindex instead of if_byindex for MP-safeozaki-r
2016-04-06Fill rtm_addrs properlyozaki-r
2016-04-06Fill sdl with sockaddr_dl_initozaki-r
2016-04-04Separate nexthop caches from the routing tableozaki-r
2016-02-16Remove workaround for GATEWAYozaki-r
2015-11-26Fix build dependency of if_llatbl.cozaki-r
2015-11-25Use lltable/llentry for NDPozaki-r
2015-10-20Stop using softnet_lock (fix possible deadlock)ozaki-r
2015-09-30Make GATEWAY (fastforward) work againozaki-r
2015-09-28Tweak mutex_enter(softnet_lock) positionozaki-r
2015-09-09Fix race condition on la_rt between lltable_free and other places touching la_rtozaki-r
2015-08-31#if __NetBSD__ -> #if defined(__NetBSD__)pooka
2015-08-31Replace ARP cache (llinfo) with lltable/llentryozaki-r
2015-08-31Import lltable/llentry from FreeBSDozaki-r