summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/ndp_test.go
AgeCommit message (Expand)Author
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
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-05-06Do not assume no DHCPv6 configurationsGhanan Gowripalan
2020-05-01Regenerate SLAAC address on conflicts with the NICGhanan Gowripalan
2020-04-28Support IPv6 Privacy Extensions for SLAACGhanan Gowripalan
2020-04-17Support NDP DNS Search List optionGhanan Gowripalan
2020-04-14Attempt SLAAC address regeneration on DAD conflictsGhanan Gowripalan
2020-04-08Remove lostcancel warnings.Adin Scannell
2020-04-08Fix all printf formatting errors.Adin Scannell
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-04-01Deflake tcpip/stack:stack_x_testGhanan Gowripalan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan