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
/
udp
Age
Commit message (
Expand
)
Author
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-03
Make `stack.Route` thread safe
Peter Johnston
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
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_NO_CHECK option to SocketOptions.
Ayush Ranjan
2020-11-18
Fix loopback subnet routing error
Ghanan Gowripalan
2020-11-18
[netstack] Move SO_PASSCRED option to SocketOptions.
Ayush Ranjan
2020-11-17
Fix possible deadlock in UDP.Write().
Bhasker Hariharan
2020-11-12
Refactor SOL_SOCKET options
Nayana Bidari
2020-11-12
Move packet handling to NetworkEndpoint
Ghanan Gowripalan
2020-11-11
Teach netstack how to add options to IPv4 packets
Julian Elischer
2020-11-06
Do not send to the zero port
Ghanan Gowripalan
2020-11-05
Use stack.Route exclusively for writing packets
Ghanan Gowripalan
2020-10-27
Add support for Timestamp and RecordRoute IP options
Julian Elischer
2020-10-27
Wake up any waiters on an ICMP error on UDP socket.
Bhasker Hariharan
2020-10-23
Support getsockopt for SO_ACCEPTCONN.
Nayana Bidari
2020-10-22
Pass NetworkInterface to LinkAddressRequest
Ghanan Gowripalan
2020-10-11
Assign ep.effectiveNetProtos in UDP forwarder's CreateEndpoint
patr0nus
2020-10-09
Automated rollback of changelist 336304024
Ghanan Gowripalan
2020-10-09
Automated rollback of changelist 336185457
Bhasker Hariharan
2020-10-08
Do not resolve routes immediately
Ghanan Gowripalan
2020-10-05
Fix IPv4 ICMP echo handler to copy options
Julian Elischer
2020-09-29
Don't allow broadcast/multicast source address
Ghanan Gowripalan
2020-09-29
Discard IP fragments as soon as it expires
Toshi Kikuchi
2020-09-29
Trim Network/Transport Endpoint/Protocol
Ghanan Gowripalan
2020-09-29
Move IP state from NIC to NetworkEndpoint/Protocol
Ghanan Gowripalan
2020-09-28
Support creating protocol instances with Stack ref
Ghanan Gowripalan
2020-09-24
Remove useless endpoint construction
Tamir Duberstein
2020-09-23
Extract ICMP error sender from UDP
Julian Elischer
2020-09-18
Use common parsing utilities when sniffing
Ghanan Gowripalan
2020-09-17
{Set,Get} SO_LINGER on all endpoints.
Nayana Bidari
2020-09-15
Don't conclude broadcast from route destination
Ghanan Gowripalan
2020-09-14
Store multicast memberships in a set
Tamir Duberstein
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-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-20
Skip listening TCP ports when trying to bind a free port.
Bhasker Hariharan
2020-08-14
Use a single NetworkEndpoint per NIC per protocol
Ghanan Gowripalan
2020-08-13
Migrate to PacketHeader API for PacketBuffer.
Ting-Yu Wang
2020-08-10
Populate IPPacketInfo with destination address
Ghanan Gowripalan
2020-08-08
Use unicast source for ICMP echo replies
Ghanan Gowripalan
2020-07-30
Use brodcast MAC for broadcast IPv4 packets
Ghanan Gowripalan
[next]