Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
authorDavid S. Miller <davem@davemloft.net>
Sat, 7 Sep 2019 14:31:30 +0000 (16:31 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Sep 2019 14:31:30 +0000 (16:31 +0200)
commitb8f6a0eeb9b99f5f0df7ee34d775b9a3a63b53a3
tree9297682da73b9ab2b90848e253ecd9c0e9963d24
parent6938843dd8bba53147c12b625a567e2ea7e4e263
parentaa4095a156b56b00ca202d482b40d191ef5c54e8
Merge git://git./linux/kernel/git/pablo/nf-next

Pablo Neira Ayuso says:

====================
Netfilter updates for net-next

The following patchset contains Netfilter updates for net-next:

1) Add nft_reg_store64() and nft_reg_load64() helpers, from Ander Juaristi.

2) Time matching support, also from Ander Juaristi.

3) VLAN support for nfnetlink_log, from Michael Braun.

4) Support for set element deletions from the packet path, also from Ander.

5) Remove __read_mostly from conntrack spinlock, from Li RongQing.

6) Support for updating stateful objects, this also includes the initial
   client for this infrastructure: the quota extension. A follow up fix
   for the control plane also comes in this batch. Patches from
   Fernando Fernandez Mancera.
====================

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