summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport
AgeCommit message (Expand)Author
2021-10-18Support distinction for RWMutex and read-only locks.Adin Scannell
2021-10-13add create-only raw socketsKevin Krakauer
2021-10-12Create constants for Keepalive defaults.Bhasker Hariharan
2021-10-11Support IP_PKTINFO and IPV6_RECVPKTINFO on raw socketsGhanan Gowripalan
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-07Store timestamps as time.TimeTamir Duberstein
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-23Implement S/R for TransportEndpointStatsTamir Duberstein
2021-09-23Compose ICMP endpoint with datagram-based endpointGhanan Gowripalan
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-20Support getsockname for packet socketsGhanan Gowripalan
2021-09-20Do not allow unbinding network protocolGhanan Gowripalan
2021-09-19Support IPV6_RECVPKTINFO on UDP socketsGhanan Gowripalan
2021-09-18Avoid ambient clock on ICMP Rate LimiterBruno Dal Bo
2021-09-17Allow rebinding packet socket protocolGhanan Gowripalan
2021-09-17Fix lock ordering violationGhanan Gowripalan
2021-09-16Don't allow binding to broadcast on ICMP socketsGhanan Gowripalan
2021-09-15Annotate checklocks on mutex protected fieldsGhanan Gowripalan
2021-09-15Annotate checklocks on mutex protected fieldsGhanan Gowripalan
2021-09-15Pass address properties in a single structTony Gong
2021-09-14Compose raw IP with datagram-based endpointGhanan Gowripalan
2021-09-14Explicitly bind endpoint to a NICGhanan Gowripalan
2021-09-14Defer mutex unlockingGhanan Gowripalan
2021-09-13Accept packets destined to bound addressGhanan Gowripalan
2021-09-13Separate IPv4 ToS & IPv6 TClass in dgram endpointGhanan Gowripalan
2021-09-09Remove linux-compat loopback hacks from packet endpointGhanan Gowripalan
2021-09-07Remove protocolMainLoop unused return valueArthur Sfez
2021-09-01Support sending with packet socketsGhanan Gowripalan
2021-09-01Out-of-order segment should not block in-sequence segments.Bhasker Hariharan
2021-09-01Extract network datagram endpoint common facilitiesGhanan Gowripalan
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