summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport
AgeCommit message (Expand)Author
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
2021-08-19Add loopback interface as an ethernet-based deviceGhanan Gowripalan
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-13Free multicastMemberships on UDP endpoint closeGhanan Gowripalan
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-20Expose local address from raw socketsGhanan Gowripalan
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-21clean up tcpdump TODOsKevin Krakauer
2021-06-21netstack: don't ACK SYNs in TIME-WAITKevin Krakauer
2021-06-17raw sockets: don't overwrite destination addressKevin Krakauer
2021-06-16Fix broken hdrincl testKevin Krakauer
2021-06-14Cleanup iptables bug TODOsKevin 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-27Support SO_BINDTODEVICE in ICMP socketsSam Balana
2021-05-27Use fake clocks in all testsTamir Duberstein
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-25Use opaque types to represent timeTamir Duberstein
2021-05-22Remove detritusTamir Duberstein
2021-05-21Add aggregated NIC statsArthur Sfez
2021-05-20Add protocol state to TCPINFOMithun Iyer
2021-05-13Apply SWS avoidance to ACKs with window updatesMithun Iyer
2021-05-12Fix not calling decRef on merged segmentsTing-Yu Wang