summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp
AgeCommit message (Expand)Author
2020-12-05Fix zero receive window advertisements.Mithun Iyer
2020-12-03Support partitions for other tests.Adin Scannell
2020-12-02Extract ICMPv4/v6 specific stats to their own typesArthur Sfez
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-18Automated rollback of changelist 342700744Nayana Bidari
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 342312166Bhasker Hariharan
2020-11-16Automated rollback of changelist 340274194Dean Deng
2020-11-13RACK: Detect DSACKNayana Bidari
2020-11-13Refactor loss recovery in TCP.Nayana Bidari
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-11-11Teach netstack how to add options to IPv4 packetsJulian Elischer
2020-11-09Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.Mithun Iyer
2020-11-06Return early in walkSACK if segment has no SACK blocks.Bhasker Hariharan
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-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-27Add support for Timestamp and RecordRoute IP optionsJulian Elischer
2020-10-23Fix TestTCPTimeWaitNewSyn.Bhasker Hariharan
2020-10-23Support getsockopt for SO_ACCEPTCONN.Nayana Bidari
2020-10-23Decrement e.synRcvdCount once handshake is complete.Bhasker Hariharan
2020-10-20Fix nogo test in //pkg/tcpip/...Ting-Yu Wang
2020-10-09TCP Receive window advertisement fixes.Bhasker Hariharan
2020-10-09RACK: Detect packet reordering.Nayana Bidari
2020-10-05Remove AssignableAddressEndpoint.NetworkEndpointGhanan Gowripalan
2020-10-02Update minimum RTT for RACK.Nayana Bidari
2020-09-30ip6tables: redirect supportKevin Krakauer
2020-09-29Trim Network/Transport Endpoint/ProtocolGhanan Gowripalan
2020-09-28Fix 1 zero window advertisement bug and a TCP test flake.Bhasker Hariharan
2020-09-28Fix lingering of TCP socket in the initial state.Nayana Bidari
2020-09-28Support creating protocol instances with Stack refGhanan 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-18Enqueue TCP sends arriving in SYN_SENT state.Mithun Iyer
2020-09-18Use common parsing utilities when sniffingGhanan Gowripalan
2020-09-16Automated rollback of changelist 329526153Nayana Bidari