summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/neighbor_entry_test.go
AgeCommit message (Expand)Author
2021-05-25Use opaque types to represent timeTamir Duberstein
2021-05-22Remove detritusTamir Duberstein
2021-05-21Add aggregated NIC statsArthur Sfez
2021-04-15Use nicer formatting for IP addresses in testsKevin Krakauer
2021-03-03Assert UpdatedAtNanos in neighbor cache testsSam Balana
2021-02-26Assert UpdatedAtNanos in neighbor entry testsSam Balana
2021-02-26Embed sync.Mutex for entryTestLinkResolver and testNUDDispatcherSam Balana
2021-02-26Use helper functions in neighbor entry testsSam 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-30Implement LinkAddressResolver on NetworkEndpointsGhanan Gowripalan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-20rewrite diff check to match example in cmp.Diff docsMichaël Lévesque-Dion
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
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-29Trim Network/Transport Endpoint/ProtocolGhanan Gowripalan
2020-09-29Move IP state from NIC to NetworkEndpoint/ProtocolGhanan Gowripalan
2020-09-22Move stack.fakeClock into a separate packageToshi Kikuchi
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