summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp
AgeCommit message (Expand)Author
2021-10-12Create constants for Keepalive defaults.Bhasker Hariharan
2021-10-07Add a new metric to detect the number of spurious loss recoveries.Nayana Bidari
2021-10-07Modify the TCP test to receive re-transmitted packet before sending ACK.Nayana Bidari
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-27Implement S/R for StatsTamir Duberstein
2021-09-27Store pending endpoints in a setTamir Duberstein
2021-09-23Avoid listenContext.listenEP when it is the receiverTamir Duberstein
2021-09-22Track UDP connectionsGhanan Gowripalan
2021-09-22Fold rcv_test into tcp_testTamir Duberstein
2021-09-21Handle Shutdown on connecting tcp socketArthur Sfez
2021-09-21Deliver endpoints to the accept queue synchronously when possibleArthur Sfez
2021-09-15Pass address properties in a single structTony Gong
2021-09-07Remove protocolMainLoop unused return valueArthur Sfez
2021-09-01Out-of-order segment should not block in-sequence segments.Bhasker Hariharan
2021-08-30Avoid pseudo endpoint for TSVal generationZeling Feng
2021-08-26Centralize TCP timestamp logicTamir Duberstein
2021-08-26Avoid unhandled error warningsTamir Duberstein
2021-08-26Remove unused argumentTamir Duberstein
2021-08-26Pass must-not-be-nil by valueTamir Duberstein
2021-08-25Improve TestTimestampSynCookiesZeling Feng
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-08-12Add support for TCP send buffer auto tuning.Nayana Bidari
2021-07-21Add metric to count number of segments acknowledged by DSACK.Nayana Bidari
2021-07-20Enable RACK by default in netstack.Nayana Bidari
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-14Set tcp endpoint state atomicallyTamir Duberstein
2021-07-12netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpipKevin Krakauer
2021-07-08Do not queue zero sized segments.Bhasker Hariharan
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-06-28netstack: deflake TestSynRcvdBadSeqNumberKevin Krakauer
2021-06-25Remove sndQueue as its pointless now.Bhasker Hariharan
2021-06-22Wake up Writers when tcp socket is shutdown for writes.Bhasker Hariharan
2021-06-22netstack: further deflake tcp_testKevin Krakauer
2021-06-21netstack: don't ACK SYNs in TIME-WAITKevin Krakauer
2021-06-04Honor data and FIN from the ACK completing handshakeMithun Iyer
2021-06-01Ensure full shutdown of endpoint on notifyCloseMithun 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-05-22Remove detritusTamir Duberstein
2021-05-21Add aggregated NIC statsArthur Sfez