Files
android_kernel_xiaomi_sm8450/net/ipv4
Priyaranjan Jha d09b9e60e0 tcp: fix DSACK-based undo on non-duplicate ACK
Fixes DSACK-based undo when sender is in Open State and
an ACK advances snd_una.

Example scenario:
- Sender goes into recovery and makes some spurious rtx.
- It comes out of recovery and enters into open state.
- It sends some more packets, let's say 4.
- The receiver sends an ACK for the first two, but this ACK is lost.
- The sender receives ack for first two, and DSACK for previous
  spurious rtx.

Signed-off-by: Priyaranjan Jha <priyarjha@google.com>
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Yousuk Seung <ysseung@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-11-05 23:16:50 +09:00
..
2017-10-21 01:33:19 +01:00
2017-09-28 09:39:34 -07:00
2017-10-01 22:30:32 -07:00
2017-10-12 22:57:11 -07:00
2017-10-21 01:33:19 +01:00
2017-10-22 02:03:51 +01:00
2013-05-31 17:19:05 -07:00