summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/host/socket.go
AgeCommit message (Expand)Author
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-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-04-15Add S/R logic for host.ConnectedEndpointFabricio Voznika
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-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2020-11-09Initialize references with a value of 1.Dean Deng
2020-09-01fsimpl/host: fix the order of removing FD notifierTiwei Bie
2020-08-20Add reference count checking to the fsimpl/host package.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-01Remove maxSendBufferSize from vfs2.Dean Deng
2020-05-01Port netstack, hostinet, and netlink sockets to VFS2.Dean Deng
2020-04-27Import host sockets.Dean Deng