]> bbs.cooldavid.org Git - net-next-2.6.git/commit
net: Increase xmit RECURSION_LIMIT to 10.
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Oct 2010 19:51:55 +0000 (12:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Oct 2010 19:51:55 +0000 (12:51 -0700)
commit11a766ce915fc9f8663714eac6d59239388534ea
treea796626038d96d9e1fdf53d94a7aecd5acc14803
parent0926f91083f34d047abc74f1ca4fa6a9c161f7db
net: Increase xmit RECURSION_LIMIT to 10.

Three is definitely too low, and we know from reports that GRE tunnels
stacked as deeply as 37 levels cause stack overflows, so pick some
reasonable value between those two.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c