Linux/linux acced9dinclude/net/netfilter nf_conntrack_l4proto.h nf_conntrack.h, net/bridge/netfilter ebtables.c

Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter/IPVS fixes for net

The following patchset contains Netfilter/IPVS fixes for your net tree:

1) Add a selftest for icmp packet too big errors with conntrack, from
   Florian Westphal.

2) Validate inner header in ICMP error message does not lie to us
   in conntrack, also from Florian.

3) Initialize ct->timeout to calm down KASAN, from Alexander Potapenko.

4) Skip ICMP error messages from tunnels in IPVS, from Julian Anastasov.

5) Use a hash to expose conntrack and expectation ID, from Florian Westphal.

6) Prevent shift wrap in nft_chain_parse_hook(), from Dan Carpenter.

7) Fix broken ICMP ID randomization with NAT, also from Florian.

8) Remove WARN_ON in ebtables compat that is reached via syzkaller,
   from Florian Westphal.

9) Fix broken timestamps since fb420d5d91c1 ("tcp/fq: move back to
   CLOCK_MONOTONIC"), from Florian.

10) Fix logging of invalid packets in conntrack, from Andrei Vagin.
====================

Signed-off-by: David S. Miller <davem at davemloft.net>
DeltaFile
+283-0tools/testing/selftests/netfilter/conntrack_icmp_related.sh
+74-23net/netfilter/nf_conntrack_proto_icmp.c
+6-46net/netfilter/nf_conntrack_proto_icmpv6.c
+38-5net/netfilter/nf_conntrack_core.c
+27-9tools/testing/selftests/netfilter/nft_nat.sh
+29-5net/netfilter/nf_conntrack_netlink.c
+14-9net/netfilter/xt_time.c
+8-3net/netfilter/nf_nat_core.c
+6-0include/net/netfilter/nf_conntrack_l4proto.h
+2-1net/bridge/netfilter/ebtables.c
+1-1net/netfilter/nfnetlink_queue.c
+1-1tools/testing/selftests/netfilter/Makefile
+2-0include/net/netfilter/nf_conntrack.h
+1-1net/netfilter/nf_conntrack_proto.c
+1-1net/netfilter/ipvs/ip_vs_core.c
+1-1net/netfilter/nf_tables_api.c
+1-1net/netfilter/nfnetlink_log.c
+495-10717 files

UnifiedSplitRaw