Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Mon, 12 Apr 2021 23:17:50 +0000 (16:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Apr 2021 23:17:50 +0000 (16:17 -0700)
commitccb39c6285581992f0225c45e4de704028a8ec17
tree8ab8b6f6d4af0e0f7f58dfce3ee0059aa239f766
parentf33b0e196ed7aa3dc285b26db7768c1db1eb3a41
parent4d8f9065830e526c83199186c5f56a6514f457d2
Merge git://git./pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>