summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/endpoint.go
AgeCommit message (Expand)Author
2021-01-27Add support for more fields in netstack for TCP_INFONayana Bidari
2021-01-26Initialize the send buffer handler in endpoint creation.Nayana Bidari
2021-01-26Drop nicID from transport endpoint reg/cleanup fnsGhanan Gowripalan
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2021-01-25Unlock tcp endpoint on zero-length atomic writesTamir Duberstein
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-14Remove impossible errorsTamir Duberstein
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-12Drop TransportEndpointID from HandleControlPacketGhanan Gowripalan
2021-01-12Remove unnecessary closureTamir Duberstein
2021-01-12[rack] Set up TLP timer and configure timeout.Ayush Ranjan
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2020-12-22Move SO_BINDTODEVICE to socketops.Nayana Bidari
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-17[netstack] Implement IP(V6)_RECVERR socket option.Ayush Ranjan
2020-12-16Add support to count the number of packets SACKed.Nayana Bidari
2020-12-14Move SO_LINGER option to socketops.Nayana Bidari
2020-12-14Move SO_ERROR and SO_OOBINLINE option to socketops.Nayana Bidari
2020-12-11[netstack] Decouple tcpip.ControlMessages from the IP control messges.Ayush Ranjan
2020-12-02[netstack] Add back EndpointInfo struct in tcp.Ayush Ranjan
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