summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/connect.go
AgeCommit message (Expand)Author
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-06-25Remove sndQueue as its pointless now.Bhasker Hariharan
2021-06-21netstack: don't ACK SYNs in TIME-WAITKevin Krakauer
2021-06-04Honor data and FIN from the ACK completing handshakeMithun Iyer
2021-06-01Ensure full shutdown of endpoint on notifyCloseMithun Iyer
2021-05-26Use the stack RNG everywhereTamir Duberstein
2021-05-26Move presence methods from segment to TCPFlagsTamir Duberstein
2021-05-26Use the stack clock everywhereTamir Duberstein
2021-05-20Add protocol state to TCPINFOMithun Iyer
2021-05-05Fix a race in reading last seen ICMP error during handshakeMithun Iyer
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-19De-duplicate TCP state in TCPEndpointState vs tcp.endpointNick Brown
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