summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-12-10Add hostinet tests for sendmsg and recvmsg with TOS/TCLASS.Dean Deng
2019-12-09Add test for SO_BINDTODEVICE state bug.Ian Gudger
2019-12-09Add UDP SO_REUSEADDR support to the port manager.Ian Gudger
2019-12-09Include <netinet/tcp.h> for TCP enums in proc_net testsJay Zhuang
2019-12-09Redirect TODOs to gvisor.devFabricio Voznika
2019-12-09Mark test as non flaky.Bhasker Hariharan
2019-12-09Mark runner_test as manual.Adin Scannell
2019-12-09Add tests for rseq(2)Michael Pratt
2019-12-06Bump up Go 1.13 as minimum requirementFabricio Voznika
2019-12-06Update Kokoro image to install Golang 1.13Fabricio Voznika
2019-12-06Merge pull request #1233 from xiaobo55x:compatLoggVisor bot
2019-12-06Add TCP stats for connection close and keep-alive timeouts.Mithun Iyer
2019-12-06Add runtime tracing.Adin Scannell
2019-12-06Fix flakiness in tcp_test.Bhasker Hariharan
2019-12-06Build with C++17Michael Pratt
2019-12-06Do IPv6 Stateless Address Auto-Configuration (SLAAC)Ghanan Gowripalan
2019-12-06Implement TTY field in control.Processes().Nicolas Lacasse
2019-12-06Make annotations OCI compliantFabricio Voznika
2019-12-06Add hostinet tests for UDP sockets.Dean Deng
2019-12-06Merge pull request #1314 from google:dependabot/npm_and_yarn/benchmarks/workl...gVisor bot
2019-12-06Document ELF PT_LOAD difference from LinuxMichael Pratt
2019-12-05Fix possible race condition destroying containerFabricio Voznika
2019-12-05Implement F_GETOWN_EX and F_SETOWN_EX.Ian Gudger
2019-12-05Reduce flakiness under gotsan runs.Bhasker Hariharan
2019-12-05Create correct file for /proc/[pid]/task/[tid]/ioZach Koopmans
2019-12-05Add vfs.CheckSetStat() and its dependencies.Jamie Liu
2019-12-05Add a type to represent the NDP Recursive DNS Server optionGhanan Gowripalan
2019-12-05Explicitly export files needed by other packagesgVisor bot
2019-12-04Allow syscall tests to run with hostinet.Dean Deng
2019-12-04Remove TODO since we don't plan to support debug registersFabricio Voznika
2019-12-03Clean up readv_socket test suite.Dean Deng
2019-12-03Point TODO to gvisor.devFabricio Voznika
2019-12-04Bump lodash in /benchmarks/workloads/node_templatedependabot[bot]
2019-12-03net/udp: return a local route address as the bound-to addressAndrei Vagin
2019-12-03Fix printing /proc/[pid]/io for /proc/[pid]/task/[tid]/io.Zach Koopmans
2019-12-03Fix panic due to early transition to Closed.Bhasker Hariharan
2019-12-03strace: don't create a slice with a negative valueAndrei Vagin
2019-12-03Remove watchdog TODOFabricio Voznika
2019-12-03Point TODOs to gvisor.devFabricio Voznika
2019-12-03Add RunfilesPath to test_utilMichael Pratt
2019-12-03Remove TODO for obsolete bug.Zach Koopmans
2019-12-03Support IP_TOS and IPV6_TCLASS socket options for hostinet sockets.Dean Deng
2019-12-02Import benchmark-tools to main repository.Zach Koopmans
2019-12-03Enable runsc compatLog support on arm64.Haibo Xu
2019-12-02Allow non-unique UIDs in bazel docker containersIan Lewis
2019-12-02test/syscal: Don't skip ClockGettime.CputimeIdAndrei Vagin
2019-12-02Support sending IP_TOS and IPV6_TCLASS control messages with hostinet sockets.Dean Deng
2019-12-02Fix typo, s/Convertable/Convertible/gJay Zhuang
2019-12-02Port tests in udp_socket.cc to FuchsiaJay Zhuang
2019-11-28Test handling segments on completed but not yet accepted TCP connectionsGhanan Gowripalan