summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/netlink
AgeCommit message (Expand)Author
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
2020-11-18[netstack] Move SO_PASSCRED option to SocketOptions.Ayush Ranjan
2020-11-01Fix returned error when deleting non-existant addressIan Lewis
2020-10-27Add basic address deletion to netlinkIan Lewis
2020-10-23Fix nogo tests in //pkg/sentry/socket/...Ting-Yu Wang
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-23[vfs] kernfs: Implement remaining InodeAttr fields.Ayush Ranjan
2020-10-15sockets: ignore io.EOF from view.ReadAtAndrei Vagin
2020-09-29Merge pull request #3875 from btw616:fix/issue-3874gVisor bot
2020-09-28Don't leak dentries returned by sockfs.NewDentry().Jamie Liu
2020-09-24Fix socket record leak in VFS2Tiwei Bie
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-01Port netstack, hostinet, and netlink sockets to VFS2.Dean Deng
2020-02-11Move Align{Up,Down} into binary package.gVisor bot
2020-02-04Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink.Ting-Yu Wang
2020-01-28netlink: add support for RTM_F_LOOKUP_TABLEJianfeng Tan
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2020-01-08Return correct length with MSG_TRUNC for unix sockets.Ian Lewis
2019-11-04Add NETLINK_KOBJECT_UEVENT socket supportMichael Pratt
2019-11-01Add SO_PASSCRED support to netlink socketsMichael Pratt
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-10Allow for zero byte iovec with MSG_PEEK | MSG_TRUNC in recvmsg.Ian Lewis
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-09netlink: return an error in nlmsgerrAndrei Vagin
2019-08-08Return a well-defined socket address type from socket funtions.Rahat Mahmood
2019-08-02Plumbing for iptables sockopts.Kevin Krakauer
2019-07-31Basic support for 'ip route'Ian Lewis
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-27Complete pipe support on overlayfsFabricio Voznika
2019-06-18gvisor/fs: don't update file.offset for sockets, pipes, etcAndrei Vagin
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Store more information in the kernel socket table.Rahat Mahmood
2019-06-06Use common definition of SockType.Rahat Mahmood
2019-06-06Track and export socket state.Rahat Mahmood
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-19Add support for the MSG_TRUNC msghdr flag.Ian Gudger
2019-04-11Use open fids when fstat()ing gofer files.Jamie Liu
2019-03-19Fix data race in netlink send buffer sizeFabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse