summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network/ipv6/ipv6.go
AgeCommit message (Expand)Author
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-09iptables: support postrouting hook and SNAT targetToshi Kikuchi
2021-04-09Rename IsV6LinkLocalAddress to IsV6LinkLocalUnicastAddressGhanan Gowripalan
2021-04-08Do not forward link-local packetsGhanan Gowripalan
2021-04-08Join all routers group when forwarding is enabledGhanan Gowripalan
2021-03-24Unexpose immutable fields in stack.RouteNick Brown
2021-03-23Explicitly allow martian loopback packetsGhanan Gowripalan
2021-03-17Drop loopback traffic from outside of the stackGhanan Gowripalan
2021-03-16Detect looped-back NDP DAD messagesGhanan Gowripalan
2021-03-05Include duplicate address holder info in DADResultGhanan Gowripalan
2021-03-05Make stack.DADResult an interfaceGhanan Gowripalan
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-02-24Validate MLD packetsArthur Sfez
2021-02-24Cleanup temp SLAAC address jobs on DAD conflictsGhanan Gowripalan
2021-02-09Move network internal code to internal packageGhanan Gowripalan
2021-02-08Support performing DAD for any addressGhanan Gowripalan
2021-02-06Remove (*stack.Stack).FindNetworkEndpointGhanan Gowripalan
2021-02-05Batch write packets after iptables checksGhanan Gowripalan
2021-02-05Refactor locally delivered packetsGhanan Gowripalan
2021-02-01Refactor HandleControlPacket/SockErrorGhanan Gowripalan
2021-01-31Hide neighbor table kind from NetworkEndpointGhanan Gowripalan
2021-01-30Implement LinkAddressResolver on NetworkEndpointsGhanan Gowripalan
2021-01-29Make fragmentation return a reassembled PacketBufferTing-Yu Wang
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-26Do not use stack.Route to send NDP NSGhanan Gowripalan
2021-01-21iptables: support matching the input interface nameToshi Kikuchi
2021-01-19Per NIC NetworkEndpoint statisticsArthur Sfez
2021-01-15Correctly return EMSGSIZE when packet is too big in raw socket.Ting-Yu Wang
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2020-12-21Prefer matching labels and longest matching prefixGhanan Gowripalan
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-04Remove stack.ReadOnlyAddressableEndpointStateGhanan Gowripalan
2020-12-01Track join count in multicast group protocol stateGhanan Gowripalan
2020-11-30Perform IGMP/MLD when the NIC is enabled/disabledGhanan Gowripalan
2020-11-25Support listener-side MLDv1Ghanan Gowripalan
2020-11-24Report correct pointer value for "bad next header" ICMP errorJulian Elischer
2020-11-24Deduplicate code in ipv6.protocolGhanan Gowripalan
2020-11-19Don't hold AddressEndpoints for multicast addressesGhanan Gowripalan
2020-11-16Clean up fragmentation.ProcessToshi Kikuchi
2020-11-13Decrement TTL/Hop Limit when forwarding IP packetsGhanan Gowripalan
2020-11-12Move packet handling to NetworkEndpointGhanan Gowripalan
2020-11-05Cache addressEndpoint.addr.Subnet() to avoid allocations.Bhasker Hariharan
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-10-24Send ICMP error message if IP fragment reassembly failsToshi Kikuchi
2020-10-21Add underflow check when calculating the MTUArthur Sfez
2020-10-16Enable IPv4 fragmentation for every code path.Arthur Sfez
2020-10-16Enable IPv6 WriteHeaderIncludedPacketGhanan Gowripalan
2020-10-09Automated rollback of changelist 336304024Ghanan Gowripalan