summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/netstack/netstack_vfs2.go
AgeCommit message (Expand)Author
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2020-12-02[netstack] Refactor common utils out of netstack to socket package.Ayush Ranjan
2020-11-26[netstack] Add SOL_TCP options to SocketOptions.Ayush Ranjan
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-23[vfs] kernfs: Implement remaining InodeAttr fields.Ayush Ranjan
2020-09-24Fix socket record leak in VFS2Tiwei Bie
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-02Fix Accept to not return error for sockets in accept queue.Bhasker Hariharan
2020-08-28Fix kernfs.Dentry reference leak.Nicolas Lacasse
2020-08-25remove iptables sockopt special casesKevin Krakauer
2020-08-19ip6tables: move ipv4-specific logic into its own fileKevin Krakauer
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-12Don't call kernel.Task.Block() from netstack.SocketOperations.Write().Jamie Liu
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-05Update vfs2 socket TODOs.Dean Deng
2020-05-01Port netstack, hostinet, and netlink sockets to VFS2.Dean Deng