summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/unix
AgeCommit message (Expand)Author
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
2020-05-05Update vfs2 socket TODOs.Dean Deng
2020-05-01Port netstack, hostinet, and netlink sockets to VFS2.Dean Deng
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-27Import host sockets.Dean Deng
2020-04-17Permit setting unknown optionsTamir Duberstein
2020-04-09Convert int and bool socket options to use GetSockOptInt and GetSockOptBoolAndrei Vagin
2020-04-04Record VFS2 sockets in global socket map.Dean Deng
2020-04-03Add FileDescriptionImpl for Unix sockets.Dean Deng
2020-01-28Prevent arbitrary size allocation when sending UDS messages.Dean Deng
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-09New sync package.Ian Gudger
2020-01-08Return correct length with MSG_TRUNC for unix sockets.Ian Lewis
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Rename tcpip.SockOpt{,Int}Tamir Duberstein
2019-12-12unix: allow to bind unix sockets only to AF_UNIX addressesAndrei Vagin
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-16Merge pull request #736 from tanjianfeng:fix-unixgVisor bot
2019-10-07Rename epsocket to netstack.Kevin Krakauer
2019-09-23netstack: convert more socket options to {Set,Get}SockOptIntAndrei Vagin
2019-08-22unix: return ECONNRESET if peer closed with data not readJianfeng Tan
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-18net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ)Andrei Vagin
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