summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/unix
AgeCommit message (Expand)Author
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
2020-08-25remove iptables sockopt special casesKevin Krakauer
2020-08-25Support SO_LINGER socket option.Nayana Bidari
2020-08-17Remove weak references from unix sockets.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-06-18socket/unix: (*connectionedEndpoint).State() has to take the endpoint lockAndrei Vagin
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-10socket/unix: handle sendto address argument for connected socketsAndrei Vagin
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-02Check that two sockets with different types can't be connected to each otherAndrei Vagin
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu