summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/connect.go
AgeCommit message (Expand)Author
2021-04-05Fix listen backlog handling to be in parity with LinuxMithun Iyer
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-24Unexpose immutable fields in stack.RouteNick Brown
2021-03-09Give TCP flags a dedicated typeZeling Feng
2021-03-04Nit fix: Should use maxTimeout in backoffTimerTing-Yu Wang
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-02-08RACK: Detect lossNayana Bidari
2021-02-02Add support for rate limiting out of window ACKs.Bhasker Hariharan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-27Confirm neighbor reachability with TCP ACKsGhanan Gowripalan
2021-01-25Unlock tcp endpoint on zero-length atomic writesTamir Duberstein
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-12[rack] Set up TLP timer and configure timeout.Ayush Ranjan
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-05Fix zero receive window advertisements.Mithun Iyer
2020-11-25[netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions.Ayush Ranjan
2020-11-25Make stack.Route safe to access concurrentlyGhanan Gowripalan
2020-11-18[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.Ayush Ranjan
2020-11-17Fix SO_ERROR behavior for TCP in gVisor.Bhasker Hariharan
2020-11-16Automated rollback of changelist 340274194Dean Deng
2020-11-09Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.Mithun Iyer
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-11-04Unlock tcp endpoint mutex before blocking forever.Dean Deng
2020-11-03Release mutex before blocking during TCP handshake route resolution.Dean Deng
2020-11-02Automated rollback of changelist 339945377Dean Deng
2020-10-30Automated rollback of changelist 339750876Dean Deng
2020-10-29Automated rollback of changelist 339675182Dean Deng
2020-10-29Delay goroutine creation during TCP handshake for accept/connect.Dean Deng
2020-10-09TCP Receive window advertisement fixes.Bhasker Hariharan
2020-10-05Remove AssignableAddressEndpoint.NetworkEndpointGhanan Gowripalan
2020-09-24Change segment/pending queue to use receive buffer limits.Bhasker Hariharan
2020-09-23Extract ICMP error sender from UDPJulian Elischer
2020-09-08Improve type safety for transport protocol optionsGhanan Gowripalan
2020-08-27Add function to get error from a tcpip.EndpointGhanan Gowripalan
2020-08-24Automated rollback of changelist 327325153Ghanan Gowripalan
2020-08-18RACK: Create a new list for segments.Nayana Bidari
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-08-13Ensure TCP TIME-WAIT is not terminated prematurely.Bhasker Hariharan
2020-08-04Update variables for implementation of RACK in TCPNayana Bidari
2020-07-30Fix TCP CurrentConnected counter updates.Mithun Iyer
2020-07-22make connect(2) fail when dest is unreachableKevin Krakauer
2020-06-30Avoid multiple atomic loadsTamir Duberstein
2020-06-24Add support for Stack level options.Bhasker Hariharan
2020-06-18Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.Bhasker Hariharan
2020-06-17TCP stat fixesMithun Iyer
2020-06-15TCP to honor updated window size during handshake.Mithun Iyer
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-05-29Move TCP to CLOSED from SYN-RCVD on RST.Mithun Iyer