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:
374e29d
)
ehea: Call dev_consume_skb_any instead of dev_kfree_skb.
author
Eric W. Biederman
<ebiederm@xmission.com>
Sun, 16 Mar 2014 00:25:48 +0000
(17:25 -0700)
committer
Eric W. Biederman
<ebiederm@xmission.com>
Tue, 25 Mar 2014 04:19:03 +0000
(21:19 -0700)
Replace dev_kfree_skb with dev_consume_skb_any in functions that can
be called in hard irq and other contexts.
None of the locations was a packet drop so dev_kfree_skb_any is
inappropriate.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
No differences found