summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket
AgeCommit message (Expand)Author
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
2020-07-31iptables: support SO_ORIGINAL_DSTKevin Krakauer
2020-07-28Redirect TODO to GitHub issuesFabricio Voznika
2020-07-24Enable automated marshalling for netstack.Ayush Ranjan
2020-07-23Merge pull request #3142 from tanjianfeng:fix-3141gVisor bot
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-07-22iptables: replace maps with arraysKevin Krakauer
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-07-16Add support to return protocol in recvmsg for AF_PACKET.Bhasker Hariharan
2020-07-15Fix minor bugs in a couple of interface IOCTLs.Bhasker Hariharan
2020-07-15hostinet: fix fd leak in fdnotifier for VFS2Tiwei Bie
2020-07-11Stub out SO_DETACH_FILTER.Bhasker Hariharan
2020-07-09Discard multicast UDP source address.gVisor bot
2020-07-09Add support for IP_HDRINCL IP option for raw sockets.Bhasker Hariharan
2020-07-06hostinet: fix not specifying family fieldJianfeng Tan