summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/ndp_test.go
AgeCommit message (Expand)Author
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
2020-03-13Disable a NIC before removing itGhanan Gowripalan
2020-03-06Specify the source of outgoing NDP RSGhanan Gowripalan
2020-02-21Use Route.MaxHeaderLength when constructing NDP RSGhanan Gowripalan
2020-02-20Support disabling a NICgVisor bot
2020-02-06Send DAD event when DAD resolves immediatelyGhanan Gowripalan
2020-02-06Auto-generate link-local address as a SLAAC addressGhanan Gowripalan
2020-02-06Perform DAD on IPv6 addresses when enabling a NICGhanan Gowripalan
2020-02-06Update link address for targets of Neighbor AdvertsGhanan Gowripalan
2020-01-31Use multicast Ethernet address for multicast NDPGhanan Gowripalan
2020-01-30Do not include the Source Link Layer option with an unspecified source addressGhanan Gowripalan
2020-01-29Do not spawn a goroutine when calling stack.NDPDispatcher's methodsGhanan Gowripalan
2020-01-28Include the NDP Source Link Layer option when sending DAD messagesGhanan Gowripalan
2020-01-27Refactor to hide C from channel.Endpoint.Ting-Yu Wang
2020-01-24Increase timeouts for NDP tests' async eventsGhanan Gowripalan
2020-01-22Use embedded mutex pattern for stack.NICGhanan Gowripalan
2020-01-15Support upgrading expired/removed IPv6 addresses to permanent SLAAC addressesGhanan Gowripalan
2020-01-15Solicit IPv6 routers when a NIC becomes enabled as a hostGhanan Gowripalan
2020-01-13Do Source Address Selection when choosing an IPv6 source addressGhanan Gowripalan
2020-01-10Automated rollback of changelist 288990597Ghanan Gowripalan
2020-01-09Inform NDPDispatcher when Stack learns about available configurations via DHCPv6Ghanan Gowripalan
2020-01-09Separate NDP tests into its own packageGhanan Gowripalan
2020-01-08CancellableTimer to encapsulate the work of safely stopping timersGhanan Gowripalan