summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network/ipv6/ndp.go
AgeCommit message (Expand)Author
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