summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/endpoint.go
AgeCommit message (Expand)Author
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
2020-06-18Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.Bhasker Hariharan
2020-06-12Allow reading IP_MULTICAST_LOOP and IP_MULTICAST_TTL on TCP sockets.Ian Gudger
2020-06-10Add support for SO_REUSEADDR to UDP sockets/endpoints.Ian Gudger
2020-06-05Centralize the categories of endpoint states.Rahat Mahmood
2020-06-05Fix copylocks error about copying IPTables.Ting-Yu Wang
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-05-15Minor formatting updates for gvisor.dev.Adin Scannell
2020-05-13Stub support for TCP_SYNCNT and TCP_WINDOW_CLAMP.Bhasker Hariharan
2020-04-22tcp: handle listen after shutdown properlyAndrei Vagin
2020-04-19Don't accept segments outside the receive windowEyal Soha
2020-04-17Permit setting unknown optionsTamir Duberstein
2020-04-16Reset pending connections on listener shutdown.Mithun Iyer
2020-04-15Remove unnecessary codeTamir Duberstein
2020-04-15Reset pending connections on listener closeMithun Iyer
2020-04-09Convert int and bool socket options to use GetSockOptInt and GetSockOptBoolAndrei Vagin
2020-03-26Support owner matching for iptables.Nayana Bidari
2020-03-25Fix data-race in endpoint.ReadinessBhasker Hariharan
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-19Remove workMu from tcpip.Endpoint.Bhasker Hariharan
2020-03-11Fix race condition (*tcp.endpoint).CloseTamir Duberstein
2020-03-11Fix memory leak in danglingEndpoints.Bhasker Hariharan