summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
AgeCommit message (Expand)Author
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-27Confirm neighbor reachability with TCP ACKsGhanan Gowripalan
2021-01-27Rename anonymous struct "mu"Tamir Duberstein
2021-01-27Move protected fields under anonymous mutexTamir Duberstein
2021-01-27Merge pull request #4705 from mlevesquedion:fix-cmp-diff-reporting-in-nud-testsgVisor bot
2021-01-26Initialize the send buffer handler in endpoint creation.Nayana Bidari
2021-01-26Drop nicID from transport endpoint reg/cleanup fnsGhanan Gowripalan
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2021-01-22Refactor GetMainNICAddressArthur Sfez
2021-01-22Pass RouteInfo to the route resolve callbackGhanan Gowripalan
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-21Resolve static link addresses in GetLinkAddressGhanan Gowripalan
2021-01-21iptables: support matching the input interface nameToshi Kikuchi
2021-01-21Only use callback for GetLinkAddressGhanan Gowripalan
2021-01-21Do not cache remote link address in RouteGhanan Gowripalan
2021-01-21Queue packets in WritePackets when resolving link addressGhanan Gowripalan
2021-01-21Populate EgressRoute, GSO, Netproto in NICGhanan Gowripalan
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-17Do not use a stack-wide queue of pending packetsGhanan Gowripalan
2021-01-15Resolve known link address on route creationGhanan Gowripalan
2021-01-15Support GetLinkAddress with neighborCacheGhanan Gowripalan
2021-01-15Only pass stack.Route's fields to LinkEndpointsGhanan Gowripalan
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-13Clear neighbor table on NIC downGhanan Gowripalan
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-12Drop TransportEndpointID from HandleControlPacketGhanan Gowripalan
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2020-12-22Move SO_BINDTODEVICE to socketops.Nayana Bidari
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-21Prefer matching labels and longest matching prefixGhanan Gowripalan
2020-12-17Remove duplicate `return`Tamir Duberstein
2020-12-16Add support to count the number of packets SACKed.Nayana Bidari
2020-12-15Fix a data race in packetEPsTing-Yu Wang
2020-12-12Introduce IPv6 extension header serialization facilitiesBruno Dal Bo
2020-12-11[netstack] Decouple tcpip.ControlMessages from the IP control messges.Ayush Ranjan
2020-12-10Use specified source address for IGMP/MLD packetsGhanan Gowripalan
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-03Support partitions for other tests.Adin Scannell
2020-12-02Extract ICMPv4/v6 specific stats to their own typesArthur Sfez
2020-12-01Deflake stack_test.TestRouterSolicitationGhanan Gowripalan
2020-12-01Correctly lock when listing neighbor entriesGhanan 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-26[netstack] Add SOL_TCP options to SocketOptions.Ayush Ranjan