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:
1ab137b
)
net: Use consume_skb() to free gso segmented skb
author
Sridhar Samudrala
<sri@us.ibm.com>
Mon, 29 Apr 2013 13:02:42 +0000
(13:02 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 30 Apr 2013 04:18:13 +0000
(
00:18
-0400)
Use consume_skb() to free the original skb that is successfully transmitted
as gso segmented skbs so that it is not treated as a drop due to an error.
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found