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
/
tcpip.go
Age
Commit message (
Expand
)
Author
2020-12-07
Export IGMP stats
Arthur Sfez
2020-12-02
Extract ICMPv4/v6 specific stats to their own types
Arthur Sfez
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
Support listener-side MLDv1
Ghanan Gowripalan
2020-11-24
Extract IGMPv2 core state machine
Ghanan Gowripalan
2020-11-19
Perform IGMPv2 when joining IPv4 multicast groups
Ryan Heacock
2020-11-19
Remove unused NoChecksumOption
Bruno Dal Bo
2020-11-18
[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.
Ayush Ranjan
2020-11-18
[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.
Ayush Ranjan
2020-11-18
[netstack] Move SO_PASSCRED option to SocketOptions.
Ayush Ranjan
2020-11-12
Refactor SOL_SOCKET options
Nayana Bidari
2020-11-12
Move packet handling to NetworkEndpoint
Ghanan Gowripalan
2020-10-27
Add support for Timestamp and RecordRoute IP options
Julian Elischer
2020-10-27
Add basic address deletion to netlink
Ian Lewis
2020-10-23
Support getsockopt for SO_ACCEPTCONN.
Nayana Bidari
2020-10-16
Enable IPv6 WriteHeaderIncludedPacket
Ghanan Gowripalan
2020-09-29
Don't allow broadcast/multicast source address
Ghanan Gowripalan
2020-09-29
Move IP state from NIC to NetworkEndpoint/Protocol
Ghanan Gowripalan
2020-09-26
Remove generic ICMP errors
Ghanan Gowripalan
2020-09-23
Extract ICMP error sender from UDP
Julian Elischer
2020-09-18
Count packets dropped by iptables in IPStats
Kevin Krakauer
2020-09-16
Automated rollback of changelist 329526153
Nayana Bidari
2020-09-08
Improve type safety for transport protocol options
Ghanan Gowripalan
2020-09-02
Fix Accept to not return error for sockets in accept queue.
Bhasker Hariharan
2020-09-01
Automated rollback of changelist 328350576
Nayana Bidari
2020-08-28
Improve type safety for network protocol options
Ghanan Gowripalan
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
Clarify comment on NetworkProtocolNumber.
Bhasker Hariharan
2020-08-25
Add option to replace linkAddrCache with neighborCache
Sam Balana
2020-08-25
Support SO_LINGER socket option.
Nayana Bidari
2020-08-13
Ensure TCP TIME-WAIT is not terminated prematurely.
Bhasker Hariharan
2020-08-10
Populate IPPacketInfo with destination address
Ghanan Gowripalan
2020-07-31
iptables: support SO_ORIGINAL_DST
Kevin Krakauer
2020-07-30
Use brodcast MAC for broadcast IPv4 packets
Ghanan Gowripalan
2020-07-23
Add AfterFunc to tcpip.Clock
Sam Balana
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-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-07
Set IPv4 ID on all non-atomic datagrams
Tony Gong
2020-06-26
Implement SO_NO_CHECK socket option.
gVisor bot
2020-06-24
Add support for Stack level options.
Bhasker Hariharan
2020-06-19
Implement UDP cheksum verification.
gVisor bot
2020-06-18
Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.
Bhasker Hariharan
2020-05-20
Internal change.
gVisor bot
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
[next]