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
/
endpoint_state.go
Age
Commit message (
Expand
)
Author
2021-09-29
Rename accepted -> acceptQueue
Tamir Duberstein
2021-09-21
Deliver endpoints to the accept queue synchronously when possible
Arthur Sfez
2021-08-18
Split TCP secrets from Stack to tcp.protocol
Zeling Feng
2021-05-26
Use the stack clock everywhere
Tamir Duberstein
2021-05-20
Add protocol state to TCPINFO
Mithun Iyer
2021-04-20
Move SO_RCVBUF to socketops.
Nayana Bidari
2021-04-19
De-duplicate TCP state in TCPEndpointState vs tcp.endpoint
Nick Brown
2021-04-13
Fix listener close, client connect race
Mithun Iyer
2021-04-10
Don't store accepted endpoints in a channel
Tamir Duberstein
2021-03-11
improve readability of ports package
Kevin Krakauer
2021-03-03
Add checklocks analyzer.
Bhasker Hariharan
2021-02-02
Add support for rate limiting out of window ACKs.
Bhasker Hariharan
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-26
Initialize the send buffer handler in endpoint creation.
Nayana Bidari
2021-01-26
Implement error on pointers
Tamir Duberstein
2021-01-26
Move SO_SNDBUF to socketops.
Nayana Bidari
2020-11-17
Fix SO_ERROR behavior for TCP in gVisor.
Bhasker Hariharan
2020-11-16
Automated rollback of changelist 340274194
Dean Deng
2020-11-05
Use stack.Route exclusively for writing packets
Ghanan Gowripalan
2020-11-02
Automated rollback of changelist 339945377
Dean Deng
2020-10-30
Automated rollback of changelist 339750876
Dean Deng
2020-10-29
Automated rollback of changelist 339675182
Dean Deng
2020-10-29
Delay goroutine creation during TCP handshake for accept/connect.
Dean Deng
2020-09-24
Change segment/pending queue to use receive buffer limits.
Bhasker Hariharan
2020-09-08
Improve type safety for transport protocol options
Ghanan Gowripalan
2020-08-13
Ensure TCP TIME-WAIT is not terminated prematurely.
Bhasker Hariharan
2020-06-24
Add support for Stack level options.
Bhasker Hariharan
2020-06-23
Add support for SO_REUSEADDR to TCP sockets/endpoints.
Ian Gudger
2020-06-18
Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.
Bhasker Hariharan
2020-06-05
Centralize the categories of endpoint states.
Rahat Mahmood
2020-05-20
Internal change.
gVisor bot
2020-04-22
tcp: handle listen after shutdown properly
Andrei Vagin
2020-03-25
Fix data-race in endpoint.Readiness
Bhasker Hariharan
2020-03-19
Remove workMu from tcpip.Endpoint.
Bhasker Hariharan
2020-01-14
Changes TCP packet dispatch to use a pool of goroutines.
Bhasker Hariharan
2020-01-09
New sync package.
Ian Gudger
2019-11-07
Add support for TIME_WAIT timeout.
Bhasker Hariharan
2019-10-29
Add endpoint tracking to the stack.
Ian Gudger
2019-10-09
Internal change.
gVisor bot
2019-08-15
netstack: move resumption logic into *_state.go
Tamir Duberstein
2019-08-08
netstack: Don't start endpoint goroutines too soon on restore.
Rahat Mahmood
2019-07-23
Deduplicate EndpointState.connected some
Tamir Duberstein
2019-07-03
netstack/udp: connect with the AF_UNSPEC address family means disconnect
Andrei Vagin
2019-06-13
Add support for TCP receive buffer auto tuning.
Bhasker Hariharan
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-06
Track and export socket state.
Rahat Mahmood
2019-05-31
Change segment queue limit to be of fixed size.
Bhasker Hariharan
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-26
Make raw sockets a toggleable feature disabled by default.
Kevin Krakauer
2019-03-08
Implement IP_MULTICAST_LOOP.
Ian Gudger
[next]