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
/
protocol.go
Age
Commit message (
Expand
)
Author
2021-10-12
Create constants for Keepalive defaults.
Bhasker Hariharan
2021-08-30
Avoid pseudo endpoint for TSVal generation
Zeling Feng
2021-08-26
Centralize TCP timestamp logic
Tamir Duberstein
2021-08-24
Measure RTT during handshake since Linux does the same
Zeling Feng
2021-08-19
Use a hash function to generate tcp timestamp offset
Zeling Feng
2021-08-18
Split TCP secrets from Stack to tcp.protocol
Zeling Feng
2021-07-20
Enable RACK by default in netstack.
Nayana Bidari
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-22
Remove detritus
Tamir Duberstein
2021-04-21
Only carry GSO options in the packet buffer
Ghanan Gowripalan
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-09
Give TCP flags a dedicated type
Zeling Feng
2021-01-28
Change tcpip.Error to an interface
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-11-25
Make stack.Route safe to access concurrently
Ghanan Gowripalan
2020-11-05
Use stack.Route exclusively for writing packets
Ghanan Gowripalan
2020-09-29
Trim Network/Transport Endpoint/Protocol
Ghanan Gowripalan
2020-09-28
Support creating protocol instances with Stack ref
Ghanan Gowripalan
2020-09-23
Extract ICMP error sender from UDP
Julian Elischer
2020-09-18
Use common parsing utilities when sniffing
Ghanan Gowripalan
2020-09-08
Improve type safety for transport protocol options
Ghanan Gowripalan
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-07
tcp: change the limit of TCP_LINGER2
Andrei Vagin
2020-08-05
Add loss recovery option for TCP.
Nayana Bidari
2020-07-30
Revert change to default buffer size.
Bhasker Hariharan
2020-07-27
Fix memory accounting in TCP pending segment queue.
Bhasker Hariharan
2020-07-05
Add wakers synchronously
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-07
netstack: parse incoming packet headers up-front
Kevin Krakauer
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-05-13
Fix TCP segment retransmit timeout handling.
Mithun Iyer
2020-05-13
Stub support for TCP_SYNCNT and TCP_WINDOW_CLAMP.
Bhasker Hariharan
2020-04-16
Reset pending connections on listener shutdown.
Mithun Iyer
2020-04-16
Fix data race in tcp_test.
Bhasker Hariharan
2020-04-14
Reduce flakiness in tcp_test.
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-19
Remove workMu from tcpip.Endpoint.
Bhasker Hariharan
2020-02-24
Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.
Ian Gudger
2020-01-14
Changes TCP packet dispatch to use a pool of goroutines.
Bhasker Hariharan
2020-01-09
New sync package.
Ian Gudger
2019-12-11
Add support for TCP_USER_TIMEOUT option.
Bhasker Hariharan
2019-11-07
Add support for TIME_WAIT timeout.
Bhasker Hariharan
[next]