summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network/ipv6/ndp.go
AgeCommit message (Expand)Author
2021-05-26Use the stack clock everywhereTamir Duberstein
2021-05-25Use the stack RNGTamir Duberstein
2021-05-22Remove detritusTamir Duberstein
2021-05-14Control forwarding per NetworkEndpointGhanan 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-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-09Rename IsV6LinkLocalAddress to IsV6LinkLocalUnicastAddressGhanan Gowripalan
2021-04-08Join all routers group when forwarding is enabledGhanan Gowripalan
2021-03-16Detect looped-back NDP DAD messagesGhanan 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-08Remove unnecessary lockingGhanan Gowripalan
2021-02-08Support performing DAD for any addressGhanan Gowripalan
2021-02-06Use fine grained locks while sending NDP packetsGhanan Gowripalan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-26Do not use stack.Route to send NDP NSGhanan Gowripalan
2021-01-19Per NIC NetworkEndpoint statisticsArthur Sfez
2021-01-15Correctly return EMSGSIZE when packet is too big in raw socket.Ting-Yu Wang
2020-12-12Introduce IPv6 extension header serialization facilitiesBruno Dal Bo
2020-12-10Use specified source address for IGMP/MLD packetsGhanan Gowripalan
2020-12-09export MountTempDirectoryZeling Feng
2020-12-02Extract ICMPv4/v6 specific stats to their own typesArthur Sfez
2020-11-27Don't add a temporary address to send DAD/RS packetsGhanan Gowripalan
2020-11-25Support listener-side MLDv1Ghanan Gowripalan
2020-11-24Deduplicate code in ipv6.protocolGhanan Gowripalan
2020-10-09Automated rollback of changelist 336304024Ghanan Gowripalan
2020-10-09Automated rollback of changelist 336185457Bhasker Hariharan
2020-10-08Do not resolve routes immediatelyGhanan Gowripalan
2020-09-29Return permanent addresses when NIC is downGhanan Gowripalan
2020-09-29Trim Network/Transport Endpoint/ProtocolGhanan Gowripalan
2020-09-29Move IP state from NIC to NetworkEndpoint/ProtocolGhanan Gowripalan