summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket
AgeCommit message (Expand)Author
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