summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2020-11-23Ignore permission failures in CheckDuplicatesRecursively.Adin Scannell
2020-11-19Internal change.gVisor bot
2020-11-19Propagate IP address prefix from host to netstackFabricio Voznika
2020-11-19Don't hold AddressEndpoints for multicast addressesGhanan Gowripalan
2020-11-18[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_NO_CHECK option to SocketOptions.Ayush Ranjan
2020-11-18Remove the redundant containerIP parameterZeling Feng
2020-11-18[netstack] Move SO_PASSCRED option to SocketOptions.Ayush Ranjan
2020-11-17Add support for TTY in multi-containerFabricio Voznika
2020-11-17Fix possible deadlock in UDP.Write().Bhasker Hariharan
2020-11-17Fix SO_ERROR behavior for TCP in gVisor.Bhasker Hariharan
2020-11-16Reset watchdog timer between sendfile() iterations.Jamie Liu
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-16Add packetimpact tests for ICMPv6 Error message for fragmentToshi Kikuchi
2020-11-13Requested Comment/Message wording changesJulian Elischer
2020-11-13Disable save/restore in PartialBadBufferTest.SendMsgTCP.Jamie Liu
2020-11-12Deflake tcp_socket test.Mithun Iyer
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-11-12Change AllocationSize to SizeWithPadding as requestedJulian Elischer
2020-11-11Teach netstack how to add options to IPv4 packetsJulian Elischer
2020-11-10Add debug logs to startup benchmark.Zach Koopmans
2020-11-10Internal changeJamie Liu
2020-11-10Add all base and fs tests to Continuous Tests.Zach Koopmans
2020-11-09Additions to ICMP and IPv4 parsersJulian Elischer
2020-11-09Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.Mithun Iyer
2020-11-09net: connect to the ipv4 localhost returns ENETUNREACH if the address isn't setAndrei Vagin
2020-11-09parameterize regexp in netdevs.ParseDevicesZeling Feng
2020-11-09iptables: add documentation about enabing docker ipv6Kevin Krakauer
2020-11-06Merge pull request #4719 from zhlhahaha:2005gVisor bot
2020-11-06Change size of startup benchmark and lower number of startups.Zach Koopmans
2020-11-06[vfs] Return EEXIST when file already exists and rp.MustBeDir() is true.Ayush Ranjan
2020-11-06Implement command GETNCNT for semctl.Jing Chen
2020-11-06Fix infinite loop when splicing to pipes/eventfds.Nicolas Lacasse
2020-11-06Do not send to the zero portGhanan Gowripalan
2020-11-05[runtime tests] Add partitions to runtime tests.Ayush Ranjan
2020-11-05Fix failure setting OOM score adjustmentFabricio Voznika
2020-11-05[runtime tests] Exclude ext/pcre/tests/cache_limit.phpt.Ayush Ranjan
2020-11-05Deflake semaphore_test.Jamie Liu
2020-11-04Make the regex for inet6Line in packetimpact/netdevs more accurateZeling Feng
2020-11-02Implement command GETZCNT for semctl.Jing Chen
2020-11-03ARM64:fuse:alian stat struct order on multiarchHoward Zhang
2020-11-02Clean up the code of setupTimeWaitCloseAndrei Vagin
2020-11-02Block external network for testsAndrei Vagin
2020-11-01Fix returned error when deleting non-existant addressIan Lewis
2020-10-31net/tcpip: connect to unset loopback address has to return EADDRNOTAVAILAndrei Vagin
2020-10-30Separate kernel.Task.AsCopyContext() into CopyContext() and OwnCopyContext().Jamie Liu
2020-10-29Add IPv4 reassembly packetimpact testArthur Sfez
2020-10-29Add support for bare IPv4 in packetimpact testsArthur Sfez
2020-10-28Add the payload directly to the ICMPv4 typeArthur Sfez