Age | Commit message (Expand) | Author |
2021-04-27 | Remove uses of the binary package from networking code. | Rahat Mahmood |
2021-04-22 | Fix AF_UNIX listen() w/ zero backlog. | Bhasker Hariharan |
2021-04-09 | Move maxListenBacklog check to sentry | Mithun Iyer |
2021-04-05 | Fix listen backlog handling to be in parity with Linux | Mithun Iyer |
2021-03-29 | [syserror] Split usermem package | Zach Koopmans |
2021-02-22 | unix: sendmmsg and recvmsg have to cap a number of message to UIO_MAXIOV | Andrei Vagin |
2021-02-08 | [go-marshal] Remove binary package reference from syscalls package. | Ayush Ranjan |
2021-01-05 | Fix panic when parsing SO_TIMESTAMP cmsg | Kevin Krakauer |
2020-12-17 | [netstack] Implement MSG_ERRQUEUE flag for recvmsg(2). | Ayush Ranjan |
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-10-14 | Fix SCM Rights reference leaks. | Dean Deng |
2020-09-15 | Enable automated marshalling for the syscall package. | Rahat Mahmood |
2020-09-11 | Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Rahat Mahmood |
2020-09-01 | Fix panic when calling dup2(). | Nayana Bidari |
2020-08-18 | Move ERESTART* error definitions to syserror package. | Dean Deng |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-23 | Marshallable socket opitons. | Ayush Ranjan |
2020-04-14 | Fix cleanup around socketpair() failure to copy out FDs. | Jamie Liu |
2020-04-13 | Port socket-related syscalls to VFS2. | Dean Deng |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-08 | Minor fixes to comments and logging | Kevin Krakauer |
2019-12-10 | Deduplicate and simplify control message processing for recvmsg and sendmsg. | Dean Deng |
2019-12-10 | Let socket.ControlMessages Release() the underlying transport.ControlMessages. | Dean Deng |
2019-12-02 | Support sending IP_TOS and IPV6_TCLASS control messages with hostinet sockets. | Dean Deng |
2019-11-27 | Add support for receiving TOS and TCLASS control messages in hostinet. | Dean Deng |
2019-11-14 | Fix return codes for {get,set}sockopt for some nullptr cases. | Ting-Yu Wang |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-08-02 | Plumbing for iptables sockopts. | Kevin Krakauer |
2019-07-18 | net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ) | Andrei Vagin |
2019-07-09 | Cleanup straggling syscall dependencies. | Adin Scannell |
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |
2019-06-13 | Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE. | Rahat Mahmood |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-06 | Use common definition of SockType. | Rahat Mahmood |
2019-04-29 | Implement the MSG_CTRUNC msghdr flag for Unix sockets. | Ian Gudger |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-19 | Add support for the MSG_TRUNC msghdr flag. | Ian Gudger |
2019-03-29 | Use kernel.Task.CopyScratchBuffer in syscalls/linux where possible. | Jamie Liu |
2019-03-21 | Clear msghdr flags on successful recvmsg. | Ian Gudger |
2019-01-08 | Allow MSG_OOB and MSG_DONTROUTE to be no-ops on recvmsg(2). | Brian Geffon |
2018-12-14 | Implement SO_SNDTIMEO | Ian Gudger |
2018-12-10 | Implement MSG_WAITALL | Ian Gudger |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-17 | Move Unix transport out of netstack | Ian Gudger |
2018-09-18 | Allow for MSG_CTRUNC in input flags for recv. | Brian Geffon |
2018-05-01 | Add support for ping sockets | Ian Gudger |
2018-05-01 | Implement SO_TIMESTAMP | Ian Gudger |
2018-05-01 | Fix SO_RCVTIMEOUT for recvmsg | Ian Gudger |