git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab79ad1
)
net: add a recursion limit in xmit path
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 29 Sep 2010 20:23:09 +0000
(13:23 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 29 Sep 2010 20:23:09 +0000
(13:23 -0700)
As tunnel devices are going to be lockless, we need to make sure a
misconfigured machine wont enter an infinite loop.
Add a percpu variable, and limit to three the number of stacked xmits.
Reported-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found