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:
e11ecdd
)
tcp: allow segment with FIN in tcp_try_coalesce()
author
Eric Dumazet
<edumazet@google.com>
Mon, 15 Sep 2014 11:19:52 +0000
(
04:19
-0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 15 Sep 2014 18:41:07 +0000
(14:41 -0400)
We can allow a segment with FIN to be aggregated,
if we take care to add tcp flags,
and if skb_try_coalesce() takes care of zero sized skbs.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found