]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7fc31e9d30a1c47e07fc12f8547e39da470da233
tree16ca1e32a01ce041b933d03b7daf590ef3496223
parentf9ecb3fd134743f249d9155c7a9eb61f444cf295
parente6720335ae04fe767a7653100c96a59ce269e784
Merge git://git.kernel.org/pub/scm/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>