summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket
AgeCommit message (Expand)Author
2018-10-17Use generic ilist in Unix transport queueIan Gudger
2018-10-17Merge queue into Unix transportIan Gudger
2018-10-17Move Unix transport out of netstackIan Gudger
2018-10-12runsc: Support retrieving MTU via netdevice ioctl.Kevin Krakauer
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-10-09Add new netstack metrics to the sentryIan Gudger
2018-09-28Block for link address resolutionSepehr Raissian
2018-08-20Fix handling of abstract Unix socket addressesIan Gudger
2018-08-14Reduce map lookups in syserrIan Gudger
2018-08-14Enforce Unix socket address length limitIan Gudger
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
2018-08-08Basic support for ip link/addr and ifconfigFabricio Voznika
2018-08-08Enable SACK in runscFabricio Voznika
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-06-22Add rpcinet support for SIOCGIFCONF.Brian Geffon
2018-06-22Netstack should return EOF on closed read.Brian Geffon
2018-06-19Epsocket has incorrect recv(2) behavior after SHUT_RD.Brian Geffon
2018-06-19Rpcinet is racy around shutdown flags.Brian Geffon
2018-06-19Rpcinet needs to track shutdown state for blocking sockets.Brian Geffon
2018-06-17Add rpcinet support for control messages.Brian Geffon
2018-06-13Fix missing returns in rpcinet.Brian Geffon
2018-06-12Rpcinet doensn't handle SO_RCVTIMEO properly.Brian Geffon
2018-06-11Set CLOEXEC option to socketsFabricio Voznika
2018-06-11Rpcinet is incorrectly handling MSG_TRUNC with SOCK_STREAMBrian Geffon
2018-06-11rpcinet is treating EAGAIN and EWOULDBLOCK as different errnos.Brian Geffon
2018-06-08Add checks for short CopyOut in rpcinetBrian Geffon
2018-06-08rpcinet is not correctly handling MSG_TRUNC on recvmsg(2).Brian Geffon
2018-06-07rpcinet should not block in read(2) rpcs.Brian Geffon
2018-06-07Add missing rpcinet ioctls.Brian Geffon
2018-06-06Add support for rpcinet ioctl(2).Brian Geffon
2018-06-05Add support for rpcinet owned procfs files.Brian Geffon
2018-06-01Fix refcount bug in rpcinet socketOperations.Accept.Brian Geffon
2018-05-24rpcinet connect doesn't handle all errnos correctly.Brian Geffon
2018-05-22sentry: Add simple SIOCGIFFLAGS support (IFF_RUNNING and IFF_PROMIS).Kevin Krakauer
2018-05-18sentry: Get "ip link" working.Kevin Krakauer
2018-05-16Fix another socket Dirent refcount.Christopher Koch
2018-05-16Refcount socket Dirents correctly.Christopher Koch
2018-05-15sentry: Replaces saving of inet.Stack with retrieval via context.Kevin Krakauer
2018-05-04sentry: Adds the SIOCGIFNETMASK ioctl to epsocket.Kevin Krakauer
2018-05-03Fix misspellings.Cyrille Hemidy
2018-05-01Add support for ping socketsIan Gudger
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler