OSDN Git Service

Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Sat, 7 Mar 2020 05:36:25 +0000 (21:36 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Mar 2020 05:36:25 +0000 (21:36 -0800)
commit357ddbb9bf4813e48f5aa7836b6606c05f6e5788
tree4696070f503d1bf944a1df5722d1c923795d9b87
parent2398e3991bda7caa6b112a6f650fbab92f732b91
parent6a42cefb25d8bdc1b391f4a53c78c32164eea2dd
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) Patches to bump position index from sysctl seq_next,
   from Vasilin Averin.

2) Release flowtable hook from error path, from Florian Westphal.

3) Patches to add missing netlink attribute validation,
   from Jakub Kicinski.

4) Missing NFTA_CHAIN_FLAGS in nf_tables_fill_chain_info().

5) Infinite loop in module autoload if extension is not available,
   from Florian Westphal.

6) Missing module ownership in inet/nat chain type definition.
====================

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