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:
ef3d0c4
)
RDMA/nes: Fix for incorrect MSS when TSO is on
author
Tatyana Nikolova
<Tatyana.E.Nikolova@intel.com>
Thu, 20 Sep 2012 19:34:20 +0000
(19:34 +0000)
committer
Roland Dreier
<roland@purestorage.com>
Mon, 1 Oct 2012 03:34:52 +0000
(20:34 -0700)
In TSO handling code, skb_shared_info() is used to get the MSS
instead of the bool function skb_is_gso() (which always returns 1).
Signed-off-by: Tatyana Nikolova <Tatyana.E.Nikolova@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
No differences found