From: Leonardo Bras <leonardo@linux.ibm.com> To: netfilter-devel@vger.kernel.org, coreteam@netfilter.org, bridge@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Leonardo Bras <leonardo@linux.ibm.com>, Pablo Neira Ayuso <pablo@netfilter.org>, Jozsef Kadlecsik <kadlec@netfilter.org>, Florian Westphal <fw@strlen.de>, Roopa Prabhu <roopa@cumulusnetworks.com>, Nikolay Aleksandrov <nikolay@cumulusnetworks.com>, "David S. Miller" <davem@davemloft.net> Subject: [PATCH v4 0/2] Drop IPV6 packets if IPv6 is disabled on boot Date: Fri, 30 Aug 2019 15:13:52 -0300 [thread overview] Message-ID: <20190830181354.26279-1-leonardo@linux.ibm.com> (raw) This patchset was prevously a single patch named: - netfilter: nf_tables: fib: Drop IPV6 packets if IPv6 is disabled on boot It fixes a bug where a host, with IPv6 disabled on boot, has to deal with guest IPv6 packets, that comes from a bridge interface. When these packets reach the host ip6tables they cause a kernel panic. --- Changes from v3: - Move drop logic from nft_fib6_eval{,_type} to nft_fib_netdev_eval - Add another patch to drop ipv6 packets from bridge when ipv6 disabled Changes from v2: - Replace veredict.code from NF_DROP to NFT_BREAK - Updated commit message (s/package/packet) Changes from v1: - Move drop logic from nft_fib_inet_eval() to nft_fib6_eval{,_type} so it can affect other usages of these functions. Leonardo Bras (2): netfilter: Terminate rule eval if protocol=IPv6 and ipv6 module is disabled net: br_netfiler_hooks: Drops IPv6 packets if IPv6 module is not loaded net/bridge/br_netfilter_hooks.c | 2 ++ net/netfilter/nft_fib_netdev.c | 3 +++ 2 files changed, 5 insertions(+) -- 2.20.1
next reply other threads:[~2019-08-30 18:14 UTC|newest] Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-08-30 18:13 Leonardo Bras [this message] 2019-08-30 18:13 ` [PATCH v4 1/2] netfilter: Terminate rule eval if protocol=IPv6 and ipv6 module is disabled Leonardo Bras 2019-08-30 20:58 ` Florian Westphal 2019-09-03 16:46 ` Leonardo Bras 2019-09-03 16:49 ` Pablo Neira Ayuso 2019-09-03 16:56 ` Leonardo Bras 2019-09-03 17:05 ` Florian Westphal 2019-09-03 19:31 ` Pablo Neira Ayuso 2019-09-03 19:48 ` Florian Westphal 2019-09-03 20:19 ` Pablo Neira Ayuso 2019-09-03 20:35 ` Florian Westphal 2019-09-03 20:55 ` Pablo Neira Ayuso 2019-09-03 20:55 ` Pablo Neira Ayuso 2019-08-30 18:13 ` [PATCH v4 2/2] net: br_netfiler_hooks: Drops IPv6 packets if IPv6 module is not loaded Leonardo Bras 2019-08-30 20:55 ` Florian Westphal 2019-08-31 4:42 ` Leonardo Bras 2019-08-31 8:43 ` Florian Westphal
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190830181354.26279-1-leonardo@linux.ibm.com \ --to=leonardo@linux.ibm.com \ --cc=bridge@lists.linux-foundation.org \ --cc=coreteam@netfilter.org \ --cc=davem@davemloft.net \ --cc=fw@strlen.de \ --cc=kadlec@netfilter.org \ --cc=linux-kernel@vger.kernel.org \ --cc=netdev@vger.kernel.org \ --cc=netfilter-devel@vger.kernel.org \ --cc=nikolay@cumulusnetworks.com \ --cc=pablo@netfilter.org \ --cc=roopa@cumulusnetworks.com \ --subject='Re: [PATCH v4 0/2] Drop IPV6 packets if IPv6 is disabled on boot' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).