summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-07-28[Runtime Tests] Exclude flaky/failing testsAyush Ranjan
2020-07-28Don't attempt to use the secret if it does not exist.Adin Scannell
2020-07-28More test cases on receiving UDP mcast/bcastJay Zhuang
2020-07-27Merge pull request #2797 from Rajpratik71:optimization/pip-no-cachegVisor bot
2020-07-27Fix for gvisor-builder image.Bhasker Hariharan
2020-07-27Fix strace for epoll event arrays.Jamie Liu
2020-07-27Merge pull request #3201 from lubinszARM:pr_sys64_2gVisor bot
2020-07-27Merge pull request #3299 from lubinszARM:pr_asidgVisor bot
2020-07-27Enable RBE for standard-tests.Adin Scannell
2020-07-27Add ability to send unicast ARP requests and Neighbor SolicitationsSam Balana
2020-07-27Fix memory accounting in TCP pending segment queue.Bhasker Hariharan
2020-07-27Merge pull request #2958 from lubinszARM:pr_vfs2_1gVisor bot
2020-07-27Add device implementation for /dev/fuseRidwan Sharif
2020-07-27Fix when FUSE tests need to be skipped due to sentry configuration.Rahat Mahmood
2020-07-27Merge pull request #3371 from kevinGC:ipt-tests-udp-fastergVisor bot
2020-07-27Move platform.File in memmapAndrei Vagin
2020-07-27Merge pull request #3377 from kevinGC:native-tagsgVisor bot
2020-07-27Clean-up bazel wrapper.Adin Scannell
2020-07-27Port ffmpeg benchmarkZach Koopmans
2020-07-27Port redis benchmarkZach Koopmans
2020-07-27Ask for *testing.T instead of storing itJay Zhuang
2020-07-26Add profiling to dockerutilZach Koopmans
2020-07-26Mark Passing Integration Tests for VFS2.Zach Koopmans
2020-07-26allow guest user applications read CNTVCT_EL0/CNTFRQ_EL0Bin Lu
2020-07-25test/syscall: run each test case in a separate network namespaceAndrei Vagin
2020-07-25optimize size and time using "--no-cache-dir"Pratik raj
2020-07-24Fix make devAyush Ranjan
2020-07-24travis: run only arm64 buildsAndrei Vagin
2020-07-24Bugfix: non-native tests were tagged as nativeKevin Krakauer
2020-07-24Reduce walk and open cost in fsgoferFabricio Voznika
2020-07-24Speed up some iptables testsKevin Krakauer
2020-07-24Merge pull request #3356 from amscanne:generics_testsgVisor bot
2020-07-24Enable automated marshalling for netstack.Ayush Ranjan
2020-07-24[go-marshal] Update APIAyush Ranjan
2020-07-24Enable open testAyush Ranjan
2020-07-23Merge pull request #3142 from tanjianfeng:fix-3141gVisor bot
2020-07-23Merge pull request #3317 from sevki:patch-2gVisor bot
2020-07-23Add permission checks to vfs2 truncate.Dean Deng
2020-07-23FileDescription is hard to spell.Dean Deng
2020-07-23Add AfterFunc to tcpip.ClockSam Balana
2020-07-23Convert go_generics tests to starlark.Adin Scannell
2020-07-23Implement get/set_robust_list.Nicolas Lacasse
2020-07-23Merge pull request #3024 from ridwanmsharif:ridwanmsharif/fuse-stub-implgVisor bot
2020-07-23Add task work mechanism.Dean Deng
2020-07-23Automated rollback of changelist 321227330Kevin Krakauer
2020-07-23kvm-tls-2:add the preservation of user-TLS in the Arm64 kvm platformlubinszARM
2020-07-23iptables: use keyed array literalsKevin Krakauer
2020-07-23Use mode supplied by the mount optionsRidwan Sharif
2020-07-23Added stub FUSE filesystemRidwan Sharif
2020-07-23Internal change.gVisor bot