summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/proc/task_net.go
AgeCommit message (Expand)Author
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-03-29[syserror] Split usermem packageZach Koopmans
2020-11-19Remove racy stringification of socket fds from /proc/net/*.Rahat Mahmood
2020-11-12Fix misuses of kernel.Task as context.Context.Jamie Liu
2020-10-23[vfs] kernfs: Implement remaining InodeAttr fields.Ayush Ranjan
2020-10-12[vfs] kernfs: Fix inode memory leak issue.Ayush Ranjan
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-17fsimpl: improve the "implements" commentsTiwei Bie
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-04-30Fix proc net bugs in VFS2.Dean Deng
2020-04-08Fix unused result errors.Adin Scannell
2020-04-04Record VFS2 sockets in global socket map.Dean Deng
2020-03-09Move /proc/net to /proc/PID/net, and make /proc/net -> /proc/self/net.Ting-Yu Wang