summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2021-02-18Bump build constraints to Go 1.18Michael Pratt
2021-02-18Validate IGMP packetsArthur Sfez
2021-02-18Remove deprecated NUD types Failed and FailedEntryLookupsSam Balana
2021-02-17Move Name() out of netstack Matcher. It can live in the sentry.Kevin Krakauer
2021-02-17[infra] Split tcpip/integration test targets to aid investigation.Ayush Ranjan
2021-02-11[rack] TLP: ACK Processing and PTO scheduling.Ayush Ranjan
2021-02-11[netstack] Fix recovery entry and exit checks.Ayush Ranjan
2021-02-11Let sentry understand tcpip.ErrMalformedHeaderKevin Krakauer
2021-02-10RACK: Fix re-transmitting the segment twice when entering recovery.Nayana Bidari
2021-02-10Fix broken IFTTT link in tcpip.Ayush Ranjan
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-02-09Move network internal code to internal packageGhanan Gowripalan
2021-02-09Deprecate Failed state in favor of Unreachable stateSam Balana
2021-02-09add IPv4 options processing for forwarding and reassemblyJulian Elischer
2021-02-08Remove unnecessary lockingGhanan Gowripalan
2021-02-08Allow UDP sockets connect()ing to port 0Zeling Feng
2021-02-08Support performing DAD for any addressGhanan Gowripalan
2021-02-08RACK: Detect lossNayana Bidari
2021-02-06Remove linkAddrCacheGhanan Gowripalan
2021-02-06Synchronously send packets over pipe link endpointGhanan Gowripalan
2021-02-06Use fine grained locks while sending NDP packetsGhanan Gowripalan
2021-02-06Remove (*stack.Stack).FindNetworkEndpointGhanan Gowripalan
2021-02-06Use fine grained locks while sending NUD probesGhanan Gowripalan
2021-02-06Use embedded mutex pattern in neighbor cache/entryGhanan Gowripalan
2021-02-06Unexpose NICGhanan Gowripalan
2021-02-06Check local address directly through NICGhanan Gowripalan
2021-02-05Batch write packets after iptables checksGhanan Gowripalan
2021-02-05Refactor locally delivered packetsGhanan Gowripalan
2021-02-04Lock ConnTrack before initializing bucketsGhanan Gowripalan
2021-02-03Add a function to enable RACK in tests.Nayana Bidari
2021-02-02Rename HandleNDupAcks in TCP.Nayana Bidari
2021-02-02Add support for rate limiting out of window ACKs.Bhasker Hariharan
2021-02-01Refactor HandleControlPacket/SockErrorGhanan Gowripalan
2021-01-31Default to NUD/neighborCache instead of linkAddrCacheGhanan Gowripalan
2021-01-31Use closure for IPv6 testContext cleanupGhanan Gowripalan
2021-01-31Remove NICs before closing their link endpointsGhanan Gowripalan
2021-01-31Use different neighbor tables per network endpointGhanan Gowripalan
2021-01-31Hide neighbor table kind from NetworkEndpointGhanan Gowripalan
2021-01-30Extract route table from Stack lockTamir Duberstein
2021-01-30Implement LinkAddressResolver on NetworkEndpointsGhanan Gowripalan
2021-01-29Make fragmentation return a reassembled PacketBufferTing-Yu Wang
2021-01-29Clear IGMPv1 present flag on NIC downGhanan Gowripalan
2021-01-29Refresh delayed report timers on query messagesGhanan Gowripalan
2021-01-29Discard invalid Neighbor AdvertisementsPeter Johnston
2021-01-28Avoid locking when route doesn't require resolutionGhanan Gowripalan
2021-01-28RACK: Update reorder window.Nayana Bidari
2021-01-28Acquire entry lock with cache lock heldTamir Duberstein
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-28Do not use clockwork for faketimeGhanan Gowripalan
2021-01-28Respect SO_BINDTODEVICE in unconnected UDP writesMarina Ciocea