summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_test_util.h
AgeCommit message (Expand)Author
2019-11-12Add tests for SO_REUSEADDR and SO_REUSEPORT.Ian Gudger
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
2019-10-02Sanity test that open(2) on a UDS failsMichael Pratt
2019-08-26Internal change.gVisor bot
2019-08-15Add tests for "cooked" AF_PACKET sockets.Kevin Krakauer
2019-06-13Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE.Rahat Mahmood
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-02-20Implement Broadcast supportAmanda Tait
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
2018-12-12Flush socket test descriptionIan Gudger
2018-12-10Open source system call tests.Brian Geffon