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
/
BUILD
Age
Commit message (
Expand
)
Author
2020-01-09
New sync package.
Ian Gudger
2019-12-11
Add support for TCP_USER_TIMEOUT option.
Bhasker Hariharan
2019-12-09
Add UDP SO_REUSEADDR support to the port manager.
Ian Gudger
2019-11-23
Cleanup visibility.
Adin Scannell
2019-11-07
Add support for TIME_WAIT timeout.
Bhasker Hariharan
2019-10-22
netstack/tcp: software segmentation offload
Andrei Vagin
2019-10-14
Reorder BUILD license and load functions in netstack.
Kevin Krakauer
2019-09-30
Fix bugs in PickEphemeralPort for TCP.
Bhasker Hariharan
2019-09-12
Remove go_test from go_stateify and go_marshal
Michael Pratt
2019-08-02
Plumbing for iptables sockopts.
Kevin Krakauer
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-12
Add support for TCP_CONGESTION socket option.
Bhasker Hariharan
2019-05-31
Disable certain tests that are flaky under race detector.
Bhasker Hariharan
2019-05-22
UDP and TCP raw socket support.
Kevin Krakauer
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-01-31
Remove license comments
Michael Pratt
2019-01-15
test: Tag tcp_test as flaky.
Kevin Krakauer
2018-11-09
Add an implementation of a SACK scoreboard as per RFC6675.
Bhasker Hariharan
2018-10-31
Fix a race where keepalives could be sent while there is pending data
Ian Gudger
2018-10-24
Mark netstack/tcpip/transport/tcp:tcp_test flaky
Fabricio Voznika
2018-09-17
Prevent TCP connect from picking bound ports
Tamir Duberstein
2018-09-04
Distinguish Element and Linker for ilist.
Adin Scannell
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-27
stateify: support explicit annotation mode; convert refs and stack packages.
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-26
Automated rollback of changelist 201596247
Brian Geffon
2018-06-21
netstack: tcp socket connected state S/R support.
Zhaozhong Ni
2018-06-15
Replace crypto/rand with internal rand package
Michael Pratt
2018-04-28
Check in gVisor.
Googler