Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
authorJakub Kicinski <jakub.kicinski@netronome.com>
Wed, 14 Aug 2019 01:22:57 +0000 (18:22 -0700)
committerJakub Kicinski <jakub.kicinski@netronome.com>
Wed, 14 Aug 2019 01:22:57 +0000 (18:22 -0700)
commitc162610c7db2e9611a7b3ec806f9c97fcfec0b0b
tree23781b22fc8ed3810479896c7f9a1f9c478be30f
parentb753c5a7f99f390fc100de18647ce0dcacdceafc
parent105333435b4f3b21ffc325f32fae17719310db64
Merge git://git./linux/kernel/git/pablo/nf-next

Pablo Neira Ayuso says:

====================
Netfilter/IPVS updates for net-next

The following patchset contains Netfilter/IPVS updates for net-next:

1) Rename mss field to mss_option field in synproxy, from Fernando Mancera.

2) Use SYSCTL_{ZERO,ONE} definitions in conntrack, from Matteo Croce.

3) More strict validation of IPVS sysctl values, from Junwei Hu.

4) Remove unnecessary spaces after on the right hand side of assignments,
   from yangxingwu.

5) Add offload support for bitwise operation.

6) Extend the nft_offload_reg structure to store immediate date.

7) Collapse several ip_set header files into ip_set.h, from
   Jeremy Sowden.

8) Make netfilter headers compile with CONFIG_KERNEL_HEADER_TEST=y,
   from Jeremy Sowden.

9) Fix several sparse warnings due to missing prototypes, from
   Valdis Kletnieks.

10) Use static lock initialiser to ensure connlabel spinlock is
    initialized on boot time to fix sched/act_ct.c, patch
    from Florian Westphal.
====================

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
include/net/netfilter/nf_tables_offload.h
net/netfilter/ipvs/ip_vs_ctl.c