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
2020-09-02
Fix Accept to not return error for sockets in accept queue.
Bhasker Hariharan
2020-09-01
Fix handling of unacceptable ACKs during close.
Mithun Iyer
2020-09-01
Automated rollback of changelist 328350576
Nayana Bidari
2020-08-27
Improve type safety for socket options
Ghanan Gowripalan
2020-08-27
Add function to get error from a tcpip.Endpoint
Ghanan Gowripalan
2020-08-25
Only send an ICMP error message if UDP checksum is valid.
Toshi Kikuchi
2020-08-25
Add option to replace linkAddrCache with neighborCache
Sam Balana
2020-08-25
Support SO_LINGER socket option.
Nayana Bidari
2020-08-25
Fix TCP_LINGER2 behavior to match linux.
Bhasker Hariharan
2020-08-24
Automated rollback of changelist 327325153
Ghanan Gowripalan
2020-08-20
Skip listening TCP ports when trying to bind a free port.
Bhasker Hariharan
2020-08-18
RACK: Create a new list for segments.
Nayana Bidari
2020-08-14
Use a single NetworkEndpoint per NIC per protocol
Ghanan Gowripalan
2020-08-14
Give the ICMP Code its own type
Julian Elischer
2020-08-13
Use the user supplied MSS for accepted connections
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-10
Populate IPPacketInfo with destination address
Ghanan Gowripalan
2020-08-08
Use unicast source for ICMP echo replies
Ghanan Gowripalan
2020-08-07
tcp: change the limit of TCP_LINGER2
Andrei Vagin
2020-08-05
Add loss recovery option for TCP.
Nayana Bidari
2020-08-04
Update variables for implementation of RACK in TCP
Nayana Bidari
2020-07-31
iptables: support SO_ORIGINAL_DST
Kevin Krakauer
2020-07-30
Fix TCP CurrentConnected counter updates.
Mithun Iyer
2020-07-30
Revert change to default buffer size.
Bhasker Hariharan
2020-07-30
Use brodcast MAC for broadcast IPv4 packets
Ghanan Gowripalan
2020-07-28
Redirect TODO to GitHub issues
Fabricio Voznika
2020-07-27
Fix memory accounting in TCP pending segment queue.
Bhasker Hariharan
2020-07-23
Add AfterFunc to tcpip.Clock
Sam Balana
2020-07-23
Merge pull request #3207 from kevinGC:icmp-connect
gVisor bot
2020-07-23
Fix wildcard bind for raw socket.
Bhasker Hariharan
2020-07-22
make connect(2) fail when dest is unreachable
Kevin Krakauer
2020-07-22
Support for receiving outbound packets in AF_PACKET.
Bhasker Hariharan
2020-07-16
Add support to return protocol in recvmsg for AF_PACKET.
Bhasker Hariharan
2020-07-15
Add support for SO_ERROR to packet sockets.
Bhasker Hariharan
2020-07-13
garbage collect connections
Kevin Krakauer
2020-07-11
Stub out SO_DETACH_FILTER.
Bhasker Hariharan
2020-07-09
Discard multicast UDP source address.
gVisor bot
2020-07-09
Add support for IP_HDRINCL IP option for raw sockets.
Bhasker Hariharan
2020-07-08
Avoid accidental zero-checksum
Tamir Duberstein
2020-07-07
Set IPv4 ID on all non-atomic datagrams
Tony Gong
2020-07-07
icmp: When setting TransportHeader, remove from the Data portion.
Ting-Yu Wang
2020-07-06
Add support for SO_RCVBUF/SO_SNDBUF for AF_PACKET sockets.
Bhasker Hariharan
2020-07-06
Shard some slow tests.
Ting-Yu Wang
2020-07-06
Remove dependency on pkg/binary
Tamir Duberstein
2020-07-05
Add wakers synchronously
Tamir Duberstein
2020-07-01
TCP receive should block when in SYN-SENT state.
Mithun Iyer
2020-06-30
Fix two bugs in TCP sender.
Bhasker Hariharan
2020-06-30
Avoid multiple atomic loads
Tamir Duberstein
2020-06-26
IPv6 raw sockets. Needed for ip6tables.
Kevin Krakauer
[next]