Age | Commit message (Expand) | Author |
2020-02-28 | Hide /dev/net/tun when using hostinet. | Ting-Yu Wang |
2020-02-21 | Implement tap/tun device in vfs. | Ting-Yu Wang |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-02-19 | Add basic microbenchmarks. | Adin Scannell |
2020-02-04 | Add socket connection stress test. | Ian Gudger |
2020-02-04 | Add support for sentry internal pipe for gofer mounts | Fabricio Voznika |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-17 | Convert EventMask to uint64 | Andrei Vagin |
2020-01-16 | Disable xattr tests. | Dean Deng |
2019-12-11 | Add syscall tests for getxattr and setxattr. | Dean Deng |
2019-12-09 | Add tests for rseq(2) | Michael Pratt |
2019-12-06 | Add hostinet tests for UDP sockets. | Dean Deng |
2019-11-07 | Add support for TIME_WAIT timeout. | Bhasker Hariharan |
2019-11-04 | Add NETLINK_KOBJECT_UEVENT socket support | Michael Pratt |
2019-10-18 | Cleanup host UDS support | Michael Pratt |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
2019-10-02 | Increase itimer test timeout | Michael Pratt |
2019-09-24 | Stub out readahead implementation. | Adin Scannell |
2019-09-19 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-09-04 | Run proc_net tests. | Ian Gudger |
2019-09-03 | Impose order on test scripts. | Adin Scannell |
2019-08-30 | Automated rollback of changelist 261387276 | Bhasker Hariharan |
2019-08-29 | Implement /proc/net/udp. | Rahat Mahmood |
2019-08-20 | Add tests for raw AF_PACKET sockets. | Kevin Krakauer |
2019-08-20 | tests: syscall_test_runner should not run tests in parallel | Andrei Vagin |
2019-08-19 | Read iptables via sockopts. | Kevin Krakauer |
2019-08-15 | Add tests for "cooked" AF_PACKET sockets. | Kevin Krakauer |
2019-08-06 | Fix for a panic due to writing to a closed accept channel. | Bhasker Hariharan |
2019-08-02 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-07-25 | Automated rollback of changelist 255679453 | Fabricio Voznika |
2019-07-12 | Add IPPROTO_RAW, which allows raw sockets to write IP headers. | Kevin Krakauer |
2019-06-28 | Automated rollback of changelist 255263686 | Nicolas Lacasse |
2019-06-27 | Complete pipe support on overlayfs | Fabricio Voznika |
2019-06-26 | Preserve permissions when checking lower | Fabricio Voznika |
2019-06-21 | Fix the logic for sending zero window updates. | Bhasker Hariharan |
2019-06-19 | Mark tcp_socket test flaky (for real) | Michael Pratt |
2019-06-06 | Remove tmpfs restriction from test | Fabricio Voznika |
2019-06-06 | Add overlay dimension to FS related syscall tests | Fabricio Voznika |
2019-06-03 | Remove duplicate socket tests | Michael Pratt |
2019-05-30 | gvisor: socket() returns EPROTONOSUPPORT if protocol is not supported | Andrei Vagin |
2019-05-21 | Clean up pipe internals and add fcntl support | Adin Scannell |
2019-05-21 | Add basic plumbing for splice and stub implementation. | Adin Scannell |
2019-05-16 | Add test for duplicate proc entries. | Ian Gudger |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-02 | Add build rule for raw socket tests so they are runnable via: | Kevin Krakauer |
2019-03-08 | Fix tests which fail in kokoro | Andrei Vagin |
2019-03-06 | Increase ipv4_udp_unbound_loopback size to medium | Michael Pratt |
2019-03-04 | Deflake socket_ipv4_udp_unbound_loopback. | Ian Gudger |
2019-03-01 | Mark socket_ipv4_udp_unbound_loopback flaky | Michael Pratt |
2019-02-19 | Break /proc/[pid]/{uid,gid}_map's dependence on seqfile. | Jamie Liu |