summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network
AgeCommit message (Expand)Author
2021-01-27Merge pull request #4705 from mlevesquedion:fix-cmp-diff-reporting-in-nud-testsgVisor bot
2021-01-26Do not use stack.Route to send NDP NSGhanan Gowripalan
2021-01-25Adjust included data size on icmp errorsJulian Elischer
2021-01-25Add per endpoint ARP statisticsArthur Sfez
2021-01-22Refactor GetMainNICAddressArthur Sfez
2021-01-22Do not modify IGMP packets when verifying checksumGhanan Gowripalan
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-21iptables: support matching the input interface nameToshi Kikuchi
2021-01-21Only use callback for GetLinkAddressGhanan Gowripalan
2021-01-20Change the way the IP options report problemsJulian Elischer
2021-01-20rewrite diff check to match example in cmp.Diff docsMichaël Lévesque-Dion
2021-01-19Do not have a stack-wide linkAddressCacheGhanan Gowripalan
2021-01-19Per NIC NetworkEndpoint statisticsArthur Sfez
2021-01-19Drop CheckLocalAddress from LinkAddressCacheGhanan Gowripalan
2021-01-15Only pass stack.Route's fields to LinkEndpointsGhanan Gowripalan
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-15Correctly return EMSGSIZE when packet is too big in raw socket.Ting-Yu Wang
2021-01-14Add stats for ARPArthur Sfez
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-21Prefer matching labels and longest matching prefixGhanan Gowripalan
2020-12-16Cleanup locking in multicast group protocol testsGhanan Gowripalan
2020-12-15Don't split enabled flag across multicast group stateGhanan Gowripalan
2020-12-12Reduce the memory overhead in IP fragment managementToshi Kikuchi
2020-12-12Introduce IPv6 extension header serialization facilitiesBruno Dal Bo
2020-12-10Use specified source address for IGMP/MLD packetsGhanan Gowripalan
2020-12-09Do not perform IGMP/MLD on loopback interfacesGhanan Gowripalan
2020-12-09export MountTempDirectoryZeling Feng
2020-12-07Remove stale commentSam Balana
2020-12-04Remove stack.ReadOnlyAddressableEndpointStateGhanan Gowripalan
2020-12-04Introduce IPv4 options serializer and add RouterAlert to IGMPBruno Dal Bo
2020-12-03Make `stack.Route` thread safePeter Johnston
2020-12-02Extract ICMPv4/v6 specific stats to their own typesArthur Sfez
2020-12-02Abandon reassembly of a packet if fragments overlapArthur Sfez
2020-12-01Track join count in multicast group protocol stateGhanan Gowripalan
2020-11-30Add more fragment reassembly testsToshi Kikuchi
2020-11-30Perform IGMP/MLD when the NIC is enabled/disabledGhanan Gowripalan
2020-11-27Don't add a temporary address to send DAD/RS packetsGhanan Gowripalan
2020-11-25Support listener-side MLDv1Ghanan Gowripalan
2020-11-25Make stack.Route safe to access concurrentlyGhanan Gowripalan
2020-11-24Report correct pointer value for "bad next header" ICMP errorJulian Elischer
2020-11-24Extract IGMPv2 core state machineGhanan Gowripalan
2020-11-24Deduplicate code in ipv6.protocolGhanan Gowripalan
2020-11-23Use time.Duration for IGMP Max Response Time fieldGhanan Gowripalan
2020-11-19Perform IGMPv2 when joining IPv4 multicast groupsRyan Heacock
2020-11-19Fix possible panic due to bad data.Julian Elischer
2020-11-19Don't hold AddressEndpoints for multicast addressesGhanan Gowripalan
2020-11-19Fix some code not using NewPacketBuffer for creating a PacketBuffer.Ting-Yu Wang