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
Age
Commit message (
Expand
)
Author
2021-05-05
Fix a race in reading last seen ICMP error during handshake
Mithun Iyer
2021-05-04
Fix tcp_test listen backlog expectation
Mithun Iyer
2021-05-04
Use cmp.Diff for tcpip.Error comparison
Mithun Iyer
2021-05-03
Convey GSO capabilities through GSOEndpoint
Ghanan Gowripalan
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-20
Expose header methods that validate checksums
Arthur Sfez
2021-04-19
De-duplicate TCP state in TCPEndpointState vs tcp.endpoint
Nick Brown
2021-04-19
Fix TCP RACK flaky unit tests.
Nayana Bidari
2021-04-16
Enlarge port range and fix integer overflow
Kevin Krakauer
2021-04-15
Reduce tcp_x_test runtime and memory usage
Kevin Krakauer
2021-04-15
Use nicer formatting for IP addresses in tests
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
Move maxListenBacklog check to sentry
Mithun Iyer
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-24
Unexpose immutable fields in stack.Route
Nick Brown
2021-03-23
Use constant (TestInitialSequenceNumber) instead of integer (789) in tests.
Nayana Bidari
2021-03-16
Fix tcp_fin_retransmission_netstack_test
Zeling Feng
2021-03-16
Fix a race with synRcvdCount and accept
Mithun Iyer
2021-03-15
Make netstack (//pkg/tcpip) buildable for 32 bit
Kevin Krakauer
2021-03-11
improve readability of ports package
Kevin Krakauer
2021-03-09
Give TCP flags a dedicated type
Zeling Feng
2021-03-08
Implement /proc/sys/net/ipv4/ip_local_port_range
Kevin Krakauer
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-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-25
RACK: recovery logic should check for receive window before re-transmitting.
Nayana Bidari
2021-02-11
[rack] TLP: ACK Processing and PTO scheduling.
Ayush Ranjan
2021-02-11
[netstack] Fix recovery entry and exit checks.
Ayush Ranjan
2021-02-10
RACK: Fix re-transmitting the segment twice when entering recovery.
Nayana Bidari
2021-02-09
Add support for setting SO_SNDBUF for unix domain sockets.
Bhasker Hariharan
2021-02-08
RACK: Detect loss
Nayana Bidari
2021-02-03
Add a function to enable RACK in tests.
Nayana Bidari
2021-02-02
Rename HandleNDupAcks in TCP.
Nayana Bidari
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
Confirm neighbor reachability with TCP ACKs
Ghanan Gowripalan
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
[next]