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:
79504d7
)
net: lpc_eth: free skbs in start_xmit
author
Eric Dumazet
<edumazet@google.com>
Tue, 12 Jun 2012 23:58:16 +0000
(23:58 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 17 Jun 2012 23:28:32 +0000
(16:28 -0700)
Transmitted skbs can be freed immediately in lpc_eth_hard_start_xmit()
instead of at TX completion, since driver copies the frames in DMA area.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Tested-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found