summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_ipv4_udp_unbound.cc
AgeCommit message (Expand)Author
2021-09-14Compose raw IP with datagram-based endpointGhanan Gowripalan
2021-09-14Use a shared method to get loopback indexGhanan Gowripalan
2021-07-22Move socket_test_util to //test/utilGhanan Gowripalan
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-04-15Disable failing socket_ipv4_udp_unbound_loopback_test_linux tests.Dean Deng
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-04-12Make AsSockAddr() to replace reinterpret_cast<sockaddr*>Ting-Yu Wang
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2020-12-09Add support for IP_RECVORIGDSTADDR IP option.Bhasker Hariharan
2020-10-24Avoid excessive save/restore cycles in socket_ipv4_udp_unbound tests.Jamie Liu
2020-10-23Fix socket_ipv4_udp_unbound_loopback_test_linuxZach Koopmans
2020-09-21Fix socket_ipv4_udp_unbound_test_native in opensource.Zach Koopmans
2020-08-21Move udp port exhaustion tests to a 'nogotsan' one.Ting-Yu Wang
2020-08-20Skip listening TCP ports when trying to bind a free port.Bhasker Hariharan
2020-08-10Populate IPPacketInfo with destination addressGhanan Gowripalan
2020-06-18Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.Bhasker Hariharan
2020-06-10Add support for SO_REUSEADDR to UDP sockets/endpoints.Ian Gudger
2020-06-05Fix error code returned due to Port exhaustion.Bhasker Hariharan
2020-02-13Internal change.gVisor bot
2020-02-07Refactor syscall testsJay Zhuang
2019-12-02Fix typo, s/Convertable/Convertible/gJay Zhuang
2019-11-12Add UDP SO_REUSEADDR/SO_REUSEPORT conversion tests.Ian Gudger
2019-11-12Add tests for SO_REUSEADDR and SO_REUSEPORT.Ian Gudger
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
2019-08-21Support binding to multicast and broadcast addressesChris Kuiper
2019-07-19Handle interfaceAddr and NIC options separately for IP_MULTICAST_IFChris Kuiper
2019-05-02Support reception of multicast data on more than one socketChris Kuiper
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-09Fix getsockopt(IP_MULTICAST_IF).Ian Gudger
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-02-15Implement IP_MULTICAST_IF.Ian Gudger
2019-02-08Use socket address functions in unbound IPv4 UDP tests.Ian Gudger
2019-02-07Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.Ian Gudger