summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport
AgeCommit message (Expand)Author
2021-03-01tcp: endpoint.Write has to send all data that has been read from payloadAndrei Vagin
2021-02-26Fix panic due to zero length writes in TCP.Bhasker Hariharan
2021-02-26Use closure to avoid manual unlockingTamir Duberstein
2021-02-25RACK: recovery logic should check for receive window before re-transmitting.Nayana Bidari
2021-02-25Remove deadlock in raw.endpoint caused by recursive read lockingKevin Krakauer
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-10RACK: Fix re-transmitting the segment twice when entering recovery.Nayana Bidari
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-02-08Allow UDP sockets connect()ing to port 0Zeling Feng
2021-02-08RACK: Detect lossNayana Bidari
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-31Hide neighbor table kind from NetworkEndpointGhanan Gowripalan
2021-01-28RACK: Update reorder window.Nayana Bidari
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-28Respect SO_BINDTODEVICE in unconnected UDP writesMarina Ciocea
2021-01-27Confirm neighbor reachability with TCP ACKsGhanan Gowripalan
2021-01-27Add support for more fields in netstack for TCP_INFONayana Bidari
2021-01-26Initialize the send buffer handler in endpoint creation.Nayana Bidari
2021-01-26Implement error on pointersTamir Duberstein
2021-01-26Fix couple of potential route leaks.Bhasker Hariharan
2021-01-26Drop nicID from transport endpoint reg/cleanup fnsGhanan Gowripalan
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2021-01-25Unlock tcp endpoint on zero-length atomic writesTamir Duberstein
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-15[rack] Retransmit the probe segment after the probe timer expires.Ayush Ranjan
2021-01-15Populate EgressRoute, GSO, Netproto for batch writesGhanan Gowripalan
2021-01-14Remove impossible errorsTamir Duberstein
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-13Clean up the dummy network interface used by UDP testsArthur Sfez
2021-01-13[rack] TLP: Recovery detection.Ayush Ranjan
2021-01-12Drop TransportEndpointID from HandleControlPacketGhanan Gowripalan
2021-01-12Remove unnecessary closureTamir Duberstein
2021-01-12[rack] Set up TLP timer and configure timeout.Ayush Ranjan
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
2020-12-22Move SO_BINDTODEVICE to socketops.Nayana Bidari
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-21RLock Endpoint in raw.Endpoint.HandlePacketKevin Krakauer
2020-12-17[netstack] Implement IP(V6)_RECVERR socket option.Ayush Ranjan
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-15Fix error code for connect in raw sockets.Nayana Bidari
2020-12-14Move SO_LINGER option to socketops.Nayana Bidari