]> git.hungrycats.org Git - linux/commit
ip: report the original address of ICMP messages
authorJulian Anastasov <ja@ssi.bg>
Tue, 23 Jun 2015 05:34:39 +0000 (08:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jul 2015 16:45:35 +0000 (09:45 -0700)
commit12f8020c4e75057d0aa648ba7d8702ab447fa78b
tree09cf0b02fb69045b140562d59819398e527900a6
parentbb5dc87a95f3c4a2874238bfe64d0d1e474cf8d3
ip: report the original address of ICMP messages

[ Upstream commit 34b99df4e6256ddafb663c6de0711dceceddfe0e ]

ICMP messages can trigger ICMP and local errors. In this case
serr->port is 0 and starting from Linux 4.0 we do not return
the original target address to the error queue readers.
Add function to define which errors provide addr_offset.
With this fix my ping command is not silent anymore.

Fixes: c247f0534cc5 ("ip: fix error queue empty skb handling")
Signed-off-by: Julian Anastasov <ja@ssi.bg>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv4/ip_sockglue.c
net/ipv6/datagram.c