index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
tcpip
/
transport
/
tcp
Age
Commit message (
Expand
)
Author
2021-10-12
Create constants for Keepalive defaults.
Bhasker Hariharan
2021-10-07
Add a new metric to detect the number of spurious loss recoveries.
Nayana Bidari
2021-10-07
Modify the TCP test to receive re-transmitted packet before sending ACK.
Nayana Bidari
2021-10-04
Reply to invalid ACKs even when accept queue is full
Arthur Sfez
2021-10-01
Move pendingEndpoints to acceptQueue
Tamir Duberstein
2021-09-29
Avoid comparisons to zero value of acceptQueue
Tamir Duberstein
2021-09-29
Rename accepted -> acceptQueue
Tamir Duberstein
2021-09-29
Remove syncRcvdCount
Tamir Duberstein
2021-09-28
Inline handleSynSegment
Tamir Duberstein
2021-09-27
Implement S/R for Stats
Tamir Duberstein
2021-09-27
Store pending endpoints in a set
Tamir Duberstein
2021-09-23
Avoid listenContext.listenEP when it is the receiver
Tamir Duberstein
2021-09-22
Track UDP connections
Ghanan Gowripalan
2021-09-22
Fold rcv_test into tcp_test
Tamir Duberstein
2021-09-21
Handle Shutdown on connecting tcp socket
Arthur Sfez
2021-09-21
Deliver endpoints to the accept queue synchronously when possible
Arthur Sfez
2021-09-15
Pass address properties in a single struct
Tony Gong
2021-09-07
Remove protocolMainLoop unused return value
Arthur Sfez
2021-09-01
Out-of-order segment should not block in-sequence segments.
Bhasker Hariharan
2021-08-30
Avoid pseudo endpoint for TSVal generation
Zeling Feng
2021-08-26
Centralize TCP timestamp logic
Tamir Duberstein
2021-08-26
Avoid unhandled error warnings
Tamir Duberstein
2021-08-26
Remove unused argument
Tamir Duberstein
2021-08-26
Pass must-not-be-nil by value
Tamir Duberstein
2021-08-25
Improve TestTimestampSynCookies
Zeling Feng
2021-08-25
Avoid the appearance of allocation
Tamir Duberstein
2021-08-24
Measure RTT during handshake since Linux does the same
Zeling Feng
2021-08-19
Use a hash function to generate tcp timestamp offset
Zeling Feng
2021-08-18
Split TCP secrets from Stack to tcp.protocol
Zeling Feng
2021-08-12
Add support for TCP send buffer auto tuning.
Nayana Bidari
2021-07-21
Add metric to count number of segments acknowledged by DSACK.
Nayana Bidari
2021-07-20
Enable RACK by default in netstack.
Nayana Bidari
2021-07-20
Add go:build directives as required by Go 1.17's gofmt.
Jamie Liu
2021-07-14
Set tcp endpoint state atomically
Tamir Duberstein
2021-07-12
netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpip
Kevin Krakauer
2021-07-08
Do not queue zero sized segments.
Bhasker Hariharan
2021-07-01
Mix checklocks and atomic analyzers.
Adin Scannell
2021-06-28
netstack: deflake TestSynRcvdBadSeqNumber
Kevin Krakauer
2021-06-25
Remove sndQueue as its pointless now.
Bhasker Hariharan
2021-06-22
Wake up Writers when tcp socket is shutdown for writes.
Bhasker Hariharan
2021-06-22
netstack: further deflake tcp_test
Kevin Krakauer
2021-06-21
netstack: don't ACK SYNs in TIME-WAIT
Kevin Krakauer
2021-06-04
Honor data and FIN from the ACK completing handshake
Mithun Iyer
2021-06-01
Ensure full shutdown of endpoint on notifyClose
Mithun Iyer
2021-06-01
Ignore RST received for a TCP listener
Mithun Iyer
2021-05-26
Use the stack RNG everywhere
Tamir Duberstein
2021-05-26
Move presence methods from segment to TCPFlags
Tamir Duberstein
2021-05-26
Use the stack clock everywhere
Tamir Duberstein
2021-05-22
Remove detritus
Tamir Duberstein
2021-05-21
Add aggregated NIC stats
Arthur Sfez
[next]