Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Jun 2021 21:50:35 +0000 (14:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jun 2021 21:50:35 +0000 (14:50 -0700)
commit7f3579e1893f66edef95a0436a4e10073d085fda
tree03f79a0a76c90e456dbc5e9ffe8241335ed12b38
parent4e744cb8126deac52257219fad754614a61989da
parentc5c6accd7b7e10434d6afda4f6a5107c480bb4fb
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 nfgenmsg field to nfnetlink's struct nfnl_info and use it.

2) Remove nft_ctx_init_from_elemattr() and nft_ctx_init_from_setattr()
   helper functions.

3) Add the nf_ct_pernet() helper function to fetch the conntrack
   pernetns data area.

4) Expose TCP and UDP flowtable offload timeouts through sysctl,
   from Oz Shlomo.

5) Add nfnetlink_hook subsystem to fetch the netfilter hook
   pipeline configuration, from Florian Westphal. This also includes
   a new field to annotate the hook type as metadata.

6) Fix unsafe memory access to non-linear skbuff in the new SCTP
   chunk support for nft_exthdr, from Phil Sutter.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_proto.c
net/netfilter/nf_tables_api.c