summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/netlink
AgeCommit message (Expand)Author
2021-09-24netlink: Implement neighbor messagesMikael Magnusson
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-07-30Support RTM_DELLINKZeling Feng
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-16[syserror] Refactor linuxerr and error package.Zach Koopmans
2021-05-11[syserror] Refactor abi/linux.ErrnoZach Koopmans
2021-04-27Remove uses of the binary package from networking code.Rahat Mahmood
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
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