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:
42ffda5
)
cs89x0: Call dev_consume_skb_any instead of dev_kfree_skb.
author
Eric W. Biederman
<ebiederm@xmission.com>
Sat, 15 Mar 2014 23:45:46 +0000
(16:45 -0700)
committer
Eric W. Biederman
<ebiederm@xmission.com>
Tue, 25 Mar 2014 04:18:58 +0000
(21:18 -0700)
Replace dev_kfree_skb with dev_consume_skb_any in net_send_packet that
can be called in hard irq and other contexts.
net_send_packet consumes (not drops) the skb of interest.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
No differences found