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.go
Age
Commit message (
Expand
)
Author
2021-05-22
Remove detritus
Tamir Duberstein
2021-05-20
Add protocol state to TCPINFO
Mithun Iyer
2021-05-13
Apply SWS avoidance to ACKs with window updates
Mithun Iyer
2021-05-05
Fix a race in reading last seen ICMP error during handshake
Mithun Iyer
2021-04-22
Fix AF_UNIX listen() w/ zero backlog.
Bhasker Hariharan
2021-04-21
Only carry GSO options in the packet buffer
Ghanan Gowripalan
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-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
Move maxListenBacklog check to sentry
Mithun Iyer
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-16
Fix a race with synRcvdCount and accept
Mithun Iyer
2021-03-11
improve readability of ports package
Kevin Krakauer
2021-03-08
Implement /proc/sys/net/ipv4/ip_local_port_range
Kevin Krakauer
2021-03-03
Make dedicated methods for data operations in PacketBuffer
Ting-Yu Wang
2021-03-03
Add checklocks analyzer.
Bhasker Hariharan
2021-03-01
tcp: endpoint.Write has to send all data that has been read from payload
Andrei Vagin
2021-02-26
Fix panic due to zero length writes in TCP.
Bhasker Hariharan
2021-02-09
Add support for setting SO_SNDBUF for unix domain sockets.
Bhasker Hariharan
2021-02-02
Add support for rate limiting out of window ACKs.
Bhasker Hariharan
2021-02-01
Refactor HandleControlPacket/SockError
Ghanan Gowripalan
2021-01-28
RACK: Update reorder window.
Nayana Bidari
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-27
Add support for more fields in netstack for TCP_INFO
Nayana Bidari
2021-01-26
Initialize the send buffer handler in endpoint creation.
Nayana Bidari
2021-01-26
Drop nicID from transport endpoint reg/cleanup fns
Ghanan Gowripalan
2021-01-26
Move SO_SNDBUF to socketops.
Nayana Bidari
2021-01-25
Unlock tcp endpoint on zero-length atomic writes
Tamir Duberstein
2021-01-22
Define tcpip.Payloader in terms of io.Reader
Tamir Duberstein
2021-01-15
Remove count argument from tcpip.Endpoint.Read
Tamir Duberstein
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
Drop TransportEndpointID from HandleControlPacket
Ghanan Gowripalan
2021-01-12
Remove unnecessary closure
Tamir Duberstein
2021-01-12
[rack] Set up TLP timer and configure timeout.
Ayush Ranjan
2021-01-07
netstack: Refactor tcpip.Endpoint.Read
Ting-Yu Wang
2020-12-22
Move SO_BINDTODEVICE to socketops.
Nayana Bidari
2020-12-22
Invoke address resolution upon subsequent traffic to Failed neighbor
Peter Johnston
2020-12-17
[netstack] Implement IP(V6)_RECVERR socket option.
Ayush Ranjan
2020-12-16
Add support to count the number of packets SACKed.
Nayana Bidari
2020-12-14
Move SO_LINGER option to socketops.
Nayana Bidari
2020-12-14
Move SO_ERROR and SO_OOBINLINE option to socketops.
Nayana Bidari
2020-12-11
[netstack] Decouple tcpip.ControlMessages from the IP control messges.
Ayush Ranjan
2020-12-02
[netstack] Add back EndpointInfo struct in tcp.
Ayush Ranjan
2020-11-26
[netstack] Add SOL_TCP options to SocketOptions.
Ayush Ranjan
[next]