Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Mon, 11 Feb 2019 18:42:50 +0000 (10:42 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Feb 2019 18:42:50 +0000 (10:42 -0800)
commit4d73eaee24ff0cc2736c304927c1425d2541d6ab
tree28fa7db49fc8e1f5b1727808e4ce836f6ab04af3
parent31b58ad0c3279817cd246eab27eaf53b626dfcde
parent8303b7e8f018724a2cd7752eb29c2801fa8c4067
Merge git://git./pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

The following patchset contains Netfilter fixes for net:

1) Out-of-bound access to packet data from the snmp nat helper,
   from Jann Horn.

2) ICMP(v6) error packets are set as related traffic by conntrack,
   update protocol number before calling nf_nat_ipv4_manip_pkt()
   to use ICMP(v6) rather than the original protocol number,
   from Florian Westphal.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>