]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: probe routes asynchronous in rt6_probe
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Mon, 21 Oct 2013 04:17:15 +0000 (06:17 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Oct 2013 22:56:22 +0000 (18:56 -0400)
commit55af7ba248d860dda84730595279a325f358ae6d
treec98a464c94f28df3384615b235f62fc45a9c78a7
parentd43bdead5e66e330f68ec7479dd4c263ddefbe94
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 <ja@ssi.bg>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c