summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2020-07-26Add profiling to dockerutilZach Koopmans
2020-07-25test/syscall: run each test case in a separate network namespaceAndrei Vagin
2020-07-24Enable open testAyush Ranjan
2020-07-23Implement get/set_robust_list.Nicolas Lacasse
2020-07-23Merge pull request #3024 from ridwanmsharif:ridwanmsharif/fuse-stub-implgVisor bot
2020-07-23Added stub FUSE filesystemRidwan Sharif
2020-07-23Internal change.gVisor bot
2020-07-23Merge pull request #3207 from kevinGC:icmp-connectgVisor bot
2020-07-23Fix wildcard bind for raw socket.Bhasker Hariharan
2020-07-23Port sendfile to vfs2.Nicolas Lacasse
2020-07-22make connect(2) fail when dest is unreachableKevin Krakauer
2020-07-22iptables: don't NAT existing connectionsKevin Krakauer
2020-07-22Add O_APPEND support in vfs2 gofer.Ayush Ranjan
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-07-22Skip RawHDRINCL tests that are blocking presubmits/releases.Dean Deng
2020-07-20Add standard entrypoints for test targets.Adin Scannell
2020-07-17Runtime tests are enormousAyush Ranjan
2020-07-17Move main methods for benchmark packages main package file.Zach Koopmans
2020-07-17DUT logs in test failure messages in packetimpactJay Zhuang
2020-07-17Automated rollback of changelist 321647645Ayush Ranjan
2020-07-17Test UDP packets with mcast source addr are discardedJay Zhuang
2020-07-16Add support to return protocol in recvmsg for AF_PACKET.Bhasker Hariharan
2020-07-16Port runtime tests to use go_testAyush Ranjan
2020-07-15Port httpd benchmarkZach Koopmans
2020-07-15Add support for SO_ERROR to packet sockets.Bhasker Hariharan
2020-07-15Fix minor bugs in a couple of interface IOCTLs.Bhasker Hariharan
2020-07-15Merge pull request #3165 from ridwanmsharif:ridwanmsharif/fuse-off-by-defaultgVisor bot
2020-07-14Test IPv6 fragment reassemblyZeling Feng
2020-07-14Add support for UDP IPv6Jay Zhuang
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-07-13Initial golang BenchmarksZach Koopmans
2020-07-13Add ReadAllFd to test utilFabricio Voznika
2020-07-13Create packetimpact test for UDP broadcastJay Zhuang
2020-07-13Print testbench log on packetimpact failuresJay Zhuang
2020-07-11Runtime test batch executorAyush Ranjan
2020-07-11Stub out SO_DETACH_FILTER.Bhasker Hariharan
2020-07-09Update shim to build using bazel.Adin Scannell
2020-07-09Merge gvisor-containerd-shimAdin Scannell
2020-07-09Add support for IP_HDRINCL IP option for raw sockets.Bhasker Hariharan
2020-07-09Gate FUSE behind a runsc flagRidwan Sharif
2020-07-08Merge pull request #3171 from kevinGC:ipv6-kokorogVisor bot
2020-07-08ip6tables: handle both IPv4 and v6 addressesKevin Krakauer
2020-07-08Move all tests to new docker API.Zach Koopmans
2020-07-08Enable shards in runtime test runner.Ayush Ranjan
2020-07-07Deflake exec test.Jamie Liu
2020-07-07Set IPv4 ID on all non-atomic datagramsTony Gong
2020-07-07Fix mknod and inotify syscall testAyush Ranjan
2020-07-06Add support for SO_RCVBUF/SO_SNDBUF for AF_PACKET sockets.Bhasker Hariharan
2020-07-06Merge pull request #3110 from craig08:add-missing-ICRNLgVisor bot
2020-07-03Improve failure messageTamir Duberstein