Age | Commit message (Expand) | Author |
2020-12-29 | Simplify profiling and benchmarks. | Adin Scannell |
2020-12-29 | Make profiling commands synchronous. | Adin Scannell |
2020-12-23 | vfs1: don't allow to open socket files | Andrei Vagin |
2020-12-22 | Move SO_BINDTODEVICE to socketops. | Nayana Bidari |
2020-12-22 | Correctly log sniffed ARP packets | Tamir Duberstein |
2020-12-22 | Invoke address resolution upon subsequent traffic to Failed neighbor | Peter Johnston |
2020-12-21 | Prefer matching labels and longest matching prefix | Ghanan Gowripalan |
2020-12-21 | Don't modify a packet header when it can be used by other endpoints | Andrei Vagin |
2020-12-21 | RLock Endpoint in raw.Endpoint.HandlePacket | Kevin Krakauer |
2020-12-17 | Set verityMu to be state nosave | Chong Cai |
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-17 | Set process group and session on host TTY | Fabricio Voznika |
2020-12-17 | [netstack] Implement MSG_ERRQUEUE flag for recvmsg(2). | Ayush Ranjan |
2020-12-17 | Remove duplicate `return` | Tamir Duberstein |
2020-12-16 | Cleanup locking in multicast group protocol tests | Ghanan Gowripalan |
2020-12-16 | Automated rollback of changelist 346565589 | gVisor bot |
2020-12-16 | Merge pull request #4880 from lubinszARM:pr_tlbi_02 | gVisor bot |
2020-12-16 | Add support to count the number of packets SACKed. | Nayana Bidari |
2020-12-16 | Ensure correctness of saved receive window | Mithun Iyer |
2020-12-15 | Validate router alert's data length | Ghanan Gowripalan |
2020-12-15 | Internal change. | Andrei Vagin |
2020-12-15 | Don't split enabled flag across multicast group state | Ghanan Gowripalan |
2020-12-15 | Implement command SEM_INFO and SEM_STAT for semctl. | Jing Chen |
2020-12-15 | Change violation mode to an enum | Chong Cai |
2020-12-15 | [syzkaller] Avoid AIOContext from resurrecting after being marked dead. | Ayush Ranjan |
2020-12-15 | [netstack] Make recvmsg(2) call to host in hostinet even if dst is empty. | Ayush Ranjan |
2020-12-15 | Internal change. | gVisor bot |
2020-12-15 | Merge pull request #4722 from zhlhahaha:2010 | gVisor bot |
2020-12-15 | Fix error code for connect in raw sockets. | Nayana Bidari |
2020-12-15 | Fix a data race in packetEPs | Ting-Yu Wang |
2020-12-14 | Update containerd/cgroups | Fabricio Voznika |
2020-12-14 | [netstack] Update raw socket and hostinet control message parsing. | Ayush Ranjan |
2020-12-14 | Move SO_LINGER option to socketops. | Nayana Bidari |
2020-12-14 | Do not check for reference leaks after saving. | Dean Deng |
2020-12-14 | Move SO_ERROR and SO_OOBINLINE option to socketops. | Nayana Bidari |
2020-12-12 | Reduce the memory overhead in IP fragment management | Toshi Kikuchi |
2020-12-12 | Introduce IPv6 extension header serialization facilities | Bruno Dal Bo |
2020-12-11 | Internal change. | gVisor bot |
2020-12-11 | Make fixes to vfs2 leak checking. | Dean Deng |
2020-12-11 | Add runsc symbolize command. | Dean Deng |
2020-12-11 | Fix panic when IPv4 address is used in sendmsg for IPv6 sockets | Nayana Bidari |
2020-12-11 | Remove existing nogo exceptions. | Adin Scannell |
2020-12-11 | [netstack] Decouple tcpip.ControlMessages from the IP control messges. | Ayush Ranjan |
2020-12-11 | Make semctl IPC_INFO cmd return the index of highest used entry. | Jing Chen |
2020-12-10 | Change merkle root file name to avoid collision | Chong Cai |
2020-12-10 | Disable host reassembly for fragments. | Bhasker Hariharan |
2020-12-10 | Use specified source address for IGMP/MLD packets | Ghanan Gowripalan |
2020-12-09 | Add support for IP_RECVORIGDSTADDR IP option. | Bhasker Hariharan |
2020-12-09 | Add //pkg/sync:generic_atomicptrmap. | Jamie Liu |