Hi, The following patchset contains Netfilter fixes for net: 1) Fix PPPoE and QinQ with flowtable inet family. 2) Missing register validation in nf_tables. 3) Initialize registers to avoid stack memleak to userspace. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git Thanks. ---------------------------------------------------------------- The following changes since commit dea2d93a8ba437460c5f21bdfa4ada57fa1d2179: Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue (2022-03-16 10:07:43 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git HEAD for you to fetch changes up to 4c905f6740a365464e91467aa50916555b28213d: netfilter: nf_tables: initialize registers in nft_do_chain() (2022-03-17 15:50:27 +0100) ---------------------------------------------------------------- Pablo Neira Ayuso (3): netfilter: flowtable: Fix QinQ and pppoe support for inet table netfilter: nf_tables: validate registers coming from userspace. netfilter: nf_tables: initialize registers in nft_do_chain() include/net/netfilter/nf_flow_table.h | 18 ++++++++++++++++++ net/netfilter/nf_flow_table_inet.c | 17 +++++++++++++++++ net/netfilter/nf_flow_table_ip.c | 18 ------------------ net/netfilter/nf_tables_api.c | 22 +++++++++++++++++----- net/netfilter/nf_tables_core.c | 2 +- 5 files changed, 53 insertions(+), 24 deletions(-)