Herbert Xu
e14c3caf60
[TCP]: Handle SACK'd packets properly in tcp_fragment().
...
The problem is that we're now calling tcp_fragment() in a context
where the packets might be marked as SACKED_ACKED or SACKED_RETRANS.
This was not possible before as you never retransmitted packets that
are so marked.
Because of this, we need to adjust sacked_out and retrans_out in
tcp_fragment(). This is exactly what the following patch does.
We also need to preserve the SACKED_ACKED/SACKED_RETRANS marking
if they exist.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-09-19 18:18:38 -07:00
..
2005-09-14 21:08:51 -07:00
2005-09-19 15:35:57 -07:00
2005-09-09 13:35:42 -07:00
2005-09-01 17:44:29 -07:00
2005-08-29 15:58:24 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 16:00:54 -07:00
2005-09-01 17:44:29 -07:00
2005-08-29 16:01:11 -07:00
2005-08-29 16:11:18 -07:00
2005-08-29 16:08:31 -07:00
2005-06-18 22:54:12 -07:00
2005-08-29 16:08:31 -07:00
2005-09-19 15:31:18 -07:00
2005-08-29 16:11:18 -07:00
2005-09-14 20:53:42 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 16:01:11 -07:00
2005-08-29 15:43:19 -07:00
2005-08-29 15:55:58 -07:00
2005-09-09 14:03:48 -07:00
2005-08-29 16:03:06 -07:00
2005-09-06 15:51:48 -07:00
2005-07-30 17:46:44 -07:00
2005-08-29 16:11:18 -07:00
2005-08-29 16:01:39 -07:00
2005-08-29 16:03:10 -07:00
2005-08-29 16:01:39 -07:00
2005-09-01 17:44:29 -07:00
2005-09-12 14:15:34 -07:00
2005-07-30 17:46:44 -07:00
2005-08-29 16:11:18 -07:00
2005-08-29 15:57:54 -07:00
2005-08-29 15:57:54 -07:00
2005-08-29 15:33:20 -07:00
2005-06-13 14:29:06 -07:00
2005-06-13 14:29:06 -07:00
2005-06-13 14:29:06 -07:00
2005-04-16 15:20:36 -07:00
2005-08-29 15:36:19 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 15:41:54 -07:00
2005-08-29 15:41:54 -07:00
2005-09-08 13:34:47 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 15:57:54 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 15:56:18 -07:00
2005-09-14 20:50:35 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 15:56:18 -07:00
2005-09-19 18:18:38 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 15:57:48 -07:00
2005-08-29 15:57:48 -07:00
2005-09-05 18:55:48 -07:00
2005-09-08 12:32:21 -07:00
2005-04-16 15:20:36 -07:00
2005-06-20 13:21:43 -07:00
2005-05-03 16:27:10 -07:00
2005-08-29 15:33:20 -07:00
2005-07-19 14:03:34 -07:00