Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 May 2022 10:08:12 +0000 (11:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 May 2022 10:08:12 +0000 (11:08 +0100)
commit55919b32d14bfa8e47d0fe44f73ba069d1a2b3df
tree16ca1e32a01ce041b933d03b7daf590ef3496223
parent02ded5a173619b11728b8bf75a3fd995a2c1ff28
parentb53c116642502b0c85ecef78bff4f826a7dd4145
Merge git://git./linux/kernel/git/netfilter/nf

Pablo Neira Ayuso says:

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

The following contain more Netfilter fixes for net:

1) syzbot warning in nfnetlink bind, from Florian.

2) Refetch conntrack after __nf_conntrack_confirm(), from Florian Westphal.

3) Move struct nf_ct_timeout back at the bottom of the ctnl_time, to
   where it before recent update, also from Florian.

4) Add NL_SET_BAD_ATTR() to nf_tables netlink for proper set element
   commands error reporting.
====================

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