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
Age
Commit message (
Expand
)
Author
2021-07-20
Enable RACK by default in netstack.
Nayana Bidari
2021-07-20
Expose local address from raw sockets
Ghanan Gowripalan
2021-07-20
Add go:build directives as required by Go 1.17's gofmt.
Jamie Liu
2021-07-14
Set tcp endpoint state atomically
Tamir Duberstein
2021-07-12
netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpip
Kevin Krakauer
2021-07-08
Do not queue zero sized segments.
Bhasker Hariharan
2021-07-01
Mix checklocks and atomic analyzers.
Adin Scannell
2021-06-28
netstack: deflake TestSynRcvdBadSeqNumber
Kevin Krakauer
2021-06-25
Remove sndQueue as its pointless now.
Bhasker Hariharan
2021-06-22
Wake up Writers when tcp socket is shutdown for writes.
Bhasker Hariharan
2021-06-22
netstack: further deflake tcp_test
Kevin Krakauer
2021-06-21
clean up tcpdump TODOs
Kevin Krakauer
2021-06-21
netstack: don't ACK SYNs in TIME-WAIT
Kevin Krakauer
2021-06-17
raw sockets: don't overwrite destination address
Kevin Krakauer
2021-06-16
Fix broken hdrincl test
Kevin Krakauer
2021-06-14
Cleanup iptables bug TODOs
Kevin Krakauer
2021-06-04
Honor data and FIN from the ACK completing handshake
Mithun Iyer
2021-06-01
Ensure full shutdown of endpoint on notifyClose
Mithun Iyer
2021-06-01
Ignore RST received for a TCP listener
Mithun Iyer
2021-05-27
Support SO_BINDTODEVICE in ICMP sockets
Sam Balana
2021-05-27
Use fake clocks in all tests
Tamir Duberstein
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-05-25
Use opaque types to represent time
Tamir Duberstein
2021-05-22
Remove detritus
Tamir Duberstein
2021-05-21
Add aggregated NIC stats
Arthur Sfez
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-12
Fix not calling decRef on merged segments
Ting-Yu Wang
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-29
Fix up TODOs in the code
Fabricio Voznika
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
[next]