On Tue, 13 Aug 2019 20:36:44 +0200, Pablo Neira Ayuso wrote: > Hi, > > 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. Pulled, thanks.