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-01-31
Hide neighbor table kind from NetworkEndpoint
Ghanan Gowripalan
2021-01-28
RACK: Update reorder window.
Nayana Bidari
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-28
Respect SO_BINDTODEVICE in unconnected UDP writes
Marina Ciocea
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
2021-01-26
Implement error on pointers
Tamir Duberstein
2021-01-26
Fix couple of potential route leaks.
Bhasker Hariharan
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-15
[rack] Retransmit the probe segment after the probe timer expires.
Ayush Ranjan
2021-01-15
Populate EgressRoute, GSO, Netproto for batch writes
Ghanan Gowripalan
2021-01-14
Remove impossible errors
Tamir Duberstein
2021-01-13
Do not resolve remote link address at transport layer
Ghanan Gowripalan
2021-01-13
Clean up the dummy network interface used by UDP tests
Arthur Sfez
2021-01-13
[rack] TLP: Recovery detection.
Ayush Ranjan
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-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2021-01-07
netstack: Refactor tcpip.Endpoint.Read
Ting-Yu Wang
2021-01-06
Support add/remove IPv6 multicast group sock opt
Ghanan Gowripalan
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-21
RLock Endpoint in raw.Endpoint.HandlePacket
Kevin Krakauer
2020-12-17
[netstack] Implement IP(V6)_RECVERR socket option.
Ayush Ranjan
2020-12-16
Automated rollback of changelist 346565589
gVisor bot
2020-12-16
Add support to count the number of packets SACKed.
Nayana Bidari
2020-12-16
Ensure correctness of saved receive window
Mithun Iyer
2020-12-15
Fix error code for connect in raw sockets.
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-12
Introduce IPv6 extension header serialization facilities
Bruno Dal Bo
2020-12-11
Fix panic when IPv4 address is used in sendmsg for IPv6 sockets
Nayana Bidari
2020-12-11
[netstack] Decouple tcpip.ControlMessages from the IP control messges.
Ayush Ranjan
2020-12-09
Add support for IP_RECVORIGDSTADDR IP option.
Bhasker Hariharan
2020-12-09
Cap UDP payload size to length informed in UDP header
Bruno Dal Bo
2020-12-05
Fix zero receive window advertisements.
Mithun Iyer
2020-12-03
Make `stack.Route` thread safe
Peter Johnston
2020-12-03
Support partitions for other tests.
Adin Scannell
2020-12-02
Extract ICMPv4/v6 specific stats to their own types
Arthur Sfez
2020-12-02
[netstack] Add back EndpointInfo struct in tcp.
Ayush Ranjan
2020-11-30
Fix deadlock in UDP handleControlPacket path.
Bhasker Hariharan
2020-11-26
[netstack] Add SOL_TCP options to SocketOptions.
Ayush Ranjan
2020-11-25
[netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions.
Ayush Ranjan
2020-11-25
Make stack.Route safe to access concurrently
Ghanan Gowripalan
[next]