Age | Commit message (Expand) | Author |
2021-05-18 | use more explicit netstack dependency restrictions | Kevin Krakauer |
2021-05-18 | Be explicit about setsid() return values in pty.cc | Kevin Krakauer |
2021-05-18 | Prevent infinite loops from being optimized away. | gVisor bot |
2021-05-18 | Merge pull request #6009 from kevinGC:anotheralign | gVisor bot |
2021-05-18 | Merge pull request #5908 from zhlhahaha:2157 | gVisor bot |
2021-05-18 | Delete /cloud/gvisor/sandbox/sentry/gofer/opened_write_execute_file metric | Nayana Bidari |
2021-05-18 | [syserror] Add linuxerr package. | Zach Koopmans |
2021-05-18 | Emit more information on panic | Tamir Duberstein |
2021-05-17 | Add badges for Github actions so it's easier to notice when they are failing. | Ian Lewis |
2021-05-17 | Automated rollback of changelist 373417636 | Jamie Liu |
2021-05-17 | Merge pull request #5224 from avagin:bazel-3.7 | gVisor bot |
2021-05-17 | Update bazel packages | Andrei Vagin |
2021-05-17 | Reduce thread count in TCPResetDuringClose. | Jamie Liu |
2021-05-17 | Make sandbox join the pod cgroup in K8s | Fabricio Voznika |
2021-05-17 | replace use of atomic with AlignedAtomicInt64 | Kevin Krakauer |
2021-05-17 | Rename variables in IP forwarding tests | Nick Brown |
2021-05-14 | Add stuck tasks and startup stuck tasks to weirdness metric | Nayana Bidari |
2021-05-14 | Validate DAD configs when initializing DAD state | Ghanan Gowripalan |
2021-05-14 | Control forwarding per NetworkEndpoint | Ghanan Gowripalan |
2021-05-14 | Add new metric for suspicious operations. | Nayana Bidari |
2021-05-14 | Add hash15 label for tests. | Andrei Vagin |
2021-05-14 | Resolve remaining O_PATH TODOs. | Dean Deng |
2021-05-14 | Add verity_mmap tests | Chong Cai |
2021-05-14 | Don't read forwarding from netstack in sentry | Ghanan Gowripalan |
2021-05-14 | pkg/buffer: Remove dependency to safemem, code no longer used | Ting-Yu Wang |
2021-05-14 | Fix panic on consume in a mixed push/consume case | Ting-Yu Wang |
2021-05-14 | Fix cgroup hierarchy registration. | Rahat Mahmood |
2021-05-13 | Check filter table when forwarding IP packets | Ghanan Gowripalan |
2021-05-13 | Apply SWS avoidance to ACKs with window updates | Mithun Iyer |
2021-05-13 | Merge pull request #5983 from btw616:fix/issue-5982 | gVisor bot |
2021-05-13 | Fix problem with grouped cgroups | Fabricio Voznika |
2021-05-13 | Migrate PacketBuffer to use pkg/buffer | Ting-Yu Wang |
2021-05-13 | Rename SetForwarding to SetForwardingDefaultAndAllNICs | Ghanan Gowripalan |
2021-05-12 | Fix TODO comments. | Ian Lewis |
2021-05-13 | Fix file descriptor leak in MultiGetAttr | Tiwei Bie |
2021-05-12 | Send ICMP errors when unable to forward fragmented packets | Nick Brown |
2021-05-12 | Merge pull request #5975 from kevinGC:align32-mips | gVisor bot |
2021-05-12 | Fix not calling decRef on merged segments | Ting-Yu Wang |
2021-05-12 | Document design details for refsvfs2 template. | Dean Deng |
2021-05-12 | Internal change. | gVisor bot |
2021-05-12 | Use an exhaustive list of architectures | Kevin Krakauer |
2021-05-12 | enable building //pkg/tcpip on 32-bit MIPS | Kevin Krakauer |
2021-05-11 | Merge pull request #5694 from kevinGC:align32 | gVisor bot |
2021-05-11 | [syserror] Refactor abi/linux.Errno | Zach Koopmans |
2021-05-11 | Internal change. | gVisor bot |
2021-05-11 | Change AcquireAssignedAddress to use RLock. | Bhasker Hariharan |
2021-05-11 | Move multicounter testutil functions out of network/ip | Arthur Sfez |
2021-05-11 | Process Hop-by-Hop header when forwarding IPv6 packets | Nick Brown |
2021-05-11 | fix pty_test error by releasing tty received from test | Howard Zhang |
2021-05-10 | Fix issue reviver | Ian Lewis |