summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/unix/transport
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-12Add support for TCP send buffer auto tuning.Nayana Bidari
2021-04-22Fix AF_UNIX listen() w/ zero backlog.Bhasker Hariharan
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-04Fix race in unix socket transport.Ian Gudger
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-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-26Initialize the send buffer handler in endpoint creation.Nayana Bidari
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2020-12-14Move SO_LINGER option to socketops.Nayana Bidari
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-23Support getsockopt for SO_ACCEPTCONN.Nayana Bidari
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-09-17{Set,Get} SO_LINGER on all endpoints.Nayana Bidari
2020-09-16Automated rollback of changelist 329526153Nayana Bidari
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-25Support SO_LINGER socket option.Nayana Bidari
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-18socket/unix: (*connectionedEndpoint).State() has to take the endpoint lockAndrei Vagin
2020-06-02Check that two sockets with different types can't be connected to each otherAndrei Vagin
2020-04-17Permit setting unknown optionsTamir Duberstein
2020-04-09Convert int and bool socket options to use GetSockOptInt and GetSockOptBoolAndrei Vagin
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-09New sync package.Ian Gudger
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Rename tcpip.SockOpt{,Int}Tamir Duberstein
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-16Merge pull request #736 from tanjianfeng:fix-unixgVisor bot
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-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-07-18net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ)Andrei Vagin