summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network/arp
AgeCommit message (Expand)Author
2021-05-28Clean up warningsTamir Duberstein
2021-05-27Use fake clocks in all testsTamir Duberstein
2021-05-25Use opaque types to represent timeTamir Duberstein
2021-05-22Remove detritusTamir Duberstein
2021-05-11Move multicounter testutil functions out of network/ipArthur Sfez
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-15Use nicer formatting for IP addresses in testsKevin Krakauer
2021-03-16Detect looped-back NDP DAD messagesGhanan Gowripalan
2021-03-16Do not call into Stack from LinkAddressRequestGhanan Gowripalan
2021-03-05Include duplicate address holder info in DADResultGhanan Gowripalan
2021-03-05Make stack.DADResult an interfaceGhanan Gowripalan
2021-02-09Move network internal code to internal packageGhanan Gowripalan
2021-02-08Support performing DAD for any addressGhanan Gowripalan
2021-02-06Remove linkAddrCacheGhanan Gowripalan
2021-02-06Check local address directly through NICGhanan Gowripalan
2021-02-05Refactor locally delivered packetsGhanan 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-27Merge pull request #4705 from mlevesquedion:fix-cmp-diff-reporting-in-nud-testsgVisor bot
2021-01-25Add per endpoint ARP statisticsArthur Sfez
2021-01-22Refactor GetMainNICAddressArthur Sfez
2021-01-20rewrite diff check to match example in cmp.Diff docsMichaël Lévesque-Dion
2021-01-19Do not have a stack-wide linkAddressCacheGhanan Gowripalan
2021-01-19Per NIC NetworkEndpoint statisticsArthur Sfez
2021-01-19Drop CheckLocalAddress from LinkAddressCacheGhanan Gowripalan
2021-01-15Only pass stack.Route's fields to LinkEndpointsGhanan Gowripalan
2021-01-14Add stats for ARPArthur Sfez
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-03Make `stack.Route` thread safePeter Johnston
2020-11-19Fix some code not using NewPacketBuffer for creating a PacketBuffer.Ting-Yu Wang
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-12Move packet handling to NetworkEndpointGhanan Gowripalan
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
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-22Pass NetworkInterface to LinkAddressRequestGhanan Gowripalan
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-28Support creating protocol instances with Stack refGhanan Gowripalan
2020-09-26Remove generic ICMP errorsGhanan Gowripalan
2020-09-23Extract ICMP error sender from UDPJulian Elischer
2020-09-18Use common parsing utilities when sniffingGhanan Gowripalan
2020-08-28Improve type safety for network protocol optionsGhanan Gowripalan
2020-08-25Add option to replace linkAddrCache with neighborCacheSam Balana