summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/unix
AgeCommit message (Expand)Author
2021-09-21socket/unix: clean up socket queue after releasing a queue lockAndrei Vagin
2021-09-02unix: avoid taking two endpoint locksAndrei Vagin
2021-09-01unix: handle a case when a buffer is overflowedAndrei Vagin
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-08-12Add support for TCP send buffer auto tuning.Nayana Bidari
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-04-22Fix AF_UNIX listen() w/ zero backlog.Bhasker Hariharan
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-04Fix race in unix socket transport.Ian Gudger
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-19Don't hold baseEndpoint.mu while calling EventUpdate().Nicolas Lacasse
2021-02-18Make socketops reflect correct sndbuf value for host UDS.Bhasker Hariharan
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-02-05Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx)Ting-Yu Wang
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-26Initialize the send buffer handler in endpoint creation.Nayana Bidari
2021-01-26Do not send SCM Rights more than once when message is truncated.Dean Deng
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-12-14Move SO_LINGER option to socketops.Nayana Bidari
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-11-18[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_PASSCRED option to SocketOptions.Ayush Ranjan
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-11-09Initialize references with a value of 1.Dean Deng
2020-10-26Fix SCM Rights S/R reference leak.Dean Deng
2020-10-23Fix nogo tests in //pkg/sentry/socket/...Ting-Yu Wang
2020-10-23[vfs] kernfs: Implement remaining InodeAttr fields.Ayush Ranjan
2020-10-23Support getsockopt for SO_ACCEPTCONN.Nayana Bidari
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-14Fix SCM Rights reference leaks.Dean Deng
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-24Add basic stateify annotations.Adin Scannell
2020-09-24Fix socket record leak in VFS2Tiwei Bie
2020-09-17{Set,Get} SO_LINGER on all endpoints.Nayana Bidari
2020-09-16Automated rollback of changelist 329526153Nayana Bidari
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-09-01Automated rollback of changelist 328350576Nayana Bidari
2020-08-27Improve type safety for socket optionsGhanan Gowripalan
2020-08-27Add function to get error from a tcpip.EndpointGhanan Gowripalan
2020-08-25Use new reference count utility throughout gvisor.Dean Deng