Age | Commit message (Expand) | Author |
2020-11-24 | Report correct pointer value for "bad next header" ICMP error | Julian Elischer |
2020-11-24 | Fix a potential indefinite blocking in packetimpact testbench | Zeling Feng |
2020-11-23 | [1/3] Support isolated containers for parallel packetimpact tests | Zeling Feng |
2020-11-23 | Fail gracefully if Docker is not configured with ipv6. | Adin Scannell |
2020-11-23 | Omit sandbox from chown test. | Adin Scannell |
2020-11-23 | Ignore permission failures in CheckDuplicatesRecursively. | Adin Scannell |
2020-11-19 | Internal change. | gVisor bot |
2020-11-19 | Propagate IP address prefix from host to netstack | Fabricio Voznika |
2020-11-19 | Don't hold AddressEndpoints for multicast addresses | Ghanan 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-18 | Remove the redundant containerIP parameter | Zeling Feng |
2020-11-18 | [netstack] Move SO_PASSCRED option to SocketOptions. | Ayush Ranjan |
2020-11-17 | Add support for TTY in multi-container | Fabricio Voznika |
2020-11-17 | Fix possible deadlock in UDP.Write(). | Bhasker Hariharan |
2020-11-17 | Fix SO_ERROR behavior for TCP in gVisor. | Bhasker Hariharan |
2020-11-16 | Reset watchdog timer between sendfile() iterations. | Jamie Liu |
2020-11-16 | Remove ARP address workaround | Ghanan Gowripalan |
2020-11-16 | Add packetimpact tests for ICMPv6 Error message for fragment | Toshi Kikuchi |
2020-11-13 | Requested Comment/Message wording changes | Julian Elischer |
2020-11-13 | Disable save/restore in PartialBadBufferTest.SendMsgTCP. | Jamie Liu |
2020-11-12 | Deflake tcp_socket test. | Mithun Iyer |
2020-11-12 | Refactor SOL_SOCKET options | Nayana Bidari |
2020-11-12 | Change AllocationSize to SizeWithPadding as requested | Julian Elischer |
2020-11-11 | Teach netstack how to add options to IPv4 packets | Julian Elischer |
2020-11-10 | Add debug logs to startup benchmark. | Zach Koopmans |
2020-11-10 | Internal change | Jamie Liu |
2020-11-10 | Add all base and fs tests to Continuous Tests. | Zach Koopmans |
2020-11-09 | Additions to ICMP and IPv4 parsers | Julian Elischer |
2020-11-09 | Skip `EventHUp` notify in `FIN_WAIT2` on a socket close. | Mithun Iyer |
2020-11-09 | net: connect to the ipv4 localhost returns ENETUNREACH if the address isn't set | Andrei Vagin |
2020-11-09 | parameterize regexp in netdevs.ParseDevices | Zeling Feng |
2020-11-09 | iptables: add documentation about enabing docker ipv6 | Kevin Krakauer |
2020-11-06 | Merge pull request #4719 from zhlhahaha:2005 | gVisor bot |
2020-11-06 | Change 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-06 | Implement command GETNCNT for semctl. | Jing Chen |
2020-11-06 | Fix infinite loop when splicing to pipes/eventfds. | Nicolas Lacasse |
2020-11-06 | Do not send to the zero port | Ghanan Gowripalan |
2020-11-05 | [runtime tests] Add partitions to runtime tests. | Ayush Ranjan |
2020-11-05 | Fix failure setting OOM score adjustment | Fabricio Voznika |
2020-11-05 | [runtime tests] Exclude ext/pcre/tests/cache_limit.phpt. | Ayush Ranjan |
2020-11-05 | Deflake semaphore_test. | Jamie Liu |
2020-11-04 | Make the regex for inet6Line in packetimpact/netdevs more accurate | Zeling Feng |
2020-11-02 | Implement command GETZCNT for semctl. | Jing Chen |
2020-11-03 | ARM64:fuse:alian stat struct order on multiarch | Howard Zhang |
2020-11-02 | Clean up the code of setupTimeWaitClose | Andrei Vagin |
2020-11-02 | Block external network for tests | Andrei Vagin |
2020-11-01 | Fix returned error when deleting non-existant address | Ian Lewis |