Age | Commit message (Expand) | Author |
2020-12-22 | Move SO_BINDTODEVICE to socketops. | Nayana Bidari |
2020-12-17 | [netstack] Implement IP(V6)_RECVERR socket option. | Ayush Ranjan |
2020-12-17 | [netstack] Implement MSG_ERRQUEUE flag for recvmsg(2). | Ayush Ranjan |
2020-12-15 | [netstack] Make recvmsg(2) call to host in hostinet even if dst is empty. | Ayush Ranjan |
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 | Move SO_ERROR and SO_OOBINLINE option to socketops. | Nayana Bidari |
2020-12-11 | [netstack] Decouple tcpip.ControlMessages from the IP control messges. | Ayush Ranjan |
2020-12-09 | Add support for IP_RECVORIGDSTADDR IP option. | Bhasker Hariharan |
2020-12-07 | Export IGMP stats | Arthur Sfez |
2020-12-02 | Extract ICMPv4/v6 specific stats to their own types | Arthur Sfez |
2020-12-02 | [netstack] Refactor common utils out of netstack to socket package. | Ayush Ranjan |
2020-11-26 | [netstack] Add SOL_TCP options to SocketOptions. | Ayush Ranjan |
2020-11-25 | [netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions. | Ayush Ranjan |
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 SO_ERROR behavior for TCP in gVisor. | Bhasker Hariharan |
2020-11-12 | Refactor SOL_SOCKET options | Nayana Bidari |
2020-11-09 | Initialize references with a value of 1. | Dean Deng |
2020-11-01 | Fix returned error when deleting non-existant address | Ian Lewis |
2020-10-29 | Make RedirectTarget thread safe | Kevin Krakauer |
2020-10-29 | Keep magic constants out of netstack | Kevin Krakauer |
2020-10-27 | Add basic address deletion to netlink | Ian Lewis |
2020-10-26 | Fix SCM Rights S/R reference leak. | Dean Deng |
2020-10-23 | Fix nogo tests in //pkg/sentry/socket/... | Ting-Yu Wang |
2020-10-23 | Support VFS2 save/restore. | Jamie Liu |
2020-10-23 | [vfs] kernfs: Implement remaining InodeAttr fields. | Ayush Ranjan |
2020-10-23 | Support getsockopt for SO_ACCEPTCONN. | Nayana Bidari |
2020-10-23 | Rewrite reference leak checker without finalizers. | Dean Deng |
2020-10-15 | sockets: ignore io.EOF from view.ReadAt | Andrei Vagin |
2020-10-14 | Fix SCM Rights reference leaks. | Dean Deng |
2020-09-30 | ip6tables: redirect support | Kevin Krakauer |
2020-09-30 | Make all Target.Action implementation pointer receivers | Kevin Krakauer |
2020-09-29 | iptables: remove unused min/max NAT range fields | Kevin Krakauer |
2020-09-29 | Don't allow broadcast/multicast source address | Ghanan Gowripalan |
2020-09-29 | iptables: refactor to make targets extendable | Kevin Krakauer |
2020-09-29 | Merge pull request #3875 from btw616:fix/issue-3874 | gVisor bot |
2020-09-28 | Don't leak dentries returned by sockfs.NewDentry(). | Jamie Liu |
2020-09-24 | Add basic stateify annotations. | Adin Scannell |
2020-09-24 | Fix socket record leak in VFS2 | Tiwei Bie |
2020-09-20 | Merge pull request #3651 from ianlewis:ip-forwarding | gVisor bot |
2020-09-18 | Count packets dropped by iptables in IPStats | Kevin Krakauer |
2020-09-17 | ip6tables: filter table support | Kevin Krakauer |
2020-09-17 | {Set,Get} SO_LINGER on all endpoints. | Nayana Bidari |
2020-09-17 | Complete vfs2 implementation of fallocate. | Dean Deng |
2020-09-17 | Return ENOPROTOOPT for all SOL_PACKET options. | Bhasker Hariharan |
2020-09-16 | Automated rollback of changelist 329526153 | Nayana Bidari |
2020-09-11 | Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Rahat Mahmood |