summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/accept.go
AgeCommit message (Expand)Author
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-06-04Honor data and FIN from the ACK completing handshakeMithun Iyer
2021-06-01Ignore RST received for a TCP listenerMithun Iyer
2021-05-26Use the stack RNG everywhereTamir Duberstein
2021-05-26Move presence methods from segment to TCPFlagsTamir Duberstein
2021-05-26Use the stack clock everywhereTamir Duberstein
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-04-19De-duplicate TCP state in TCPEndpointState vs tcp.endpointNick Brown
2021-04-16Enlarge port range and fix integer overflowKevin Krakauer
2021-04-13Fix listener close, client connect raceMithun Iyer
2021-04-12Drop locks before calling waiterQueue.NotifyTamir Duberstein
2021-04-10Use the SecureRNG to generate listener noncesTamir Duberstein
2021-04-10Don't store accepted endpoints in a channelTamir Duberstein
2021-04-09Remove duplicate accept queue fullness checkTamir Duberstein
2021-04-09Propagate SYN handling errorTamir Duberstein
2021-04-05Fix listen backlog handling to be in parity with LinuxMithun Iyer
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-16Fix a race with synRcvdCount and acceptMithun Iyer
2021-03-11improve readability of ports packageKevin Krakauer
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-26Drop nicID from transport endpoint reg/cleanup fnsGhanan Gowripalan
2021-01-14Remove impossible errorsTamir Duberstein
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
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-16Automated rollback of changelist 340274194Dean Deng
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-29Delay goroutine creation during TCP handshake for accept/connect.Dean Deng
2020-10-23Decrement e.synRcvdCount once handshake is complete.Bhasker Hariharan
2020-08-13Use the user supplied MSS for accepted connectionsGhanan Gowripalan
2020-08-04Update variables for implementation of RACK in TCPNayana Bidari
2020-06-23Add support for SO_REUSEADDR to TCP sockets/endpoints.Ian Gudger
2020-06-15TCP to honor updated window size during handshake.Mithun Iyer
2020-06-10Add support for SO_REUSEADDR to UDP sockets/endpoints.Ian Gudger
2020-04-19Don't accept segments outside the receive windowEyal Soha
2020-04-16Reset pending connections on listener shutdown.Mithun Iyer
2020-04-16Fix data race in tcp_test.Bhasker Hariharan
2020-04-15Reset pending connections on listener closeMithun Iyer
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-19Address comments on workMu removal change.Bhasker Hariharan
2020-03-19Remove workMu from tcpip.Endpoint.Bhasker Hariharan
2020-02-27Fix a race in TCP endpoint teardown and teardown the stack in tcp_test.Ian Gudger
2020-02-24Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.Ian Gudger
2020-01-31Fix method comment to match method name.Ian Gudger