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:
4a94445
)
net: No dst refcounting in ip_queue_xmit()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Mon, 10 May 2010 11:31:49 +0000
(11:31 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 18 May 2010 00:18:52 +0000
(17:18 -0700)
TCP outgoing packets can avoid two atomic ops, and dirtying
of previously higly contended cache line using new refdst
infrastructure.
Note 1: loopback device excluded because of !IFF_XMIT_DST_RELEASE
Note 2: UDP packets dsts are built before ip_queue_xmit().
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found