tcp: allow segment with FIN in tcp_try_coalesce()
authorEric Dumazet <edumazet@google.com>
Mon, 15 Sep 2014 11:19:52 +0000 (04:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Sep 2014 18:41:07 +0000 (14:41 -0400)
commite93a0435f809d009919a743fb6e93076faac8aa7
tree0f6135f75faed65233a68dc0a4b5a183e1a30ed3
parente11ecddf5128011c936cc5360780190cbc901fdc
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 <edumazet@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c
net/ipv4/tcp_input.c