summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/neighbor_entry.go
AgeCommit message (Expand)Author
2021-05-26Spawn dequeing task via the clockTamir Duberstein
2021-05-25Use opaque types to represent timeTamir Duberstein
2021-05-21Add aggregated NIC statsArthur Sfez
2021-05-19Send ICMP errors when link address resolution failsNick Brown
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-08Remove unnecessary lockingGhanan Gowripalan
2021-02-06Use fine grained locks while sending NUD probesGhanan Gowripalan
2021-02-06Use embedded mutex pattern in neighbor cache/entryGhanan Gowripalan
2021-01-31Use different neighbor tables per network endpointGhanan Gowripalan
2021-01-30Implement LinkAddressResolver on NetworkEndpointsGhanan Gowripalan
2021-01-21Only use callback for GetLinkAddressGhanan Gowripalan
2021-01-21Do not cache remote link address in RouteGhanan Gowripalan
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-11-24Correctly lock when removing neighbor entriesSam Balana
2020-11-24Track number of packets queued to Failed neighborsSam Balana
2020-11-02Send NUD probes in a separate gorountineSam Balana
2020-10-28Avoid time.Now in NUDTamir Duberstein
2020-10-27Pass NeighborEntry in NUD callbacksTamir Duberstein
2020-10-23Wait before transitioning NUD entries from Probe to FailedSam Balana
2020-10-23Do not hold NIC local address in neighbor entriesGhanan Gowripalan
2020-10-22Pass NetworkInterface to LinkAddressRequestGhanan Gowripalan
2020-10-15Process NAs without target link-layer addressesSam Balana
2020-10-09Automated rollback of changelist 336304024Ghanan Gowripalan
2020-10-09Automated rollback of changelist 336185457Bhasker Hariharan
2020-10-08Do not resolve routes immediatelyGhanan Gowripalan
2020-09-29Move IP state from NIC to NetworkEndpoint/ProtocolGhanan Gowripalan
2020-09-23Remove unused field from neighborEntryGhanan Gowripalan
2020-07-30Implement neighbor unreachability detection for ARP and NDP.Sam Balana