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
2020-01-09
New sync package.
Ian Gudger
2020-01-09
Merge pull request #1523 from majek:fix-1522-silly-window-rx
gVisor bot
2020-01-09
Change BindToDeviceOption to store NICID
Eyal Soha
2020-01-08
Introduce tcpip.SockOptBool
Tamir Duberstein
2020-01-08
Rename tcpip.SockOpt{,Int}
Tamir Duberstein
2020-01-08
Fix #1522 - implement silly window sydrome protection on rx side
Marek Majkowski
2020-01-07
#1398 - send ACK when available buffer space gets larger than 1 MSS
Marek Majkowski
2019-12-18
net/tcp: allow to call listen without bind
Andrei Vagin
2019-12-11
Add support for TCP_USER_TIMEOUT option.
Bhasker Hariharan
2019-12-09
Add UDP SO_REUSEADDR support to the port manager.
Ian Gudger
2019-11-22
Store SO_BINDTODEVICE state at bind.
Ian Gudger
2019-11-07
Add support for TIME_WAIT timeout.
Bhasker Hariharan
2019-11-06
Rename nicid to nicID to follow go-readability initialisms
Ghanan Gowripalan
2019-11-06
Internal change.
gVisor bot
2019-11-06
Use PacketBuffers, rather than VectorisedViews, in netstack.
Kevin Krakauer
2019-10-30
Store endpoints inside multiPortEndpoint in a sorted order
Andrei Vagin
2019-10-29
Add endpoint tracking to the stack.
Ian Gudger
2019-10-29
Allow waiting for Endpoint worker goroutines to finish.
Ian Gudger
2019-10-28
Use the user supplied TCP MSS when creating a new active socket
Ghanan Gowripalan
2019-10-25
Convert DelayOption to the newer/faster SockOpt int type.
Ian Gudger
2019-10-23
Merge pull request #641 from tanjianfeng:master
gVisor bot
2019-10-22
netstack/tcp: software segmentation offload
Andrei Vagin
2019-10-15
netstack: add counters for tcp CurrEstab and EstabResets
Jianfeng Tan
2019-10-14
Internal change.
gVisor bot
2019-10-09
Internal change.
gVisor bot
2019-10-07
Implement IP_TTL.
Ian Gudger
2019-09-30
Fix bugs in PickEphemeralPort for TCP.
Bhasker Hariharan
2019-09-27
Implement SO_BINDTODEVICE sockopt
gVisor bot
2019-09-23
netstack: convert more socket options to {Set,Get}SockOptInt
Andrei Vagin
2019-09-12
Implement splice methods for pipes and sockets.
Adin Scannell
2019-08-21
Use tcpip.Subnet in tcpip.Route
Tamir Duberstein
2019-08-16
netstack: disconnect an unix socket only if the address family is AF_UNSPEC
Andrei Vagin
2019-08-15
netstack: move resumption logic into *_state.go
Tamir Duberstein
2019-08-14
Replace uinptr with int64 when returning lengths
Tamir Duberstein
2019-08-14
Improve SendMsg performance.
Bhasker Hariharan
2019-08-08
netstack: Don't start endpoint goroutines too soon on restore.
Rahat Mahmood
2019-08-06
Fix for a panic due to writing to a closed accept channel.
Bhasker Hariharan
2019-08-02
Plumbing for iptables sockopts.
Kevin Krakauer
2019-08-02
Automated rollback of changelist 261191548
Rahat Mahmood
2019-08-01
Implement getsockopt(TCP_INFO).
Rahat Mahmood
2019-07-23
Deduplicate EndpointState.connected some
Tamir Duberstein
2019-07-18
net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ)
Andrei Vagin
2019-07-12
Stub out support for TCP_MAXSEG.
Bhasker Hariharan
2019-07-03
netstack/udp: connect with the AF_UNSPEC address family means disconnect
Andrei Vagin
2019-06-21
Fix the logic for sending zero window updates.
Bhasker Hariharan
2019-06-13
Add support for TCP receive buffer auto tuning.
Bhasker Hariharan
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-12
Add support for TCP_CONGESTION socket option.
Bhasker Hariharan
2019-06-06
Track and export socket state.
Rahat Mahmood
2019-05-31
Change segment queue limit to be of fixed size.
Bhasker Hariharan
[next]