]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitef69eda2f78c87429f2ef4c2eb73ef2cd61c1eca
tree5e04ae69ac55eecea2ddeeddb74ebbd7f8e390f1
parent7e2e63caa43b5611b50eeac54b81e8e86731f39b
parentfe55b8ff5acda42c6304167169a467acffd6fab7
Merge git://git.kernel.org/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>