Ali Saidi
53240c2087
tcp: Fix possible double-ack w/ user dma
...
From: Ali Saidi <saidi@engin.umich.edu >
When TCP receive copy offload is enabled it's possible that
tcp_rcv_established() will cause two acks to be sent for a single
packet. In the case that a tcp_dma_early_copy() is successful,
copied_early is set to true which causes tcp_cleanup_rbuf() to be
called early which can send an ack. Further along in
tcp_rcv_established(), __tcp_ack_snd_check() is called and will
schedule a delayed ACK. If no packets are processed before the delayed
ack timer expires the packet will be acked twice.
Signed-off-by: David S. Miller <davem@davemloft.net >
2008-10-07 15:31:19 -07:00
..
2008-08-11 14:00:55 +02:00
2008-08-18 21:32:32 -07:00
2008-07-26 20:23:44 -07:00
2008-02-12 22:50:35 -08:00
2008-07-16 20:31:16 -07:00
2008-05-13 23:23:55 -07:00
2008-07-16 20:20:11 -07:00
2008-09-02 17:28:58 -07:00
2008-08-06 02:39:30 -07:00
2008-07-05 19:00:44 -07:00
2008-07-05 19:00:44 -07:00
2008-01-28 15:02:46 -08:00
2008-07-05 19:01:28 -07:00
2008-06-13 20:52:39 -07:00
2008-07-18 04:07:44 -07:00
2008-08-23 04:43:33 -07:00
2008-08-13 16:15:57 -07:00
2008-07-25 21:43:18 -07:00
2008-06-11 21:00:38 -07:00
2008-07-25 21:43:18 -07:00
2008-07-25 21:43:18 -07:00
2008-06-27 20:09:00 -07:00
2008-09-08 13:17:27 -07:00
2008-06-11 21:00:38 -07:00
2008-07-16 20:20:11 -07:00
2008-07-25 21:43:18 -07:00
2008-05-25 23:26:10 -07:00
2008-07-18 04:02:42 -07:00
2008-06-11 21:00:38 -07:00
2008-07-25 21:43:18 -07:00
2008-06-11 21:00:38 -07:00
2008-07-27 03:59:24 -07:00
2008-07-19 22:34:43 -07:00
2008-06-11 21:00:38 -07:00
2008-07-19 22:34:43 -07:00
2008-07-25 02:54:40 -07:00
2008-03-06 16:22:02 -08:00
2008-04-14 11:15:49 +02:00
2008-07-30 03:27:25 -07:00
2008-06-11 21:00:38 -07:00
2008-07-16 20:19:49 -07:00
2008-08-27 02:35:18 -07:00
2008-07-26 02:21:54 -07:00
2008-08-03 14:06:44 -07:00
2008-02-28 22:14:32 -08:00
2008-04-29 03:13:52 -07:00
2008-05-01 08:03:58 -07:00
2008-06-11 21:00:38 -07:00
2008-01-28 14:55:41 -08:00
2008-01-28 14:55:41 -08:00
2008-05-01 02:47:38 -07:00
2008-01-28 14:55:41 -08:00
2008-10-07 15:31:19 -07:00
2008-10-01 01:51:39 -07:00
2008-01-28 14:55:41 -08:00
2008-08-07 20:27:45 -07:00
2008-08-27 02:33:50 -07:00
2008-07-10 16:51:32 -07:00
2008-01-28 14:55:41 -08:00
2008-07-25 21:43:18 -07:00
2008-05-01 02:47:38 -07:00
2007-07-31 02:27:57 -07:00
2008-05-01 02:47:38 -07:00
2007-07-31 02:27:57 -07:00
2008-01-28 14:55:41 -08:00
2008-07-25 21:43:18 -07:00
2008-06-05 04:02:33 +09:00
2008-06-14 17:04:49 -07:00
2008-09-15 11:48:46 -07:00
2008-07-18 04:03:45 -07:00
2008-01-28 15:00:10 -08:00
2008-08-06 02:39:30 -07:00
2007-10-10 16:55:54 -07:00
2008-06-17 16:38:23 -07:00
2008-03-24 14:51:51 -07:00
2008-03-26 04:39:53 +09:00
2008-03-26 16:51:09 -07:00
2008-01-31 19:27:24 -08:00