Age | Commit message (Expand) | Author |
2021-09-21 | Handle Shutdown on connecting tcp socket | Arthur Sfez |
2021-09-21 | Deliver endpoints to the accept queue synchronously when possible | Arthur Sfez |
2021-09-20 | Support getsockname for packet sockets | Ghanan Gowripalan |
2021-09-20 | Do not allow unbinding network protocol | Ghanan Gowripalan |
2021-09-19 | Support IPV6_RECVPKTINFO on UDP sockets | Ghanan Gowripalan |
2021-09-17 | Allow rebinding packet socket protocol | Ghanan Gowripalan |
2021-09-16 | Allow creating packet socket bound to any protocol | Ghanan Gowripalan |
2021-09-16 | Rename packet_socket to packet_socket_dgram | Ghanan Gowripalan |
2021-09-16 | Limit most file mmaps to the range of an int64. | Jamie Liu |
2021-09-16 | Don't allow binding to broadcast on ICMP sockets | Ghanan Gowripalan |
2021-09-15 | Pass address properties in a single struct | Tony Gong |
2021-09-15 | [bind] Return EINVAL for under sized address | Ghanan Gowripalan |
2021-09-14 | Compose raw IP with datagram-based endpoint | Ghanan Gowripalan |
2021-09-14 | Use a shared method to get loopback index | Ghanan Gowripalan |
2021-09-14 | Explicitly bind endpoint to a NIC | Ghanan Gowripalan |
2021-09-14 | Don't use SOL_UDP when creating sockets | Ghanan Gowripalan |
2021-09-13 | Accept packets destined to bound address | Ghanan Gowripalan |
2021-09-13 | tools/show_paths.bzl: check that provider_map isn't None | Andrei Vagin |
2021-09-13 | Separate IPv4 ToS & IPv6 TClass in dgram endpoint | Ghanan Gowripalan |
2021-09-11 | Internal change. | gVisor bot |
2021-09-09 | Remove linux-compat loopback hacks from packet endpoint | Ghanan Gowripalan |
2021-09-07 | Conditionally use GetAbsoluteTestTmpdir() rather than hard-code "/tmp" | Kevin Lindkvist |
2021-09-02 | Merge pull request #6516 from slowy07:minor-changes | gVisor bot |
2021-09-01 | Support sending with packet sockets | Ghanan Gowripalan |
2021-09-01 | unix: handle a case when a buffer is overflowed | Andrei Vagin |
2021-08-31 | Remove splice-to/from-weird-files tests. | Jamie Liu |
2021-08-31 | Automated rollback of changelist 390405182 | gVisor bot |
2021-08-30 | [syserr] Fix SIGBUS on syserr.FromError | Zach Koopmans |
2021-08-30 | Internal change. | gVisor bot |
2021-08-27 | fix: typo spelling grammar | slowy07 |
2021-08-26 | fix tests in pty.cc | gystemd |
2021-08-24 | Merge pull request #6438 from gystemd:tcsetpgrp_SIGTTOU | gVisor bot |
2021-08-24 | Fix uninitialized messages in MsgqueueTest | Fabricio Voznika |
2021-08-19 | Added a system call test for SetForegroundProcessGroup | gystemd |
2021-08-17 | [op] Deflake SNMP Metric proc_net tests. | Ayush Ranjan |
2021-08-17 | Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3 | gVisor bot |
2021-08-17 | added two system call tests for setForegroundProcessGroup | gystemd |
2021-08-17 | Deflake test/perf:randread_benchmark | Andrei Vagin |
2021-08-17 | Implement stub for msgctl(2). | Zyad A. Ali |
2021-08-17 | Add tests for msgctl(2). | Zyad A. Ali |
2021-08-16 | Internal change. | gVisor bot |
2021-08-16 | test/syscalls/proc_net: /proc/net/snmp can contain system-wide statistics | Andrei Vagin |
2021-08-13 | [benchmarks] Update BenchmarkStartEmpty benchmark. | Zach Koopmans |
2021-08-12 | Automated rollback of changelist 390346783 | gVisor bot |
2021-08-12 | test/pipe: use futex() for sync with the signal hander | Andrei Vagin |
2021-08-12 | Internal change. | gVisor bot |
2021-08-12 | Add support for TCP send buffer auto tuning. | Nayana Bidari |
2021-08-11 | Add verity stat benchmark test | Chong Cai |
2021-08-11 | Run packet socket tests on Fuchsia | Ghanan Gowripalan |
2021-08-11 | Initial cgroupfs support for subcontainers | Rahat Mahmood |