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:
62ab081
)
net: call dev_queue_xmit_nit() after skb_dst_drop()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 7 Dec 2010 00:30:37 +0000
(
00:30
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 Dec 2010 18:39:54 +0000
(10:39 -0800)
Avoid some atomic ops on dst refcount, calling dev_queue_xmit_nit()
after skb_dst_drop() in dev_hard_start_xmit().
When queueing a packet into af_packet socket, we drop dst anyway.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found