1
0
Files
linux/include/linux
Eric Dumazet 39bb5e6286 net: skb_fclone_busy() needs to detect orphaned skb
Some drivers are unable to perform TX completions in a bound time.
They instead call skb_orphan()

Problem is skb_fclone_busy() has to detect this case, otherwise
we block TCP retransmits and can freeze unlucky tcp sessions on
mostly idle hosts.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Fixes: 1f3279ae0c ("tcp: avoid retransmits of TCP packets hanging in host queues")
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-10-30 19:58:30 -04:00
..
2014-10-14 09:00:44 -06:00
2014-10-14 02:18:12 +02:00
2014-10-09 11:35:48 +03:00
2014-10-08 16:01:41 -04:00
2014-10-14 02:18:13 +02:00
2014-10-09 22:25:58 -04:00
2014-10-09 22:25:57 -04:00
2014-10-15 12:11:00 -04:00