summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2021-01-06Do not filter frames in ethernet link endpointGhanan Gowripalan
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
2020-12-22Move SO_BINDTODEVICE to socketops.Nayana Bidari
2020-12-22Correctly log sniffed ARP packetsTamir Duberstein
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-21Prefer matching labels and longest matching prefixGhanan Gowripalan
2020-12-21Don't modify a packet header when it can be used by other endpointsAndrei Vagin
2020-12-21RLock Endpoint in raw.Endpoint.HandlePacketKevin Krakauer
2020-12-17[netstack] Implement IP(V6)_RECVERR socket option.Ayush Ranjan
2020-12-17[netstack] Implement MSG_ERRQUEUE flag for recvmsg(2).Ayush Ranjan
2020-12-17Remove duplicate `return`Tamir Duberstein
2020-12-16Cleanup locking in multicast group protocol testsGhanan Gowripalan
2020-12-16Automated rollback of changelist 346565589gVisor bot
2020-12-16Add support to count the number of packets SACKed.Nayana Bidari
2020-12-16Ensure correctness of saved receive windowMithun Iyer
2020-12-15Validate router alert's data lengthGhanan Gowripalan
2020-12-15Don't split enabled flag across multicast group stateGhanan Gowripalan
2020-12-15Fix error code for connect in raw sockets.Nayana Bidari
2020-12-15Fix a data race in packetEPsTing-Yu Wang
2020-12-14Move SO_LINGER option to socketops.Nayana Bidari
2020-12-14Move SO_ERROR and SO_OOBINLINE option to socketops.Nayana Bidari
2020-12-12Reduce the memory overhead in IP fragment managementToshi Kikuchi
2020-12-12Introduce IPv6 extension header serialization facilitiesBruno Dal Bo
2020-12-11Fix panic when IPv4 address is used in sendmsg for IPv6 socketsNayana Bidari
2020-12-11[netstack] Decouple tcpip.ControlMessages from the IP control messges.Ayush Ranjan
2020-12-10Disable host reassembly for fragments.Bhasker Hariharan
2020-12-10Use specified source address for IGMP/MLD packetsGhanan Gowripalan
2020-12-09Add support for IP_RECVORIGDSTADDR IP option.Bhasker Hariharan
2020-12-09[netstack] Make tcpip.Error savable.Ayush Ranjan
2020-12-09Do not perform IGMP/MLD on loopback interfacesGhanan Gowripalan
2020-12-09Cap UDP payload size to length informed in UDP headerBruno Dal Bo
2020-12-09export MountTempDirectoryZeling Feng
2020-12-07Export IGMP statsArthur Sfez
2020-12-07Remove stale commentSam Balana
2020-12-05Fix zero receive window advertisements.Mithun Iyer
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-02Abandon reassembly of a packet if fragments overlapArthur Sfez
2020-12-02[netstack] Add back EndpointInfo struct in tcp.Ayush Ranjan
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-30Fix deadlock in UDP handleControlPacket path.Bhasker Hariharan
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