Age | Commit message (Expand) | Author |
2020-12-29 | Export socket_ipv6_udp_unbound_loopback.cc | Tamir Duberstein |
2020-12-23 | vfs1: don't allow to open socket files | Andrei Vagin |
2020-12-22 | Internal change. | gVisor bot |
2020-12-09 | Add support for IP_RECVORIGDSTADDR IP option. | Bhasker Hariharan |
2020-12-06 | Merge pull request #4932 from lubinszARM:pr_test_exceptions | gVisor bot |
2020-12-03 | Implement `fcntl` options `F_GETSIG` and `F_SETSIG`. | Etienne Perot |
2020-11-25 | arm64 test: add exceptions related test cases | Robin Luk |
2020-11-23 | Omit sandbox from chown test. | Adin Scannell |
2020-11-12 | Refactor SOL_SOCKET options | Nayana Bidari |
2020-11-06 | Fix infinite loop when splicing to pipes/eventfds. | Nicolas Lacasse |
2020-10-31 | net/tcpip: connect to unset loopback address has to return EADDRNOTAVAIL | Andrei Vagin |
2020-10-30 | Separate kernel.Task.AsCopyContext() into CopyContext() and OwnCopyContext(). | Jamie Liu |
2020-10-24 | Avoid excessive save/restore cycles in socket_ipv4_udp_unbound tests. | Jamie Liu |
2020-10-23 | Support VFS2 save/restore. | Jamie Liu |
2020-10-16 | Use POSIX interval timers in flock test. | Dean Deng |
2020-10-06 | Implement membarrier(2) commands other than *_SYNC_CORE. | Jamie Liu |
2020-10-03 | Fix kcov enabling and disabling procedures. | Dean Deng |
2020-09-29 | Migrates uses of deprecated map types to recommended types. | gVisor bot |
2020-09-21 | Fix socket_ipv4_udp_unbound_test_native in opensource. | Zach Koopmans |
2020-09-18 | Use a tmpfs file for shared anonymous and /dev/zero mmap on VFS2. | Jamie Liu |
2020-09-16 | Receive broadcast packets on interested endpoints | Ghanan Gowripalan |
2020-08-31 | Remove __fuchsia__ defines | Tamir Duberstein |
2020-08-28 | Don't bind loopback to all IPs in an IPv6 subnet | Ghanan Gowripalan |
2020-08-25 | Expose basic coverage information to userspace through kcov interface. | Dean Deng |
2020-08-24 | Consider loopback bound to all addresses in subnet | Ghanan Gowripalan |
2020-08-21 | Move udp port exhaustion tests to a 'nogotsan' one. | Ting-Yu Wang |
2020-08-19 | Fix return for rseq_test. | Zach Koopmans |
2020-08-19 | ip6tables: test initial state | Kevin Krakauer |
2020-08-18 | Fix readahead test for opensource. | Zach Koopmans |
2020-07-23 | Internal change. | gVisor bot |
2020-07-11 | Stub out SO_DETACH_FILTER. | Bhasker Hariharan |
2020-07-01 | Port fallocate to VFS2. | Zach Koopmans |
2020-06-29 | Refactor udp_socket_test | Zach Koopmans |
2020-06-27 | Port GETOWN, SETOWN fcntls to vfs2. | Dean Deng |
2020-06-26 | IPv6 raw sockets. Needed for ip6tables. | Kevin Krakauer |
2020-06-23 | Support inotify in vfs2 gofer fs. | Dean Deng |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-15 | Correctly set the test VFS environment variable. | Rahat Mahmood |
2020-06-11 | Merge pull request #2705 from lubinszARM:pr_sigfp_nested | gVisor bot |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-06-05 | Fix error code returned due to Port exhaustion. | Bhasker Hariharan |
2020-05-29 | Port inotify to vfs2, with support in tmpfs. | Dean Deng |
2020-05-15 | passed the syscall test case 'fpsig_nested' on Arm64 platform | Bin Lu |
2020-05-14 | Merge pull request #2663 from lubinszARM:pr_sigfp_fork | gVisor bot |
2020-05-13 | Resolve remaining TODOs for tmpfs. | Nicolas Lacasse |
2020-05-11 | Internal change. | gVisor bot |
2020-05-11 | passed the syscall test case 'fpsig_fork' on Arm64 platform | Bin Lu |
2020-04-28 | Fix Unix socket permissions. | Dean Deng |
2020-04-14 | Merge pull request #2375 from lubinszARM:pr_exec_binary | gVisor bot |
2020-04-09 | Dedup netlink utility functions in tests. | Ting-Yu Wang |