Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 Jan 2023 13:10:16 +0000 (13:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Jan 2023 13:10:16 +0000 (13:10 +0000)
commit21705c771934f24cab8beb554e3b7f40e3511ad7
tree9ac04c492f0fadec39d313d3d7d72e8e9cb3022f
parentc296c77efb66994d94d9f706446a115581226550
parent696e1a48b1a1b01edad542a1ef293665864a4dd0
Merge git://git./linux/kernel/git/netfilter/nf

Pable Neira Ayuso says:

====================

The following patchset contains Netfilter fixes for net:

1) Increase timeout to 120 seconds for netfilter selftests to fix
   nftables transaction tests, from Florian Westphal.

2) Fix overflow in bitmap_ip_create() due to integer arithmetics
   in a 64-bit bitmask, from Gavrilov Ilia.

3) Fix incorrect arithmetics in nft_payload with double-tagged
   vlan matching.
====================

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