From: Eric Dumazet Date: Mon, 15 Sep 2014 11:19:52 +0000 (-0700) Subject: tcp: allow segment with FIN in tcp_try_coalesce() X-Git-Tag: fixes-against-v3.18-rc2~81^2~56^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e93a0435f809d009919a743fb6e93076faac8aa7;p=pandora-kernel.git tcp: allow segment with FIN in tcp_try_coalesce() 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 Acked-by: Neal Cardwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed