linux/include/net/netfilter
Jakub Kicinski c162610c7d Merge git://git.kernel.org/pub/scm/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>
2019-08-13 18:22:57 -07:00
..
ipv4 netfilter: add missing includes to a number of header-files. 2019-08-13 12:14:39 +02:00
ipv6 netfilter: add missing includes to a number of header-files. 2019-08-13 12:14:39 +02:00
br_netfilter.h netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files. 2019-08-13 12:15:18 +02:00
nf_conntrack_acct.h netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-files. 2019-08-13 12:15:08 +02:00
nf_conntrack_bridge.h netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files. 2019-08-13 12:15:18 +02:00
nf_conntrack_core.h netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files. 2019-08-13 12:15:18 +02:00
nf_conntrack_count.h netfilter: add missing includes to a number of header-files. 2019-08-13 12:14:39 +02:00
nf_conntrack_ecache.h
nf_conntrack_expect.h netfilter: nf_conntrack_sip: fix expectation clash 2019-07-16 13:16:59 +02:00
nf_conntrack_extend.h
nf_conntrack_helper.h netfilter: add API to manage NAT helpers. 2019-04-30 14:19:55 +02:00
nf_conntrack_l4proto.h netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files. 2019-08-13 12:15:18 +02:00
nf_conntrack_labels.h
nf_conntrack_seqadj.h
nf_conntrack_synproxy.h netfilter: synproxy: rename mss synproxy_options field 2019-08-03 18:39:08 +02:00
nf_conntrack_timeout.h
nf_conntrack_timestamp.h netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-files. 2019-08-13 12:15:08 +02:00
nf_conntrack_tuple.h netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files. 2019-08-13 12:15:18 +02:00
nf_conntrack_zones.h
nf_conntrack.h netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-files. 2019-08-13 12:15:08 +02:00
nf_dup_netdev.h netfilter: add missing includes to a number of header-files. 2019-08-13 12:14:39 +02:00
nf_flow_table.h netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files. 2019-08-13 12:15:18 +02:00
nf_log.h
nf_nat_helper.h netfilter: add missing includes to a number of header-files. 2019-08-13 12:14:39 +02:00
nf_nat_masquerade.h
nf_nat_redirect.h netfilter: add missing includes to a number of header-files. 2019-08-13 12:14:39 +02:00
nf_nat.h netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files. 2019-08-13 12:15:18 +02:00
nf_queue.h netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files. 2019-08-13 12:15:18 +02:00
nf_reject.h netfilter: add missing includes to a number of header-files. 2019-08-13 12:14:39 +02:00
nf_socket.h
nf_synproxy.h netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files. 2019-08-13 12:15:18 +02:00
nf_tables_core.h
nf_tables_ipv4.h
nf_tables_ipv6.h netfilter: add missing includes to a number of header-files. 2019-08-13 12:14:39 +02:00
nf_tables_offload.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next 2019-08-13 18:22:57 -07:00
nf_tables.h netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files. 2019-08-13 12:15:18 +02:00
nf_tproxy.h
nft_fib.h netfilter: add missing includes to a number of header-files. 2019-08-13 12:14:39 +02:00
nft_meta.h netfilter: add missing includes to a number of header-files. 2019-08-13 12:14:39 +02:00
nft_reject.h netfilter: add missing includes to a number of header-files. 2019-08-13 12:14:39 +02:00
xt_rateest.h