summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/rpcinet/socket.go
AgeCommit message (Expand)Author
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-01Fix refcount bug in rpcinet socketOperations.Accept.Brian Geffon
2018-05-24rpcinet connect doesn't handle all errnos correctly.Brian Geffon
2018-05-16Fix another socket Dirent refcount.Christopher Koch
2018-05-03Fix misspellings.Cyrille Hemidy
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler