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
/
connect.go
Age
Commit message (
Expand
)
Author
2021-07-01
Mix checklocks and atomic analyzers.
Adin Scannell
2021-06-25
Remove sndQueue as its pointless now.
Bhasker Hariharan
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-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-20
Add protocol state to TCPINFO
Mithun Iyer
2021-05-05
Fix a race in reading last seen ICMP error during handshake
Mithun Iyer
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-04-05
Fix listen backlog handling to be in parity with Linux
Mithun Iyer
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-03-24
Unexpose immutable fields in stack.Route
Nick Brown
2021-03-09
Give TCP flags a dedicated type
Zeling Feng
2021-03-04
Nit fix: Should use maxTimeout in backoffTimer
Ting-Yu Wang
2021-03-03
Make dedicated methods for data operations in PacketBuffer
Ting-Yu Wang
2021-02-08
RACK: Detect loss
Nayana Bidari
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-27
Confirm neighbor reachability with TCP ACKs
Ghanan Gowripalan
2021-01-25
Unlock tcp endpoint on zero-length atomic writes
Tamir Duberstein
2021-01-15
Populate EgressRoute, GSO, Netproto for batch writes
Ghanan Gowripalan
2021-01-14
Remove impossible errors
Tamir Duberstein
2021-01-13
Do not resolve remote link address at transport layer
Ghanan Gowripalan
2021-01-12
[rack] Set up TLP timer and configure timeout.
Ayush Ranjan
2020-12-22
Invoke address resolution upon subsequent traffic to Failed neighbor
Peter Johnston
2020-12-05
Fix zero receive window advertisements.
Mithun Iyer
2020-11-25
[netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions.
Ayush Ranjan
2020-11-25
Make stack.Route safe to access concurrently
Ghanan Gowripalan
2020-11-18
[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.
Ayush Ranjan
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-09
Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.
Mithun Iyer
2020-11-05
Use stack.Route exclusively for writing packets
Ghanan Gowripalan
2020-11-04
Unlock tcp endpoint mutex before blocking forever.
Dean Deng
2020-11-03
Release mutex before blocking during TCP handshake route resolution.
Dean Deng
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-10-09
TCP Receive window advertisement fixes.
Bhasker Hariharan
2020-10-05
Remove AssignableAddressEndpoint.NetworkEndpoint
Ghanan Gowripalan
2020-09-24
Change segment/pending queue to use receive buffer limits.
Bhasker Hariharan
2020-09-23
Extract ICMP error sender from UDP
Julian Elischer
2020-09-08
Improve type safety for transport protocol options
Ghanan Gowripalan
2020-08-27
Add function to get error from a tcpip.Endpoint
Ghanan Gowripalan
2020-08-24
Automated rollback of changelist 327325153
Ghanan Gowripalan
2020-08-18
RACK: Create a new list for segments.
Nayana Bidari
[next]