summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-03-16Detect looped-back NDP DAD messagesGhanan Gowripalan
2021-03-16Do not call into Stack from LinkAddressRequestGhanan Gowripalan
2021-03-15Turn sys_thread constants into variables.Etienne Perot
2021-03-15Move `MaxIovs` back to a variable in `iovec.go`.Etienne Perot
2021-03-15Deflake proc_test_nativeFabricio Voznika
2021-03-15Make netstack (//pkg/tcpip) buildable for 32 bitKevin Krakauer
2021-03-15[op] Make gofer client handle return partial write length when err is nil.Ayush Ranjan
2021-03-15Merge pull request #5618 from iangudger:unix-transport-racegVisor bot
2021-03-15Packetimpact test for ACK to OTW Seq segments behavior in CLOSINGZeling Feng
2021-03-14Fix race in tcp_retransmits_testMithun Iyer
2021-03-13[perf] Run benchmarks with VFS2.Ayush Ranjan
2021-03-12Add escapes to newlines in syzkaller instructions.Nicolas Lacasse
2021-03-12Merge pull request #5663 from avagin:apt-repogVisor bot
2021-03-11Support ICMP echo sockets on Linux DUTZeling Feng
2021-03-11make/release: Sign a package only if it isn't signed yet.Andrei Vagin
2021-03-11Remove special casing of socket stress testKevin Krakauer
2021-03-11improve readability of ports packageKevin Krakauer
2021-03-11fusefs: Implement default_permissions and allow_other mount options.Rahat Mahmood
2021-03-11Implement Merkle tree generate tool binaryChong Cai
2021-03-11Merge pull request #5654 from sethvargo:sethvargo/cancelgVisor bot
2021-03-11Clear Merkle tree files in RuntimeEnable modeChong Cai
2021-03-11Report filesystem-specific mount options.Rahat Mahmood
2021-03-11Major refactor of runsc mitigate.Zach Koopmans
2021-03-11Update go.ymlSeth Vargo
2021-03-11Move Arch specific code to arch specific files.Bhasker Hariharan
2021-03-10Add a rootfs filesystem to fs benchmarks. Also, fix fio benchmark.Zach Koopmans
2021-03-10Improve Actions hygieneSeth Vargo
2021-03-09Update flock to v0.8.0Fabricio Voznika
2021-03-09Fix invalid interface conversion in runnerFabricio Voznika
2021-03-09Give TCP flags a dedicated typeZeling Feng
2021-03-09Allow reading from PTY into bad buffer to return EAGAIN.Nicolas Lacasse
2021-03-08Implement /proc/sys/net/ipv4/ip_local_port_rangeKevin Krakauer
2021-03-08Fix proc test flakinessFabricio Voznika
2021-03-08Internal change.Chong Cai
2021-03-08[lisa] Do not generate any tests for dynamic types.Ayush Ranjan
2021-03-08Run shards in a single sandboxFabricio Voznika
2021-03-08Avoid a race with test peer advert and DUT sendMithun Iyer
2021-03-08Fix SocketInetLoopbackTest flakinessFabricio Voznika
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in test/.Ayush Ranjan
2021-03-05Increment the counters when sending Echo requestsArthur Sfez
2021-03-05Fix network protocol/endpoint lock order violationGhanan Gowripalan
2021-03-05Include duplicate address holder info in DADResultGhanan Gowripalan
2021-03-05Implement IterDirent in verity fsChong Cai
2021-03-05Gather uname information from DUTZeling Feng
2021-03-05Make stack.DADResult an interfaceGhanan Gowripalan
2021-03-04Nit fix: Should use maxTimeout in backoffTimerTing-Yu Wang
2021-03-04Fix race in unix socket transport.Ian Gudger
2021-03-03Deflake //pkg/tcpip/tests/integration:forward_testTing-Yu Wang
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang