Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Sun, 7 Mar 2021 01:02:40 +0000 (17:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Mar 2021 01:02:40 +0000 (17:02 -0800)
commit9270bbe258c8d1e22fadf4839e762ac937d1ec62
tree5e04ae69ac55eecea2ddeeddb74ebbd7f8e390f1
parenta4dcfbc4ee2218abd567d81d795082d8d4afcdf6
parentbd1777b3a88f98e223392221b330668458aac7f1
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 incorrect enum type definition in nfnetlink_cthelper UAPI,
   from Dmitry V. Levin.

2) Remove extra space in deprecated automatic helper assignment
   notice, from Klemen Košir.

3) Drop early socket demux socket after NAT mangling, from
   Florian Westphal. Add a test to exercise this bug.

4) Fix bogus invalid packet report in the conntrack TCP tracker,
   also from Florian.

5) Fix access to xt[NFPROTO_UNSPEC] list with no mutex
   in target/match_revfn(), from Vasily Averin.

6) Disallow updates on the table ownership flag.

7) Fix double hook unregistration of tables with owner.

8) Remove bogus check on the table owner in __nft_release_tables().
====================

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