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
2019-08-26
netstack/tcp: Add LastAck transition.
Rahat Mahmood
2019-08-09
Add congestion control states to sender.
Bhasker Hariharan
2019-08-02
Automated rollback of changelist 261191548
Rahat Mahmood
2019-08-01
Implement getsockopt(TCP_INFO).
Rahat Mahmood
2019-06-13
Add support for TCP receive buffer auto tuning.
Bhasker Hariharan
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-12
Add support for TCP_CONGESTION socket option.
Bhasker Hariharan
2019-06-06
Track and export socket state.
Rahat Mahmood
2019-06-05
netstack/tcp: fix calculating a number of outstanding packets
Andrei Vagin
2019-05-03
Implement support for SACK based recovery(RFC 6675).
Bhasker Hariharan
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-28
netstack/fdbased: add generic segmentation offload (GSO) support
Andrei Vagin
2019-03-20
netstack: adjust the sequence number after trimming the packet
Andrei Vagin
2019-03-19
netstack: reduce MSS from SYN to account tcp options
Andrei Vagin
2019-03-14
Remove duplicate TCP flag definitions
Tamir Duberstein
2019-03-05
Add new retransmissions and recovery related metrics.
Bhasker Hariharan
2019-02-25
Add a SACK scoreboard to TCP endpoints.
Bhasker Hariharan
2019-02-11
Do not drop packets w/ missing TCP timestamps.
Bhasker Hariharan
2018-12-04
Fix available calculation when merging TCP segments
Ian Gudger
2018-11-14
Clean up tcp.sendData
Ian Gudger
2018-11-13
Implement TCP_NODELAY and TCP_CORK
Ian Gudger
2018-11-12
Remove obsolete TODO
Ian Gudger
2018-11-05
Merge segments in sender's writeList
Ian Gudger
2018-10-31
Fix a race where keepalives could be sent while there is pending data
Ian Gudger
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-09-19
Fix RTT estimation when timestamp option is enabled.
Bhasker Hariharan
2018-09-05
Update {LinkEndpoint,NetworkEndpoint}#WritePacket to take a VectorisedView
Bert Muthalaly
2018-09-05
Implement TCP keepalives
Tamir Duberstein
2018-09-04
Expose TCP RTT
Tamir Duberstein
2018-08-03
Cubic implementation for Netstack.
Bhasker Hariharan
2018-08-02
Automated rollback of changelist 207037226
Zhaozhong Ni
2018-08-01
Automated rollback of changelist 207007153
Michael Pratt
2018-08-01
stateify: convert all packages to use explicit mode.
Zhaozhong Ni
2018-07-23
Refactor new reno congestion control logic out of sender.
Bhasker Hariharan
2018-07-10
netstack: tcp socket connected state S/R support.
Zhaozhong Ni
2018-07-09
Switch netstack licenses to Apache 2.0.
Nicolas Lacasse
2018-06-29
Panic in netstack during cleanup where a FIN becomes a RST.
Brian Geffon
2018-06-26
Automated rollback of changelist 201596247
Brian Geffon
2018-06-21
netstack: tcp socket connected state S/R support.
Zhaozhong Ni
2018-05-22
When sending a RST the acceptable ACK window shouldn't change.
Brian Geffon
2018-05-03
Fix misspellings.
Cyrille Hemidy
2018-04-28
Check in gVisor.
Googler