summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/ndp.go
AgeCommit message (Expand)Author
2020-09-29Move IP state from NIC to NetworkEndpoint/ProtocolGhanan Gowripalan
2020-08-17Merge branch 'master' into ip-forwardingIan Lewis
2020-08-14Use a single NetworkEndpoint per NIC per protocolGhanan Gowripalan
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-07-30Implement neighbor unreachability detection for ARP and NDP.Sam Balana
2020-07-23Add AfterFunc to tcpip.ClockSam Balana
2020-06-09Handle removed NIC in NDP timer for packet txGhanan 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-24Do not copy tcpip.CancellableTimerGhanan Gowripalan
2020-04-17Support NDP DNS Search List optionGhanan Gowripalan
2020-04-16Return detailed errors when iterating NDP optionsGhanan Gowripalan
2020-04-14Attempt SLAAC address regeneration on DAD conflictsGhanan Gowripalan
2020-03-26Use panic instead of log.FatalfGhanan Gowripalan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-13Refactor SLAAC address state into SLAAC prefix stateGhanan 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-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-22Use embedded mutex pattern for stack.NICGhanan Gowripalan
2020-01-17Remove addPermanentAddressLockedTamir Duberstein
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-09Inform NDPDispatcher when Stack learns about available configurations via DHCPv6Ghanan Gowripalan
2020-01-08CancellableTimer to encapsulate the work of safely stopping timersGhanan Gowripalan
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-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-06Validate incoming NDP Router Advertisements, as per RFC 4861 section 6.1.2Ghanan Gowripalan
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-17NDP Neighbor Solicitations sent during DAD must have an IP hop limit of 255Ghanan Gowripalan