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:
c127437
)
[TCP]: Fix tcp_tso_should_defer() when limit>=65536
author
David S. Miller
<davem@davemloft.net>
Sun, 12 Mar 2006 02:51:49 +0000
(18:51 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sun, 12 Mar 2006 02:51:49 +0000
(18:51 -0800)
That's >= a full sized TSO frame, so we should always
return 0 in that case.
Based upon a report and initial patch from Lachlan
Andrew, final patch suggested by Herbert Xu.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found