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_test_util.cc
Age
Commit message (
Expand
)
Author
2021-01-15
Correctly return EMSGSIZE when packet is too big in raw socket.
Ting-Yu Wang
2021-01-06
Support add/remove IPv6 multicast group sock opt
Ghanan Gowripalan
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-09-21
Fix flakes in UdpSocketTest
Zach Koopmans
2020-04-10
test: remove 1s delay after non-blocking socket pair accept
Andrei Vagin
2020-02-07
Refactor syscall tests
Jay Zhuang
2020-02-04
Add socket connection stress test.
Ian Gudger
2020-01-21
Change to standard types.
Adin Scannell
2020-01-21
Merge pull request #1492 from majek:err_typo_in_netstack_tests
gVisor bot
2019-08-26
Internal change.
gVisor bot
2019-08-15
Add tests for "cooked" AF_PACKET sockets.
Kevin Krakauer
2019-06-13
Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE.
Rahat Mahmood
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-02-20
Implement Broadcast support
Amanda Tait
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
2018-12-10
Open source system call tests.
Brian Geffon