summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_ip_udp_generic.cc
AgeCommit message (Expand)Author
2021-07-22Move socket_test_util to //test/utilGhanan Gowripalan
2020-12-23Resolve compiler warningsKevin Krakauer
2020-12-09Add support for IP_RECVORIGDSTADDR IP option.Bhasker Hariharan
2020-10-23Support getsockopt for SO_ACCEPTCONN.Nayana Bidari
2020-09-17{Set,Get} SO_LINGER on all endpoints.Nayana Bidari
2020-09-16Automated rollback of changelist 329526153Nayana Bidari
2020-09-01Automated rollback of changelist 328350576Nayana Bidari
2020-08-25Fix SocketPairTest and BadSocketPairTest in opensource.Zach Koopmans
2020-08-25Support SO_LINGER socket option.Nayana Bidari
2020-06-10Add support for SO_REUSEADDR to UDP sockets/endpoints.Ian Gudger
2020-02-18Enable IPV6_RECVTCLASS socket option for datagram socketsgVisor bot
2020-02-13Internal change.gVisor bot
2020-01-14Implement {g,s}etsockopt(IP_RECVTOS) for UDP socketsTamir Duberstein
2019-12-26Automated rollback of changelist 287029703gVisor bot
2019-12-24Enable IP_RECVTOS socket option for datagram socketsRyan Heacock
2019-11-12Add tests for SO_REUSEADDR and SO_REUSEPORT.Ian Gudger
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-25s,sys/poll.h/,poll.h,gTamir Duberstein
2019-03-08Make IP_MULTICAST_LOOP and IP_MULTICAST_TTL allow setting int or char.Ian Gudger
2019-03-08Validate multicast addresses in multicast group operations.Ian Gudger
2019-02-07Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.Ian Gudger
2018-12-26Plumb IP_MULTICAST_TTL to netstack.Ian Gudger