Age | Commit message (Expand) | Author |
2021-01-12 | [rack] Set up TLP timer and configure timeout. | Ayush Ranjan |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2021-01-07 | Fix tuntap_test to cleanup after CreateInterfaceNoCap | Mithun Iyer |
2021-01-07 | netstack: Refactor tcpip.Endpoint.Read | Ting-Yu Wang |
2021-01-06 | Run external networking test | Kevin Krakauer |
2021-01-06 | Support add/remove IPv6 multicast group sock opt | Ghanan Gowripalan |
2021-01-05 | Don't check that msg_flags contains MSG_ERRQUEUE on gvisor platforms. | Andrei Vagin |
2021-01-05 | fs/fuse: check that a task has a specified file descriptor | Andrei Vagin |
2020-12-30 | Add test for open(2) with O_WRONLY|O_RDWR. | Dean Deng |
2020-12-29 | Deflake semaphore_test_native | Jing Chen |
2020-12-29 | Export socket_ipv6_udp_unbound_loopback.cc | Tamir Duberstein |
2020-12-28 | Merge pull request #5166 from kevinGC:bk-warnings | gVisor bot |
2020-12-23 | Resolve compiler warnings | Kevin Krakauer |
2020-12-23 | vfs1: don't allow to open socket files | Andrei Vagin |
2020-12-22 | Internal change. | gVisor bot |
2020-12-17 | Fix seek on /proc/pid/cmdline when task is zombie. | Nicolas Lacasse |
2020-12-17 | [netstack] Implement IP(V6)_RECVERR socket option. | Ayush Ranjan |
2020-12-15 | Implement command SEM_INFO and SEM_STAT for semctl. | Jing Chen |
2020-12-15 | Fix error code for connect in raw sockets. | Nayana Bidari |
2020-12-14 | [netstack] Update raw socket and hostinet control message parsing. | Ayush Ranjan |
2020-12-14 | Move SO_ERROR and SO_OOBINLINE option to socketops. | Nayana Bidari |
2020-12-11 | Fix panic when IPv4 address is used in sendmsg for IPv6 sockets | Nayana Bidari |
2020-12-11 | Make semctl IPC_INFO cmd return the index of highest used entry. | Jing Chen |
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-04 | Remove invalid test case. | Adin Scannell |
2020-12-04 | Initialize has_tid for correctness. | Adin Scannell |
2020-12-03 | Implement command IPC_INFO for semctl. | Jing Chen |
2020-12-03 | Implement `fcntl` options `F_GETSIG` and `F_SETSIG`. | Etienne Perot |
2020-12-03 | Support partitions for other tests. | Adin Scannell |
2020-12-02 | Fix chown test. | Adin Scannell |
2020-12-02 | Skip CanKillAllPIDs when running natively. | Adin Scannell |
2020-12-02 | Add /proc/sys/kernel/sem. | Jing Chen |
2020-11-30 | Fix deadlock in UDP handleControlPacket path. | Bhasker Hariharan |
2020-11-25 | arm64 test: add exceptions related test cases | Robin Luk |
2020-11-23 | Omit sandbox from chown test. | Adin Scannell |
2020-11-23 | Ignore permission failures in CheckDuplicatesRecursively. | Adin Scannell |
2020-11-19 | Internal change. | gVisor bot |
2020-11-19 | Propagate IP address prefix from host to netstack | Fabricio Voznika |
2020-11-18 | [netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions. | Ayush Ranjan |
2020-11-18 | [netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions. | Ayush Ranjan |
2020-11-18 | [netstack] Move SO_NO_CHECK option to SocketOptions. | Ayush Ranjan |
2020-11-18 | [netstack] Move SO_PASSCRED option to SocketOptions. | Ayush Ranjan |
2020-11-17 | Fix possible deadlock in UDP.Write(). | Bhasker Hariharan |
2020-11-17 | Fix SO_ERROR behavior for TCP in gVisor. | Bhasker Hariharan |
2020-11-16 | Reset watchdog timer between sendfile() iterations. | Jamie Liu |
2020-11-13 | Disable save/restore in PartialBadBufferTest.SendMsgTCP. | Jamie Liu |
2020-11-12 | Deflake tcp_socket test. | Mithun Iyer |
2020-11-12 | Refactor SOL_SOCKET options | Nayana Bidari |
2020-11-09 | Skip `EventHUp` notify in `FIN_WAIT2` on a socket close. | Mithun Iyer |