summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/connect.go
AgeCommit message (Expand)Author
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
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-19Don't accept segments outside the receive windowEyal Soha
2020-04-16Reset pending connections on listener shutdown.Mithun Iyer
2020-04-15Reset pending connections on listener closeMithun Iyer
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-03-26Support owner matching for iptables.Nayana Bidari
2020-03-24Add support for setting TCP segment hash.Bhasker Hariharan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-20Remove unused variable `sndNxtList`.Ting-Yu Wang
2020-03-19Remove workMu from tcpip.Endpoint.Bhasker Hariharan
2020-03-11Fix memory leak in danglingEndpoints.Bhasker Hariharan