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:
e5fd387
)
tcp: tcp_make_synack() minor changes
author
Eric Dumazet
<edumazet@google.com>
Wed, 26 Mar 2014 16:57:19 +0000
(09:57 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 27 Mar 2014 19:10:10 +0000
(15:10 -0400)
There is no need to allocate 15 bytes in excess for a SYNACK packet,
as it contains no data, only headers.
SYNACK are always generated in softirq context, and contain a single
segment, we can use TCP_INC_STATS_BH()
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c
patch
|
blob
|
history
diff --cc
net/ipv4/tcp_output.c
Simple merge