Hi, The following patchset contains Netfilter fixes for net: 1) Fix NAT IPv6 offload in the flowtable. 2) icmpv6 is printed as unknown in /proc/net/nf_conntrack. 3) Use div64_u64() in nft_limit, from Eric Dumazet. 4) Use pre_exit to unregister ebtables and arptables hooks, from Florian Westphal. 5) Fix out-of-bound memset in x_tables compat match/target, also from Florian. 6) Clone set elements expression to ensure proper initialization. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Thanks! ---------------------------------------------------------------- The following changes since commit 9adc89af724f12a03b47099cd943ed54e877cd59: net: let skb_orphan_partial wake-up waiters. (2021-03-30 13:57:28 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git HEAD for you to fetch changes up to 4d8f9065830e526c83199186c5f56a6514f457d2: netfilter: nftables: clone set element expression template (2021-04-13 00:19:05 +0200) ---------------------------------------------------------------- Eric Dumazet (1): netfilter: nft_limit: avoid possible divide error in nft_limit_init Florian Westphal (3): netfilter: bridge: add pre_exit hooks for ebtable unregistration netfilter: arp_tables: add pre_exit hook for table unregister netfilter: x_tables: fix compat match/target pad out-of-bound write Pablo Neira Ayuso (3): netfilter: flowtable: fix NAT IPv6 offload mangling netfilter: conntrack: do not print icmpv6 as unknown via /proc netfilter: nftables: clone set element expression template include/linux/netfilter_arp/arp_tables.h | 5 ++-- include/linux/netfilter_bridge/ebtables.h | 5 ++-- net/bridge/netfilter/ebtable_broute.c | 8 +++++- net/bridge/netfilter/ebtable_filter.c | 8 +++++- net/bridge/netfilter/ebtable_nat.c | 8 +++++- net/bridge/netfilter/ebtables.c | 30 ++++++++++++++++++-- net/ipv4/netfilter/arp_tables.c | 11 ++++++-- net/ipv4/netfilter/arptable_filter.c | 10 ++++++- net/ipv4/netfilter/ip_tables.c | 2 ++ net/ipv6/netfilter/ip6_tables.c | 2 ++ net/netfilter/nf_conntrack_standalone.c | 1 + net/netfilter/nf_flow_table_offload.c | 6 ++-- net/netfilter/nf_tables_api.c | 46 +++++++++++++++++++++++-------- net/netfilter/nft_limit.c | 4 +-- net/netfilter/x_tables.c | 10 ++----- 15 files changed, 118 insertions(+), 38 deletions(-)