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_state.go
Age
Commit message (
Expand
)
Author
2021-09-01
Support sending with packet sockets
Ghanan Gowripalan
2021-09-01
Extract network datagram endpoint common facilities
Ghanan Gowripalan
2021-05-25
Use opaque types to represent time
Tamir Duberstein
2021-04-20
Move SO_RCVBUF to socketops.
Nayana Bidari
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-26
Initialize the send buffer handler in endpoint creation.
Nayana Bidari
2021-01-26
Drop nicID from transport endpoint reg/cleanup fns
Ghanan Gowripalan
2021-01-26
Move SO_SNDBUF to socketops.
Nayana Bidari
2020-11-30
Fix deadlock in UDP handleControlPacket path.
Bhasker Hariharan
2020-11-25
[netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions.
Ayush Ranjan
2020-11-18
Fix loopback subnet routing error
Ghanan Gowripalan
2020-09-14
Store multicast memberships in a set
Tamir Duberstein
2020-05-20
Internal change.
gVisor bot
2020-03-03
Fix datarace on TransportEndpointInfo.ID and clean up semantics.
Ian Gudger
2019-11-22
Store SO_BINDTODEVICE state at bind.
Ian Gudger
2019-10-09
Internal change.
gVisor bot
2019-08-29
Implement /proc/net/udp.
Rahat Mahmood
2019-08-21
Support binding to multicast and broadcast addresses
Chris Kuiper
2019-08-15
Don't dereference errors passed to panic()
Tamir Duberstein
2019-08-15
netstack: move resumption logic into *_state.go
Tamir Duberstein
2019-08-08
netstack: Don't start endpoint goroutines too soon on restore.
Rahat Mahmood
2019-07-03
netstack/udp: connect with the AF_UNSPEC address family means disconnect
Andrei Vagin
2019-06-13
Update canonical repository.
Adin Scannell
2019-05-02
Support reception of multicast data on more than one socket
Chris Kuiper
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-08
Implement IP_MULTICAST_LOOP.
Ian Gudger
2019-02-07
Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.
Ian Gudger
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-09-12
Prevent UDP sockets from binding to bound ports
Tamir Duberstein
2018-07-09
Switch netstack licenses to Apache 2.0.
Nicolas Lacasse
2018-05-17
Fix sendto for dual stack UDP sockets
Ian Gudger
2018-05-01
Add support for ping sockets
Ian Gudger
2018-04-28
Check in gVisor.
Googler