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-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
2020-08-13
Migrate to PacketHeader API for PacketBuffer.
Ting-Yu Wang
2020-08-13
Ensure TCP TIME-WAIT is not terminated prematurely.
Bhasker Hariharan
2020-08-04
Update variables for implementation of RACK in TCP
Nayana Bidari
2020-07-30
Fix TCP CurrentConnected counter updates.
Mithun Iyer
2020-07-22
make connect(2) fail when dest is unreachable
Kevin Krakauer
2020-06-30
Avoid multiple atomic loads
Tamir Duberstein
2020-06-24
Add support for Stack level options.
Bhasker Hariharan
2020-06-18
Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.
Bhasker Hariharan
2020-06-17
TCP stat fixes
Mithun Iyer
2020-06-15
TCP to honor updated window size during handshake.
Mithun Iyer
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-05-29
Move TCP to CLOSED from SYN-RCVD on RST.
Mithun Iyer
[next]