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-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
2020-04-30
FIFO QDisc implementation
Bhasker Hariharan
2020-04-19
Don't accept segments outside the receive window
Eyal Soha
2020-04-16
Reset pending connections on listener shutdown.
Mithun Iyer
2020-04-15
Reset pending connections on listener close
Mithun Iyer
2020-04-03
Refactor software GSO code.
Bhasker Hariharan
2020-03-26
Support owner matching for iptables.
Nayana Bidari
2020-03-24
Add support for setting TCP segment hash.
Bhasker Hariharan
2020-03-24
Move tcpip.PacketBuffer and IPTables to stack package.
Bhasker Hariharan
2020-03-20
Remove unused variable `sndNxtList`.
Ting-Yu Wang
2020-03-19
Remove workMu from tcpip.Endpoint.
Bhasker Hariharan
2020-03-11
Fix memory leak in danglingEndpoints.
Bhasker Hariharan
[next]