summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/unix/unix.go
AgeCommit message (Expand)Author
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
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-26Do not send SCM Rights more than once when message is truncated.Dean Deng
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-12-02[netstack] Refactor common utils out of netstack to socket package.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-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-14Fix SCM Rights reference leaks.Dean Deng
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-25remove iptables sockopt special casesKevin Krakauer
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-10socket/unix: handle sendto address argument for connected socketsAndrei Vagin
2020-06-02Check that two sockets with different types can't be connected to each otherAndrei Vagin
2020-04-28Fix Unix socket permissions.Dean Deng
2020-04-28Deduplicate unix socket Release() method.Dean Deng
2020-04-28Support pipes and sockets in VFS2 gofer fs.Dean Deng
2020-04-03Add FileDescriptionImpl for Unix sockets.Dean Deng
2020-01-27Update package locations.Adin Scannell
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-08Return correct length with MSG_TRUNC for unix sockets.Ian Lewis
2019-12-12unix: allow to bind unix sockets only to AF_UNIX addressesAndrei Vagin
2019-10-16Merge pull request #736 from tanjianfeng:fix-unixgVisor bot
2019-10-07Rename epsocket to netstack.Kevin Krakauer
2019-08-22unix: return zero if peer is closedJianfeng Tan
2019-08-16netstack: disconnect an unix socket only if the address family is AF_UNSPECAndrei Vagin
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-08-08Return a well-defined socket address type from socket funtions.Rahat Mahmood
2019-08-02Plumbing for iptables sockopts.Kevin Krakauer
2019-07-17Add AF_UNIX, SOCK_RAW sockets, which exist for some reason.Kevin Krakauer
2019-07-03netstack/udp: connect with the AF_UNSPEC address family means disconnectAndrei Vagin
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
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
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Store more information in the kernel socket table.Rahat Mahmood
2019-06-06Use common definition of SockType.Rahat Mahmood
2019-06-06Track and export socket state.Rahat Mahmood
2019-06-03gvisor/sock/unix: pass creds when a message is sent between unconnected socketsAndrei Vagin
2019-05-30gvisor: socket() returns EPROTONOSUPPORT if protocol is not supportedAndrei Vagin