Age | Commit message (Expand) | Author |
2019-09-26 | Make raw socket tests pass in environments with or without CAP_NET_RAW. | Kevin Krakauer |
2019-09-25 | Merge pull request #765 from trailofbits:uds_support | gVisor bot |
2019-09-25 | Remove centralized registration of protocols. | Kevin Krakauer |
2019-09-25 | Merge pull request #863 from tanjianfeng:fix-862 | gVisor bot |
2019-09-24 | gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where required | gVisor bot |
2019-09-24 | Stub out readahead implementation. | Adin Scannell |
2019-09-24 | Return only primary addresses in Stack.NICInfo() | Chris Kuiper |
2019-09-24 | Simplify ICMPRateLimiter | Tamir Duberstein |
2019-09-24 | tty: fix sending SIGTTOU on tty write | henry.tjf |
2019-09-23 | Add test for concurrent reads and writes. | Adin Scannell |
2019-09-23 | netstack: convert more socket options to {Set,Get}SockOptInt | Andrei Vagin |
2019-09-23 | internal BUILD file cleanup. | gVisor bot |
2019-09-20 | Change vfs.Dirent.Off to NextOff. | Jamie Liu |
2019-09-20 | Allow waiting for LinkEndpoint worker goroutines to finish. | Ian Gudger |
2019-09-19 | Fix p9 integration of flipcall. | Jamie Liu |
2019-09-19 | Fix documentation, clean up seccomp filter installation, rename helpers. | Robert Tonic |
2019-09-19 | Remove defer from hot path and ensure Atomic is applied consistently. | Adin Scannell |
2019-09-19 | Merge pull request #876 from xiaobo55x:hostcpu | gVisor bot |
2019-09-19 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-09-18 | Enable pkg/sentry/hostcpu support on arm64. | Haibo Xu |
2019-09-18 | Signalfd support | Adin Scannell |
2019-09-17 | Automated rollback of changelist 268047073 | Ghanan Gowripalan |
2019-09-17 | platform/ptrace: log exit code for stub processes | Andrei Vagin |
2019-09-17 | Update remaining users of LinkEndpoints to not refer to them as an ID. | Ian Gudger |
2019-09-13 | gvisor: return ENOTDIR from the unlink syscall | Andrei Vagin |
2019-09-12 | Update p9 to support flipcall. | Adin Scannell |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-09-12 | Automated rollback of changelist 268047073 | Ghanan Gowripalan |
2019-09-09 | Fix ephemeral port leak. | Ian Gudger |
2019-09-09 | go_marshal: Implement automatic generation of ABI marshalling code. | Rahat Mahmood |
2019-09-09 | Join IPv6 all-nodes and solicited-node multicast addresses where appropriate. | Ghanan Gowripalan |
2019-09-06 | Remove reundant global tcpip.LinkEndpointID. | Ian Gudger |
2019-09-06 | Indicate flipcall synchronization to the Go race detector. | Jamie Liu |
2019-09-05 | Better strace logs for statx. | Nicolas Lacasse |
2019-09-05 | Switch from net to unet to open Unix Domain Sockets. | Robert Tonic |
2019-09-04 | Fix RST generation bugs. | Bhasker Hariharan |
2019-09-04 | Handle subnet and broadcast addresses correctly with NIC.subnets | Chris Kuiper |
2019-09-03 | Impose order on test scripts. | Adin Scannell |
2019-09-03 | Validate IPv6 Hop Limit field for received NDP packets | Ghanan Gowripalan |
2019-09-03 | Make UDP traceroute work. | Bhasker Hariharan |
2019-09-03 | Ensure that flipcall.Endpoint.Shutdown() shuts down inactive peers. | Jamie Liu |
2019-09-02 | Remove duplicated file in pkg/tcpip/link/rawfile. | Haibo Xu |
2019-08-30 | Remove support for non-incremental mapped accounting. | Jamie Liu |
2019-08-30 | Automated rollback of changelist 261387276 | Bhasker Hariharan |
2019-08-30 | Fix data race accessing referencedNetworkEndpoint.kind | Chris Kuiper |
2019-08-30 | Return correct buffer size for ioctl(socket, FIONREAD) | Fabricio Voznika |
2019-08-29 | Implement /proc/net/udp. | Rahat Mahmood |
2019-08-29 | Merge pull request #655 from praveensastry:feature/runsc-ref-chk-leak | gVisor bot |
2019-08-29 | Add limit_host_fd_translation Gofer mount option. | Jamie Liu |