summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/ndp_test.go
AgeCommit message (Expand)Author
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
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Combine various Create*NIC methods into CreateNICWithOptions.Bert Muthalaly
2020-01-07Support deprecating SLAAC addresses after the preferred lifetimeGhanan Gowripalan
2020-01-06Pass the NIC-internal name to the NIC name function when generating opaque IIDsGhanan Gowripalan
2020-01-03Use opaque interface identifiers when generating IPv6 addresses via SLAACGhanan Gowripalan
2019-12-23Clear any host-specific NDP state when becoming a routerGhanan Gowripalan
2019-12-18Allow 'out-of-line' routing table updates for Router and Prefix discovery eventsGhanan Gowripalan
2019-12-18Cleanup NDP TestsGhanan Gowripalan
2019-12-13Properly generate the EUI64 interface identifier from an Ethernet addressGhanan Gowripalan
2019-12-10Inform the integrator on receipt of an NDP Recursive DNS Server optionGhanan Gowripalan
2019-12-06Do IPv6 Stateless Address Auto-Configuration (SLAAC)Ghanan Gowripalan
2019-12-05Add a type to represent the NDP Recursive DNS Server optionGhanan Gowripalan
2019-11-14Use PacketBuffers for outgoing packets.Kevin Krakauer
2019-11-12Discover on-link prefixes from Router Advertisements' Prefix Information optionsGhanan Gowripalan
2019-11-06Rename nicid to nicID to follow go-readability initialismsGhanan Gowripalan
2019-11-06Discover default routers from Router AdvertisementsGhanan Gowripalan
2019-11-06Use PacketBuffers, rather than VectorisedViews, in netstack.Kevin Krakauer
2019-10-24Use interface-specific NDP configurations instead of the stack-wide default.Ghanan Gowripalan
2019-10-23Inform netstack integrator when Duplicate Address Detection completesGhanan Gowripalan
2019-10-22Auto-generate an IPv6 link-local address based on the NIC's MAC Address.Ghanan Gowripalan
2019-10-17NDP Neighbor Solicitations sent during DAD must have an IP hop limit of 255Ghanan Gowripalan
2019-10-16Do Duplicate Address Detection on permanent IPv6 addresses.Ghanan Gowripalan