summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/ndp_test.go
AgeCommit message (Expand)Author
2021-09-15Pass address properties in a single structTony Gong
2021-07-13Deflake TestRouterSolicitationGhanan Gowripalan
2021-07-02Discover more specific routes as per RFC 4191Ghanan Gowripalan
2021-06-24Refactor default router state to off-link route stateGhanan Gowripalan
2021-06-21Use fake clocks in NDP testsGhanan Gowripalan
2021-06-18Include off-link route's preference in update eventsGhanan Gowripalan
2021-06-14Rename DefaultRouter event to OffLinkRoute eventGhanan Gowripalan
2021-06-14Always accept discovered configurations from NDPGhanan Gowripalan
2021-05-27Use fake clocks in all testsTamir Duberstein
2021-05-26Use the stack RNG everywhereTamir Duberstein
2021-05-14Validate DAD configs when initializing DAD stateGhanan Gowripalan
2021-05-13Rename SetForwarding to SetForwardingDefaultAndAllNICsGhanan Gowripalan
2021-05-06Solicit routers as long as RAs are handledGhanan Gowripalan
2021-05-05Allow handling RAs when forwarding is enabledGhanan Gowripalan
2021-05-05Don't cleanup NDP state when enabling forwardingGhanan Gowripalan
2021-04-15Use nicer formatting for IP addresses in testsKevin Krakauer
2021-04-08Join all routers group when forwarding is enabledGhanan Gowripalan
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-24Unexpose immutable fields in stack.RouteNick Brown
2021-03-16Detect looped-back NDP DAD messagesGhanan Gowripalan
2021-03-05Include duplicate address holder info in DADResultGhanan Gowripalan
2021-03-05Make stack.DADResult an interfaceGhanan Gowripalan
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-02-24Cleanup temp SLAAC address jobs on DAD conflictsGhanan Gowripalan
2021-02-08Support performing DAD for any addressGhanan Gowripalan
2021-02-06Remove linkAddrCacheGhanan 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-22Refactor GetMainNICAddressArthur Sfez
2021-01-19Do not have a stack-wide linkAddressCacheGhanan Gowripalan
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-12Introduce IPv6 extension header serialization facilitiesBruno Dal Bo
2020-12-03Make `stack.Route` thread safePeter Johnston
2020-12-02Extract ICMPv4/v6 specific stats to their own typesArthur Sfez
2020-12-01Deflake stack_test.TestRouterSolicitationGhanan Gowripalan
2020-11-25[netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions.Ayush Ranjan
2020-11-25Support listener-side MLDv1Ghanan Gowripalan
2020-11-25Make stack.Route safe to access concurrentlyGhanan Gowripalan
2020-11-24Deduplicate code in ipv6.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-20Merge pull request #3651 from ianlewis:ip-forwardinggVisor bot
2020-08-25Add option to replace linkAddrCache with neighborCacheSam Balana
2020-08-17Merge branch 'master' into ip-forwardingIan Lewis
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-08-06Join IPv4 all-systems group on NIC enableGhanan Gowripalan
2020-07-23Add AfterFunc to tcpip.ClockSam Balana
2020-06-17Increase timeouts for NDP testsGhanan Gowripalan
2020-06-11Do not use tentative addresses for routesGhanan Gowripalan