Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorJakub Kicinski <kuba@kernel.org>
Fri, 5 Feb 2021 05:36:59 +0000 (21:36 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 5 Feb 2021 05:37:00 +0000 (21:37 -0800)
commitb3d2c7b876d450e1d2624fd67658acc96465a9e6
treea267799b09073481f60bed915b19012a9e22b225
parent647b8dd5184665432cc8a2b5bca46a201f690c37
parent8d6bca156e47d68551750a384b3ff49384c67be3
Merge git://git./pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

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

1) Fix combination of --reap and --update in xt_recent that triggers
   UAF, from Jozsef Kadlecsik.

2) Fix current year in nft_meta selftest, from Fabian Frederick.

3) Fix possible UAF in the netns destroy path of nftables.

4) Fix incorrect checksum calculation when mangling ports in flowtable,
   from Sven Auhagen.

* git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf:
  netfilter: flowtable: fix tcp and udp header checksum update
  netfilter: nftables: fix possible UAF over chains from packet path in netns
  selftests: netfilter: fix current year
  netfilter: xt_recent: Fix attempt to update deleted entry
====================

Link: https://lore.kernel.org/r/20210205001727.2125-1-pablo@netfilter.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>