summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
AgeCommit message (Expand)Author
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
2020-11-25[netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions.Ayush Ranjan
2020-11-25Support listener-side MLDv1Ghanan Gowripalan
2020-11-25Make stack.Route safe to access concurrentlyGhanan Gowripalan
2020-11-24Correctly lock when removing neighbor entriesSam Balana
2020-11-24Track number of packets queued to Failed neighborsSam Balana
2020-11-24Deduplicate code in ipv6.protocolGhanan Gowripalan
2020-11-19Perform IGMPv2 when joining IPv4 multicast groupsRyan Heacock
2020-11-19Propagate IP address prefix from host to netstackFabricio Voznika
2020-11-19Don't hold AddressEndpoints for multicast addressesGhanan Gowripalan
2020-11-18Remove unused methods from stack.RouteGhanan Gowripalan
2020-11-18[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.Ayush Ranjan
2020-11-18Fix loopback subnet routing errorGhanan Gowripalan
2020-11-18Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacketBruno Dal Bo
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-13RACK: Detect DSACKNayana Bidari
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-11-12Change AllocationSize to SizeWithPadding as requestedJulian Elischer
2020-11-12Move packet handling to NetworkEndpointGhanan Gowripalan
2020-11-11Teach netstack how to add options to IPv4 packetsJulian Elischer
2020-11-09net: connect to the ipv4 localhost returns ENETUNREACH if the address isn't setAndrei Vagin
2020-11-05Cache addressEndpoint.addr.Subnet() to avoid allocations.Bhasker Hariharan
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-11-02Send NUD probes in a separate gorountineSam Balana
2020-10-31net/tcpip: connect to unset loopback address has to return EADDRNOTAVAILAndrei Vagin
2020-10-30Automated rollback of changelist 339750876Dean Deng
2020-10-29Automated rollback of changelist 339675182Dean Deng
2020-10-29Make RedirectTarget thread safeKevin Krakauer
2020-10-29Keep magic constants out of netstackKevin Krakauer
2020-10-29Delay goroutine creation during TCP handshake for accept/connect.Dean Deng
2020-10-28Avoid time.Now in NUDTamir Duberstein
2020-10-27Add support for Timestamp and RecordRoute IP optionsJulian Elischer
2020-10-27Pass NeighborEntry in NUD callbacksTamir Duberstein
2020-10-27Add basic address deletion to netlinkIan Lewis
2020-10-23Wait before transitioning NUD entries from Probe to FailedSam Balana
2020-10-23Do not hold NIC local address in neighbor entriesGhanan Gowripalan
2020-10-22Pass NetworkInterface to LinkAddressRequestGhanan Gowripalan
2020-10-20Fix locking in AddressableEndpointStateGhanan Gowripalan
2020-10-20Fix nogo tests.Ting-Yu Wang