summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket
AgeCommit message (Expand)Author
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-11-09Initialize references with a value of 1.Dean Deng
2020-11-01Fix returned error when deleting non-existant addressIan Lewis
2020-10-29Make RedirectTarget thread safeKevin Krakauer
2020-10-29Keep magic constants out of netstackKevin Krakauer
2020-10-27Add basic address deletion to netlinkIan Lewis
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 VFS2 save/restore.Jamie Liu
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-15sockets: ignore io.EOF from view.ReadAtAndrei Vagin
2020-10-14Fix SCM Rights reference leaks.Dean Deng
2020-09-30ip6tables: redirect supportKevin Krakauer
2020-09-30Make all Target.Action implementation pointer receiversKevin Krakauer
2020-09-29iptables: remove unused min/max NAT range fieldsKevin Krakauer
2020-09-29Don't allow broadcast/multicast source addressGhanan Gowripalan
2020-09-29iptables: refactor to make targets extendableKevin Krakauer
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-20Merge pull request #3651 from ianlewis:ip-forwardinggVisor bot
2020-09-18Count packets dropped by iptables in IPStatsKevin Krakauer
2020-09-17ip6tables: filter table supportKevin Krakauer
2020-09-17{Set,Get} SO_LINGER on all endpoints.Nayana Bidari
2020-09-17Complete vfs2 implementation of fallocate.Dean Deng
2020-09-17Return ENOPROTOOPT for all SOL_PACKET options.Bhasker Hariharan
2020-09-16Automated rollback of changelist 329526153Nayana Bidari
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-08Improve type safety for transport protocol optionsGhanan Gowripalan
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-28Fix kernfs.Dentry reference leak.Nicolas Lacasse
2020-08-27Improve type safety for socket optionsGhanan Gowripalan
2020-08-27Add function to get error from a tcpip.EndpointGhanan Gowripalan
2020-08-27ip6tables: (de)serialize ip6tables structsKevin Krakauer
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-25Fix TCP_LINGER2 behavior to match linux.Bhasker Hariharan
2020-08-20Skip listening TCP ports when trying to bind a free port.Bhasker Hariharan
2020-08-19ip6tables: move ipv4-specific logic into its own fileKevin Krakauer
2020-08-17Merge branch 'master' into ip-forwardingIan Lewis
2020-08-17Remove weak references from unix sockets.Dean Deng
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-08-10ip6tables: move target-specific code to targets.goKevin Krakauer
2020-08-05Add loss recovery option for TCP.Nayana Bidari
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari