Age | Commit message (Expand) | Author |
2019-12-12 | unix: allow to bind unix sockets only to AF_UNIX addresses | Andrei Vagin |
2019-12-11 | Add support for TCP_USER_TIMEOUT option. | Bhasker Hariharan |
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-10 | Make comments clearer for control message handling. | Dean Deng |
2019-12-06 | Add TCP stats for connection close and keep-alive timeouts. | Mithun Iyer |
2019-12-03 | Remove TODO for obsolete bug. | Zach Koopmans |
2019-12-03 | Support IP_TOS and IPV6_TCLASS socket options for hostinet sockets. | 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-07 | Add support for TIME_WAIT timeout. | Bhasker Hariharan |
2019-11-04 | Add NETLINK_KOBJECT_UEVENT socket support | Michael Pratt |
2019-11-01 | Add SO_PASSCRED support to netlink sockets | Michael Pratt |
2019-10-29 | Add endpoint tracking to the stack. | Ian Gudger |
2019-10-25 | Convert DelayOption to the newer/faster SockOpt int type. | Ian Gudger |
2019-10-23 | Merge pull request #641 from tanjianfeng:master | gVisor bot |
2019-10-21 | AF_PACKET support for netstack (aka epsocket). | Kevin Krakauer |
2019-10-16 | Reorder BUILD license and load functions in gvisor. | Kevin Krakauer |
2019-10-16 | Merge pull request #736 from tanjianfeng:fix-unix | gVisor bot |
2019-10-15 | epsocket: support /proc/net/snmp | Jianfeng Tan |
2019-10-15 | netstack: add counters for tcp CurrEstab and EstabResets | Jianfeng Tan |
2019-10-15 | hostinet: support /proc/net/snmp and /proc/net/dev | Jianfeng Tan |
2019-10-14 | Internal change. | gVisor bot |
2019-10-10 | Allow for zero byte iovec with MSG_PEEK | MSG_TRUNC in recvmsg. | Ian Lewis |
2019-10-10 | Fix bugs in fragment handling. | Bhasker Hariharan |
2019-10-09 | Internal change. | gVisor bot |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
2019-10-07 | Rename epsocket to netstack. | Kevin Krakauer |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-26 | Make raw socket tests pass in environments with or without CAP_NET_RAW. | Kevin Krakauer |
2019-09-23 | netstack: convert more socket options to {Set,Get}SockOptInt | Andrei Vagin |
2019-09-23 | internal BUILD file cleanup. | gVisor bot |
2019-09-19 | Remove defer from hot path and ensure Atomic is applied consistently. | Adin Scannell |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-08-30 | Return correct buffer size for ioctl(socket, FIONREAD) | Fabricio Voznika |
2019-08-29 | Implement /proc/net/udp. | Rahat Mahmood |
2019-08-22 | unix: return ECONNRESET if peer closed with data not read | Jianfeng Tan |
2019-08-22 | unix: return zero if peer is closed | Jianfeng Tan |
2019-08-21 | Use tcpip.Subnet in tcpip.Route | Tamir Duberstein |
2019-08-19 | hostinet: fix parsing route netlink message | Jianfeng Tan |
2019-08-19 | Read iptables via sockopts. | Kevin Krakauer |
2019-08-16 | netstack: disconnect an unix socket only if the address family is AF_UNSPEC | Andrei Vagin |
2019-08-14 | Replace uinptr with int64 when returning lengths | Tamir Duberstein |
2019-08-14 | Improve SendMsg performance. | Bhasker Hariharan |
2019-08-09 | netlink: return an error in nlmsgerr | Andrei Vagin |
2019-08-08 | Return a well-defined socket address type from socket funtions. | Rahat Mahmood |
2019-08-08 | netstack: Don't start endpoint goroutines too soon on restore. | Rahat Mahmood |
2019-08-08 | Merge pull request #653 from xiaobo55x:dev | gVisor bot |
2019-08-05 | Change syscall.EPOLLET to unix.EPOLLET | Haibo Xu |