Age | Commit message (Expand) | Author |
2021-03-03 | Remove dependency on golang.org/x/sys/unix | Tamir Duberstein |
2021-03-03 | Assert UpdatedAtNanos in neighbor cache tests | Sam Balana |
2021-03-03 | Add checklocks analyzer. | Bhasker Hariharan |
2021-03-03 | Export stats that were forgotten | Arthur Sfez |
2021-03-03 | [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. | Ayush Ranjan |
2021-03-02 | Plumb link address request errors up to requester | Tamir Duberstein |
2021-03-01 | tcp: endpoint.Write has to send all data that has been read from payload | Andrei Vagin |
2021-02-26 | Fix panic due to zero length writes in TCP. | Bhasker Hariharan |
2021-02-26 | Assert UpdatedAtNanos in neighbor entry tests | Sam Balana |
2021-02-26 | Embed sync.Mutex for entryTestLinkResolver and testNUDDispatcher | Sam Balana |
2021-02-26 | Use helper functions in neighbor entry tests | Sam Balana |
2021-02-26 | Use closure to avoid manual unlocking | Tamir Duberstein |
2021-02-25 | RACK: recovery logic should check for receive window before re-transmitting. | Nayana Bidari |
2021-02-25 | Remove deadlock in raw.endpoint caused by recursive read locking | Kevin Krakauer |
2021-02-25 | Implement SEM_STAT_ANY cmd of semctl. | Jing Chen |
2021-02-24 | Use sync.Gate in p9.connState. | Jamie Liu |
2021-02-24 | Validate MLD packets | Arthur Sfez |
2021-02-24 | Kernfs should not try to rename a file to itself. | Nicolas Lacasse |
2021-02-24 | Use mapped device number + topmost inode number for all files in VFS2 overlay. | Jamie Liu |
2021-02-24 | Cleanup temp SLAAC address jobs on DAD conflicts | Ghanan Gowripalan |
2021-02-24 | Move //pkg/gate.Gate to //pkg/sync. | Jamie Liu |
2021-02-24 | Merge pull request #5519 from dqminh:runsc-ps-pids | gVisor bot |
2021-02-24 | return root pids with runsc ps | Daniel Dao |
2021-02-24 | Add YAMA security module restrictions on ptrace(2). | Dean Deng |
2021-02-24 | Use async task context for async IO. | Dean Deng |
2021-02-22 | Internal change. | gVisor bot |
2021-02-22 | unix: sendmmsg and recvmsg have to cap a number of message to UIO_MAXIOV | Andrei Vagin |
2021-02-19 | Don't hold baseEndpoint.mu while calling EventUpdate(). | Nicolas Lacasse |
2021-02-19 | control.Proc.Exec should default to root pid namespace if none provided. | Nicolas Lacasse |
2021-02-18 | Make socketops reflect correct sndbuf value for host UDS. | Bhasker Hariharan |
2021-02-18 | Bump build constraints to Go 1.18 | Michael Pratt |
2021-02-18 | Validate IGMP packets | Arthur Sfez |
2021-02-18 | Remove deprecated NUD types Failed and FailedEntryLookups | Sam Balana |
2021-02-17 | Move Name() out of netstack Matcher. It can live in the sentry. | Kevin Krakauer |
2021-02-17 | Add gohacks.Slice/StringHeader. | Jamie Liu |
2021-02-17 | Check for directory emptiness in VFS1 overlay rmdir(). | Jamie Liu |
2021-02-17 | [infra] Split tcpip/integration test targets to aid investigation. | Ayush Ranjan |
2021-02-12 | Fix bug with iperf and don't profile runc. | Zach Koopmans |
2021-02-11 | [rack] TLP: ACK Processing and PTO scheduling. | Ayush Ranjan |
2021-02-11 | Unconditionally check for directory-ness in overlay.filesystem.UnlinkAt(). | Jamie Liu |
2021-02-11 | [netstack] Fix recovery entry and exit checks. | Ayush Ranjan |
2021-02-11 | Internal change. | gVisor bot |
2021-02-11 | Let sentry understand tcpip.ErrMalformedHeader | Kevin Krakauer |
2021-02-11 | Implement semtimedop. | Jing Chen |
2021-02-11 | Assign controlling terminal when tty is opened and support NOCTTY | Kevin Krakauer |
2021-02-10 | Support setgid directories in tmpfs and kernfs | Kevin Krakauer |
2021-02-10 | RACK: Fix re-transmitting the segment twice when entering recovery. | Nayana Bidari |
2021-02-10 | Don't allow to umount the namespace root mount | Andrei Vagin |
2021-02-10 | Fix broken IFTTT link in tcpip. | Ayush Ranjan |
2021-02-10 | Merge pull request #5267 from lubinszARM:pr_usr_lazy_fp | gVisor bot |