From: Hannes Frederic Sowa Date: Mon, 21 Oct 2013 04:17:15 +0000 (+0200) Subject: ipv6: probe routes asynchronous in rt6_probe X-Git-Tag: v3.12-rc7~20^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2f17e827b419918c856131f592df9521e1a38e3;p=pandora-kernel.git ipv6: probe routes asynchronous in rt6_probe Routes need to be probed asynchronous otherwise the call stack gets exhausted when the kernel attemps to deliver another skb inline, like e.g. xt_TEE does, and we probe at the same time. We update neigh->updated still at once, otherwise we would send to many probes. Cc: Julian Anastasov Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed