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
/
accept.go
Age
Commit message (
Expand
)
Author
2021-07-01
Mix checklocks and atomic analyzers.
Adin Scannell
2021-06-04
Honor data and FIN from the ACK completing handshake
Mithun Iyer
2021-06-01
Ignore RST received for a TCP listener
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-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-16
Enlarge port range and fix integer overflow
Kevin Krakauer
2021-04-13
Fix listener close, client connect race
Mithun Iyer
2021-04-12
Drop locks before calling waiterQueue.Notify
Tamir Duberstein
2021-04-10
Use the SecureRNG to generate listener nonces
Tamir Duberstein
2021-04-10
Don't store accepted endpoints in a channel
Tamir Duberstein
2021-04-09
Remove duplicate accept queue fullness check
Tamir Duberstein
2021-04-09
Propagate SYN handling error
Tamir Duberstein
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-16
Fix a race with synRcvdCount and accept
Mithun Iyer
2021-03-11
improve readability of ports package
Kevin Krakauer
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-26
Drop nicID from transport endpoint reg/cleanup fns
Ghanan Gowripalan
2021-01-14
Remove impossible errors
Tamir Duberstein
2021-01-13
Do not resolve remote link address at transport layer
Ghanan Gowripalan
2020-12-22
Invoke address resolution upon subsequent traffic to Failed neighbor
Peter Johnston
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-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-10-23
Decrement e.synRcvdCount once handshake is complete.
Bhasker Hariharan
2020-08-13
Use the user supplied MSS for accepted connections
Ghanan Gowripalan
2020-08-04
Update variables for implementation of RACK in TCP
Nayana Bidari
2020-06-23
Add support for SO_REUSEADDR to TCP sockets/endpoints.
Ian Gudger
2020-06-15
TCP to honor updated window size during handshake.
Mithun Iyer
2020-06-10
Add support for SO_REUSEADDR to UDP sockets/endpoints.
Ian Gudger
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-16
Fix data race in tcp_test.
Bhasker Hariharan
2020-04-15
Reset pending connections on listener close
Mithun Iyer
2020-03-26
Support owner matching for iptables.
Nayana Bidari
2020-03-25
Fix data-race in endpoint.Readiness
Bhasker Hariharan
2020-03-24
Add support for setting TCP segment hash.
Bhasker Hariharan
2020-03-19
Address comments on workMu removal change.
Bhasker Hariharan
2020-03-19
Remove workMu from tcpip.Endpoint.
Bhasker Hariharan
2020-02-27
Fix a race in TCP endpoint teardown and teardown the stack in tcp_test.
Ian Gudger
2020-02-24
Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.
Ian Gudger
2020-01-31
Fix method comment to match method name.
Ian Gudger
[next]