summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket
AgeCommit message (Expand)Author
2020-05-15Minor formatting updates for gvisor.dev.Adin Scannell
2020-05-13Stub support for TCP_SYNCNT and TCP_WINDOW_CLAMP.Bhasker Hariharan
2020-05-12Merge pull request #2678 from nybidari:iptablesgVisor bot
2020-05-12Merge pull request #2671 from kevinGC:skip-outputgVisor bot
2020-05-12Don't call kernel.Task.Block() from netstack.SocketOperations.Write().Jamie Liu
2020-05-12iptables: support gid match for owner matching.Nayana Bidari
2020-05-11iptables: check for truly unconditional rulesKevin Krakauer
2020-05-08iptables - filter packets using outgoing interface.gVisor bot
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-05Update vfs2 socket TODOs.Dean Deng
2020-05-01Support for connection tracking of TCP packets.Nayana Bidari
2020-05-01Automated rollback of changelist 308674219Kevin Krakauer
2020-05-01Port netstack, hostinet, and netlink sockets to VFS2.Dean Deng
2020-04-29iptables: don't pollute logsKevin Krakauer
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-27Automated rollback of changelist 308163542gVisor bot
2020-04-24Port SCM Rights to VFS2.Dean Deng
2020-04-23Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-21Sentry metrics updates.Dave Bailey
2020-04-21Automated rollback of changelist 307477185gVisor bot
2020-04-17Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-17Permit setting unknown optionsTamir Duberstein
2020-04-09Replace type assertion with TaskFromContext.Ting-Yu Wang
2020-04-09Convert int and bool socket options to use GetSockOptInt and GetSockOptBoolAndrei Vagin
2020-04-07Remove out-of-date TODOs.Ting-Yu Wang
2020-04-04Record VFS2 sockets in global socket map.Dean Deng
2020-04-03Add FileDescriptionImpl for Unix sockets.Dean Deng
2020-04-02Fix typo in TODO comments.Dean Deng
2020-04-01Add FileDescription interface for socket files.Dean Deng
2020-03-26Support owner matching for iptables.Nayana Bidari
2020-03-25Automated rollback of changelist 301837227Bhasker Hariharan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-23Support basic /proc/net/dev metrics for netstackIan Lewis
2020-03-23Fix data race in SetSockOpt.Bhasker Hariharan
2020-03-19Change SocketOperations.readMu to an RWMutex.Bhasker Hariharan
2020-03-19Remove workMu from tcpip.Endpoint.Bhasker Hariharan
2020-03-16Merge pull request #1943 from kevinGC:ipt-filter-ipgVisor bot
2020-03-11Merge pull request #1975 from nybidari:iptablesgVisor bot
2020-03-02Fix panic caused by invalid address for Bind in packet sockets.Nayana Bidari
2020-03-02socket: take readMu to access readViewAndrei Vagin
2020-02-28Add nat table support for iptables.Nayana Bidari
2020-02-27Internal change.Nayana Bidari
2020-02-26iptables: filter by IP address (and range)Kevin Krakauer
2020-02-25Merge branch 'master' into iptablesnybidari
2020-02-25Add nat table support for iptables.Nayana Bidari
2020-02-19Internal change.gVisor bot
2020-02-18Enable IPV6_RECVTCLASS socket option for datagram socketsgVisor bot