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
/
snd.go
Age
Commit message (
Expand
)
Author
2021-05-22
Remove detritus
Tamir Duberstein
2021-05-12
Fix not calling decRef on merged segments
Ting-Yu Wang
2021-04-21
Only carry GSO options in the packet buffer
Ghanan Gowripalan
2021-04-19
De-duplicate TCP state in TCPEndpointState vs tcp.endpoint
Nick Brown
2021-03-15
Make netstack (//pkg/tcpip) buildable for 32 bit
Kevin Krakauer
2021-03-09
Give TCP flags a dedicated type
Zeling Feng
2021-02-11
[rack] TLP: ACK Processing and PTO scheduling.
Ayush Ranjan
2021-02-11
[netstack] Fix recovery entry and exit checks.
Ayush Ranjan
2021-02-10
RACK: Fix re-transmitting the segment twice when entering recovery.
Nayana Bidari
2021-02-08
RACK: Detect loss
Nayana Bidari
2021-02-03
Add a function to enable RACK in tests.
Nayana Bidari
2021-02-02
Rename HandleNDupAcks in TCP.
Nayana Bidari
2021-02-02
Add support for rate limiting out of window ACKs.
Bhasker Hariharan
2021-01-28
RACK: Update reorder window.
Nayana Bidari
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-27
Confirm neighbor reachability with TCP ACKs
Ghanan Gowripalan
2021-01-27
Add support for more fields in netstack for TCP_INFO
Nayana Bidari
2021-01-13
[rack] TLP: Recovery detection.
Ayush Ranjan
2021-01-12
[rack] Set up TLP timer and configure timeout.
Ayush Ranjan
2020-12-16
Add support to count the number of packets SACKed.
Nayana Bidari
2020-11-26
[netstack] Add SOL_TCP options to SocketOptions.
Ayush Ranjan
2020-11-18
Automated rollback of changelist 342700744
Nayana Bidari
2020-11-16
Automated rollback of changelist 342312166
Bhasker Hariharan
2020-11-13
RACK: Detect DSACK
Nayana Bidari
2020-11-13
Refactor loss recovery in TCP.
Nayana Bidari
2020-11-06
Return early in walkSACK if segment has no SACK blocks.
Bhasker Hariharan
2020-10-09
RACK: Detect packet reordering.
Nayana Bidari
2020-10-02
Update minimum RTT for RACK.
Nayana Bidari
2020-08-24
Automated rollback of changelist 327325153
Ghanan Gowripalan
2020-08-18
RACK: Create a new list for segments.
Nayana Bidari
2020-08-04
Update variables for implementation of RACK in TCP
Nayana Bidari
2020-06-30
Fix two bugs in TCP sender.
Bhasker Hariharan
2020-06-05
Handle TCP segment split cases as per MSS.
Mithun Iyer
2020-06-03
Avoid TCP segment split when out of sender window.
Mithun Iyer
2020-05-13
Fix TCP segment retransmit timeout handling.
Mithun Iyer
2020-05-07
Fix bugs in SACK recovery.
Bhasker Hariharan
2020-05-05
Support TCP zero window probes.
Mithun Iyer
2020-04-14
Reduce flakiness in tcp_test.
Bhasker Hariharan
2020-03-20
Remove unused variable `sndNxtList`.
Ting-Yu Wang
2020-03-19
Remove workMu from tcpip.Endpoint.
Bhasker Hariharan
2020-03-18
Store segment transmit count.
Ian Gudger
2020-01-14
Changes TCP packet dispatch to use a pool of goroutines.
Bhasker Hariharan
2020-01-10
panic fix in retransmitTimerExpired.
Bhasker Hariharan
2020-01-09
New sync package.
Ian Gudger
2019-12-11
Add support for TCP_USER_TIMEOUT option.
Bhasker Hariharan
2019-12-06
Add TCP stats for connection close and keep-alive timeouts.
Mithun Iyer
2019-10-15
netstack: add counters for tcp CurrEstab and EstabResets
Jianfeng Tan
2019-10-09
Internal change.
gVisor bot
2019-08-26
netstack/tcp: Add LastAck transition.
Rahat Mahmood
2019-08-09
Add congestion control states to sender.
Bhasker Hariharan
[next]