summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/endpoint.go
AgeCommit message (Expand)Author
2020-11-26[netstack] Add SOL_TCP options to SocketOptions.Ayush Ranjan
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-19Perform IGMPv2 when joining IPv4 multicast groupsRyan Heacock
2020-11-19Require sync.Mutex to lock and unlock from the same goroutineMichael Pratt
2020-11-18[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_PASSCRED option to SocketOptions.Ayush Ranjan
2020-11-17Fix endpoint.Read() when endpoint is in StateError.Bhasker Hariharan
2020-11-17Fix SO_ERROR behavior for TCP in gVisor.Bhasker Hariharan
2020-11-16Automated rollback of changelist 340274194Dean Deng
2020-11-13RACK: Detect DSACKNayana Bidari
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
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-02Automated rollback of changelist 339945377Dean Deng
2020-10-30Automated rollback of changelist 339750876Dean Deng
2020-10-29Automated rollback of changelist 339675182Dean Deng
2020-10-29Fix TCP wildcard bind failure when netstack is v6 onlyTing-Yu Wang
2020-10-29Delay goroutine creation during TCP handshake for accept/connect.Dean Deng
2020-10-23Support getsockopt for SO_ACCEPTCONN.Nayana Bidari
2020-10-09TCP Receive window advertisement fixes.Bhasker Hariharan
2020-10-09RACK: Detect packet reordering.Nayana Bidari
2020-09-30ip6tables: redirect supportKevin Krakauer
2020-09-28Fix lingering of TCP socket in the initial state.Nayana Bidari
2020-09-24Change segment/pending queue to use receive buffer limits.Bhasker Hariharan
2020-09-18Enqueue TCP sends arriving in SYN_SENT state.Mithun Iyer
2020-09-16Automated rollback of changelist 329526153Nayana Bidari
2020-09-08Fix data race in tcp.GetSockOpt.Bhasker Hariharan
2020-09-08Improve type safety for transport protocol optionsGhanan Gowripalan
2020-09-02Fix Accept to not return error for sockets in accept queue.Bhasker Hariharan
2020-09-01Automated rollback of changelist 328350576Nayana Bidari
2020-08-27Improve type safety for socket optionsGhanan Gowripalan
2020-08-27Add function to get error from a tcpip.EndpointGhanan Gowripalan
2020-08-25Support SO_LINGER socket option.Nayana Bidari
2020-08-25Fix TCP_LINGER2 behavior to match linux.Bhasker Hariharan
2020-08-24Automated rollback of changelist 327325153Ghanan Gowripalan
2020-08-20Skip listening TCP ports when trying to bind a free port.Bhasker Hariharan
2020-08-18RACK: Create a new list for segments.Nayana Bidari
2020-08-13Use the user supplied MSS for accepted connectionsGhanan Gowripalan
2020-08-13Ensure TCP TIME-WAIT is not terminated prematurely.Bhasker Hariharan
2020-08-07tcp: change the limit of TCP_LINGER2Andrei Vagin
2020-08-04Update variables for implementation of RACK in TCPNayana Bidari
2020-07-31iptables: support SO_ORIGINAL_DSTKevin Krakauer
2020-07-22make connect(2) fail when dest is unreachableKevin Krakauer
2020-07-11Stub out SO_DETACH_FILTER.Bhasker Hariharan
2020-07-07Set IPv4 ID on all non-atomic datagramsTony Gong
2020-07-01TCP receive should block when in SYN-SENT state.Mithun Iyer
2020-06-24Add support for Stack level options.Bhasker Hariharan
2020-06-23Add support for SO_REUSEADDR to TCP sockets/endpoints.Ian Gudger