summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2021-02-19Correctly set and respect b.N in fio benchmark.Zach Koopmans
2021-02-18Make socketops reflect correct sndbuf value for host UDS.Bhasker Hariharan
2021-02-18Make b.N increase by KB not bytes on iperf.Zach Koopmans
2021-02-18Use standard want/got syntax in test errorsTamir Duberstein
2021-02-18Remove side effect from pty testsFabricio Voznika
2021-02-17Deflake tcp_network_unreachable testZeling Feng
2021-02-17[infra] Update JDK11 version for java runtime tests.Ayush Ranjan
2021-02-17Use TCP_INFO to get RTO in tcp_retransmits_testNayana Bidari
2021-02-17Clean up test styleTamir Duberstein
2021-02-17Deflake //test/iptables:iptables_testKevin Krakauer
2021-02-12Remove packetimpact test tcp_reorderingNayana Bidari
2021-02-12Rename params for iperf and tensorflow.Zach Koopmans
2021-02-12Fix bug with iperf and don't profile runc.Zach Koopmans
2021-02-12tests: getsockname expects that addrlen will be initializedAndrei Vagin
2021-02-11iptables test: Implement testCase interface on pointersToshi Kikuchi
2021-02-11Implement semtimedop.Jing Chen
2021-02-11Assign controlling terminal when tty is opened and support NOCTTYKevin Krakauer
2021-02-10Support setgid directories in tmpfs and kernfsKevin Krakauer
2021-02-10Update benchmarks README.mdZach Koopmans
2021-02-10Retry RST expectation in tcp_synrcvd_reset_testMithun Iyer
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-02-09Make RPCTimeout for udp_send_recv_dgram to be 500 milliseconds.Zeling Feng
2021-02-09Fix fd leak from testFabricio Voznika
2021-02-09kernel: reparentLocked has to update children maps of old and new parentsAndrei Vagin
2021-02-09pipe: writeLocked has to return ErrWouldBlock if the pipe is fullAndrei Vagin
2021-02-08Allow UDP sockets connect()ing to port 0Zeling Feng
2021-02-08exec: don't panic if an elf file is malformedAndrei Vagin
2021-02-05[vfs] Handle `.` and `..` as last path component names in kernfs Rename.Ayush Ranjan
2021-02-04Call kernfs.syntheticDir.InitRefs() on creation.Nicolas Lacasse
2021-02-04Fix flaky packetimpact testNayana Bidari
2021-02-04[infra] Do not recompile integration test executables each time.Ayush Ranjan
2021-02-03[vfs] Make sticky bit check consistent with Linux.Ayush Ranjan
2021-02-03Compile-time constants are constexprTamir Duberstein
2021-02-02Add support for rate limiting out of window ACKs.Bhasker Hariharan
2021-02-02Assert TCP_INFO size before checking contentTamir Duberstein
2021-02-01Add RACK reorder tests.Nayana Bidari
2021-02-01[infra] Consolidate all ubuntu tests into one image.Ayush Ranjan
2021-02-01Assert expected size before unmarshallingTamir Duberstein
2021-01-30Remove side effect from open testsFabricio Voznika
2021-01-29setgid directory syscall testsKevin Krakauer
2021-01-29Remove side effect from test casesFabricio Voznika
2021-01-29- Add more comments for the TCP_INFO struct fields.Nayana Bidari
2021-01-28Change EXPECT/ASSERT to TEST_CHECK inside InForkedProcessFabricio Voznika
2021-01-28Re-enable ipv4 reassembly packetimpact testsArthur Sfez
2021-01-28Make tcp_noaccept_close_rst more robustZeling Feng
2021-01-28Add O_PATH support in vfs2gVisor bot
2021-01-28Correctly check permissions in ping socket testTamir Duberstein
2021-01-28Respect SO_BINDTODEVICE in unconnected UDP writesMarina Ciocea
2021-01-27Add support for more fields in netstack for TCP_INFONayana Bidari
2021-01-27Deflake tcp_zero_window_probe_retransmit_testMithun Iyer