summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/accept.go
AgeCommit message (Expand)Author
2021-10-04Reply to invalid ACKs even when accept queue is fullArthur Sfez
2021-10-01Move pendingEndpoints to acceptQueueTamir Duberstein
2021-09-29Avoid comparisons to zero value of acceptQueueTamir Duberstein
2021-09-29Rename accepted -> acceptQueueTamir Duberstein
2021-09-29Remove syncRcvdCountTamir Duberstein
2021-09-28Inline handleSynSegmentTamir Duberstein
2021-09-27Store pending endpoints in a setTamir Duberstein
2021-09-23Avoid listenContext.listenEP when it is the receiverTamir Duberstein
2021-09-21Deliver endpoints to the accept queue synchronously when possibleArthur Sfez
2021-08-30Avoid pseudo endpoint for TSVal generationZeling Feng
2021-08-26Centralize TCP timestamp logicTamir Duberstein
2021-08-26Pass must-not-be-nil by valueTamir Duberstein
2021-08-25Avoid the appearance of allocationTamir Duberstein
2021-08-24Measure RTT during handshake since Linux does the sameZeling Feng
2021-08-19Use a hash function to generate tcp timestamp offsetZeling Feng
2021-08-18Split TCP secrets from Stack to tcp.protocolZeling Feng
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