Neal Cardwell
666b805150
tcp: fix FRTO undo on cumulative ACK of SACKed range
...
On processing cumulative ACKs, the FRTO code was not checking the
SACKed bit, meaning that there could be a spurious FRTO undo on a
cumulative ACK of a previously SACKed skb.
The FRTO code should only consider a cumulative ACK to indicate that
an original/unretransmitted skb is newly ACKed if the skb was not yet
SACKed.
The effect of the spurious FRTO undo would typically be to make the
connection think that all previously-sent packets were in flight when
they really weren't, leading to a stall and an RTO.
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Fixes: e33099f96d99c ("tcp: implement RFC5682 F-RTO")
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-04-02 16:35:58 -04:00
..
2015-03-19 11:14:48 +01:00
2015-02-08 16:53:57 -08:00
2014-09-18 10:54:36 +02:00
2014-11-11 15:23:54 -05:00
2015-02-11 14:46:37 -05:00
2014-07-07 21:14:21 -07:00
2015-02-14 20:36:08 -08:00
2014-11-06 15:11:10 -05:00
2014-12-31 18:25:54 -05:00
2015-01-25 14:47:16 -08:00
2014-12-31 18:25:54 -05:00
2015-01-25 14:47:16 -08:00
2015-01-25 14:47:16 -08:00
2015-02-11 15:12:13 -08:00
2015-01-28 23:04:15 -08:00
2014-09-08 15:23:05 -07:00
2014-12-05 21:18:34 -08:00
2015-01-31 17:48:18 -08:00
2014-11-16 16:55:06 -05:00
2015-03-17 15:03:54 -04:00
2015-03-13 15:54:27 -04:00
2014-11-11 14:10:31 -05:00
2014-08-23 12:21:21 -07:00
2014-09-08 16:42:42 -07:00
2015-03-11 23:51:18 -04:00
2015-03-05 21:43:48 -05:00
2015-02-08 16:28:06 -08:00
2014-09-28 16:35:42 -04:00
2015-03-02 22:19:29 -05:00
2015-03-08 23:01:54 -04:00
2014-10-17 23:45:26 -04:00
2015-01-19 14:32:03 -05:00
2015-01-19 14:32:03 -05:00
2015-01-19 15:45:10 -05:00
2015-02-08 16:28:06 -08:00
2015-03-29 12:13:54 -07:00
2014-11-05 16:30:02 -05:00
2014-10-06 00:32:20 -04:00
2015-03-04 15:46:51 -05:00
2015-02-08 01:03:12 -08:00
2014-09-19 17:15:31 -04:00
2015-02-04 01:34:15 -05:00
2015-02-05 14:33:28 -08:00
2014-11-04 16:06:09 -05:00
2015-02-09 18:45:00 -08:00
2015-01-28 22:18:37 -08:00
2015-03-11 16:51:51 -04:00
2015-03-11 16:51:51 -04:00
2014-09-29 00:13:10 -04:00
2014-09-01 18:12:45 -07:00
2015-02-13 07:11:40 -08:00
2014-09-01 18:12:45 -07:00
2014-09-01 18:12:45 -07:00
2014-09-01 18:12:45 -07:00
2014-09-01 18:12:45 -07:00
2015-04-02 16:35:58 -04:00
2015-03-23 22:38:24 -04:00
2014-05-03 19:23:07 -04:00
2015-02-12 18:54:10 -08:00
2015-01-18 01:03:45 -05:00
2015-02-08 01:03:13 -08:00
2014-11-05 23:52:33 -08:00
2015-03-20 13:18:52 -04:00
2014-09-01 18:12:45 -07:00
2015-01-28 22:18:37 -08:00
2015-02-09 18:45:00 -08:00
2014-09-01 18:12:45 -07:00
2015-01-28 22:18:37 -08:00
2014-09-29 00:13:10 -04:00
2015-01-28 22:18:37 -08:00
2015-03-05 22:31:12 -05:00
2015-01-27 00:02:41 -08:00
2015-02-11 15:12:10 -08:00
2015-01-24 23:15:40 -08:00
2015-01-05 22:44:46 -05:00
2014-05-23 16:28:53 -04:00
2014-06-02 11:00:41 -07:00
2015-02-09 11:14:17 +01:00
2014-06-30 07:49:47 +02:00