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:
6e86913
)
ipv4: Use cork flow in ip_queue_xmit()
author
David S. Miller
<davem@davemloft.net>
Fri, 6 May 2011 23:24:06 +0000
(16:24 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 8 May 2011 21:05:14 +0000
(14:05 -0700)
All invokers of ip_queue_xmit() must make certain that the
socket is locked. All of SCTP, TCP, DCCP, and L2TP now make
sure this is the case.
Therefore we can use the cork flow during output route lookup in
ip_queue_xmit() when the socket route check fails.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found