summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in test/.Ayush Ranjan
2021-03-05Gather uname information from DUTZeling Feng
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-03-03Use struct embedding to avoid casts and reuse methodsZeling Feng
2021-03-02[rack] Support running tcp_benchmarks with RACK.Ayush Ranjan
2021-03-01tcp: endpoint.Write has to send all data that has been read from payloadAndrei Vagin
2021-02-26Emit the errorTamir Duberstein
2021-02-25Move SetNonblocking into posix_serverZeling Feng
2021-02-25Implement SEM_STAT_ANY cmd of semctl.Jing Chen
2021-02-24Kernfs should not try to rename a file to itself.Nicolas Lacasse
2021-02-24Add YAMA security module restrictions on ptrace(2).Dean Deng
2021-02-22unix: sendmmsg and recvmsg have to cap a number of message to UIO_MAXIOVAndrei Vagin
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