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:
eb1d064
)
tcp: tcp_tso_segment() small optimization
author
Eric Dumazet
<edumazet@google.com>
Sat, 13 Apr 2013 03:22:08 +0000
(
03:22
+0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 13 Apr 2013 20:54:14 +0000
(16:54 -0400)
We can move th->check computation out of the loop, as compiler
doesn't know each skb initially share same tcp headers after
skb_segment()
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c
patch
|
blob
|
history
diff --cc
net/ipv4/tcp.c
Simple merge