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
/
endpoint.go
Age
Commit message (
Expand
)
Author
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-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
Wake up any waiters on an ICMP error on UDP socket.
Bhasker Hariharan
2020-10-23
Support getsockopt for SO_ACCEPTCONN.
Nayana Bidari
2020-09-29
Don't allow broadcast/multicast source address
Ghanan Gowripalan
2020-09-23
Extract ICMP error sender from UDP
Julian Elischer
2020-09-17
{Set,Get} SO_LINGER on all endpoints.
Nayana Bidari
2020-09-14
Store multicast memberships in a set
Tamir Duberstein
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-20
Skip listening TCP ports when trying to bind a free port.
Bhasker Hariharan
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
2020-07-23
Add AfterFunc to tcpip.Clock
Sam Balana
2020-07-11
Stub out SO_DETACH_FILTER.
Bhasker Hariharan
2020-07-09
Discard multicast UDP source address.
gVisor bot
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-23
Add support for SO_REUSEADDR to TCP sockets/endpoints.
Ian Gudger
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-06-10
Add support for SO_REUSEADDR to UDP sockets/endpoints.
Ian Gudger
2020-06-09
Fix write hang bug found by syzkaller.
gVisor bot
2020-06-07
netstack: parse incoming packet headers up-front
Kevin Krakauer
2020-06-05
Fix copylocks error about copying IPTables.
Ting-Yu Wang
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-05-20
Internal change.
gVisor bot
2020-05-01
Automated rollback of changelist 308674219
Kevin Krakauer
2020-04-27
Automated rollback of changelist 308163542
gVisor bot
2020-04-23
Remove View.First() and View.RemoveFirst()
Kevin Krakauer
2020-04-21
Automated rollback of changelist 307477185
gVisor bot
2020-04-17
Remove View.First() and View.RemoveFirst()
Kevin Krakauer
2020-04-17
Permit setting unknown options
Tamir Duberstein
2020-04-09
Convert int and bool socket options to use GetSockOptInt and GetSockOptBool
Andrei Vagin
2020-03-26
Support owner matching for iptables.
Nayana Bidari
2020-03-24
Move tcpip.PacketBuffer and IPTables to stack package.
Bhasker Hariharan
2020-03-03
Fix datarace on TransportEndpointInfo.ID and clean up semantics.
Ian Gudger
[next]