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
/
test
/
syscalls
/
linux
/
socket_ipv4_udp_unbound.cc
Age
Commit message (
Expand
)
Author
2021-09-14
Compose raw IP with datagram-based endpoint
Ghanan Gowripalan
2021-09-14
Use a shared method to get loopback index
Ghanan Gowripalan
2021-07-22
Move socket_test_util to //test/util
Ghanan Gowripalan
2021-04-20
Move SO_RCVBUF to socketops.
Nayana Bidari
2021-04-15
Disable failing socket_ipv4_udp_unbound_loopback_test_linux tests.
Dean Deng
2021-04-13
Remove _NoRandomSave tests.
Adin Scannell
2021-04-12
Make AsSockAddr() to replace reinterpret_cast<sockaddr*>
Ting-Yu Wang
2021-01-26
Move SO_SNDBUF to socketops.
Nayana Bidari
2020-12-09
Add support for IP_RECVORIGDSTADDR IP option.
Bhasker Hariharan
2020-10-24
Avoid excessive save/restore cycles in socket_ipv4_udp_unbound tests.
Jamie Liu
2020-10-23
Fix socket_ipv4_udp_unbound_loopback_test_linux
Zach Koopmans
2020-09-21
Fix socket_ipv4_udp_unbound_test_native in opensource.
Zach Koopmans
2020-08-21
Move udp port exhaustion tests to a 'nogotsan' one.
Ting-Yu Wang
2020-08-20
Skip listening TCP ports when trying to bind a free port.
Bhasker Hariharan
2020-08-10
Populate IPPacketInfo with destination address
Ghanan Gowripalan
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-05
Fix error code returned due to Port exhaustion.
Bhasker Hariharan
2020-02-13
Internal change.
gVisor bot
2020-02-07
Refactor syscall tests
Jay Zhuang
2019-12-02
Fix typo, s/Convertable/Convertible/g
Jay Zhuang
2019-11-12
Add UDP SO_REUSEADDR/SO_REUSEPORT conversion tests.
Ian Gudger
2019-11-12
Add tests for SO_REUSEADDR and SO_REUSEPORT.
Ian Gudger
2019-10-25
test/syscall: Remove duplicated gtest/gtest.h.
Haibo
2019-08-21
Support binding to multicast and broadcast addresses
Chris Kuiper
2019-07-19
Handle interfaceAddr and NIC options separately for IP_MULTICAST_IF
Chris Kuiper
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-09
Fix getsockopt(IP_MULTICAST_IF).
Ian Gudger
2019-03-08
Implement IP_MULTICAST_LOOP.
Ian Gudger
2019-02-15
Implement IP_MULTICAST_IF.
Ian Gudger
2019-02-08
Use socket address functions in unbound IPv4 UDP tests.
Ian Gudger
2019-02-07
Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.
Ian Gudger