summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/neighbor_cache.go
AgeCommit message (Expand)Author
2021-05-26Use the stack clock everywhereTamir Duberstein
2021-03-02Plumb link address request errors up to requesterTamir Duberstein
2021-02-18Remove deprecated NUD types Failed and FailedEntryLookupsSam Balana
2021-02-09Deprecate Failed state in favor of Unreachable stateSam Balana
2021-02-06Remove linkAddrCacheGhanan Gowripalan
2021-02-06Use embedded mutex pattern in neighbor cache/entryGhanan Gowripalan
2021-02-06Unexpose NICGhanan Gowripalan
2021-01-31Use different neighbor tables per network endpointGhanan Gowripalan
2021-01-31Hide neighbor table kind from NetworkEndpointGhanan Gowripalan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-27Confirm neighbor reachability with TCP ACKsGhanan Gowripalan
2021-01-21Only use callback for GetLinkAddressGhanan Gowripalan
2021-01-15Resolve known link address on route creationGhanan Gowripalan
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-01Correctly lock when listing neighbor entriesGhanan Gowripalan
2020-11-24Correctly lock when removing neighbor entriesSam Balana
2020-11-24Track number of packets queued to Failed neighborsSam Balana
2020-10-28Avoid time.Now in NUDTamir Duberstein
2020-10-27Pass NeighborEntry in NUD callbacksTamir Duberstein
2020-10-23Do not hold NIC local address in neighbor entriesGhanan Gowripalan
2020-10-08Only block resolution when NUD is incompleteGhanan Gowripalan
2020-08-07Fix panic during Address Resolution of neighbor entry created by NSSam Balana
2020-07-30Implement neighbor unreachability detection for ARP and NDP.Sam Balana