Herbert Xu
b68e9f8572
[PATCH] tcp: fix TSO cwnd caching bug
...
tcp_write_xmit caches the cwnd value indirectly in cwnd_quota. When
tcp_transmit_skb reduces the cwnd because of tcp_enter_cwr, the cached
value becomes invalid.
This patch ensures that the cwnd value is always reread after each
tcp_transmit_skb call.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-08-04 21:43:14 -07:00
..
2005-07-11 21:13:56 -07:00
2005-07-30 17:44:07 -07:00
2005-07-19 14:01:51 -07:00
2005-06-20 13:18:08 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-23 09:45:18 -07:00
2005-06-20 13:18:08 -07:00
2005-06-20 13:36:39 -07:00
2005-06-18 22:54:12 -07:00
2005-06-18 22:54:12 -07:00
2005-06-18 22:54:12 -07:00
2005-06-18 22:55:51 -07:00
2005-07-19 14:01:51 -07:00
2005-07-08 17:34:46 -07:00
2005-07-08 17:48:38 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-07-30 17:46:44 -07:00
2005-06-28 13:06:23 -07:00
2005-04-16 15:20:36 -07:00
2005-07-12 11:57:52 -07:00
2005-07-08 17:39:23 -07:00
2005-06-20 13:18:08 -07:00
2005-06-28 13:21:12 -07:00
2005-07-30 17:46:44 -07:00
2005-07-30 17:41:59 -07:00
2005-07-27 13:00:04 -07:00
2005-07-27 15:24:42 -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-06-13 14:29:06 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-05 16:36:49 -07:00
2005-06-18 23:00:34 -07:00
2005-07-11 21:01:42 -07:00
2005-06-18 22:47:21 -07:00
2005-06-23 12:19:55 -07:00
2005-06-23 12:23:25 -07:00
2005-06-23 20:37:36 -07:00
2005-06-23 12:21:28 -07:00
2005-06-23 12:24:58 -07:00
2005-06-23 12:28:11 -07:00
2005-06-23 12:26:34 -07:00
2005-07-08 14:57:23 -07:00
2005-07-05 15:24:38 -07:00
2005-06-23 12:19:55 -07:00
2005-08-04 21:43:14 -07:00
2005-06-23 12:29:07 -07:00
2005-07-08 14:57:23 -07:00
2005-06-23 12:27:19 -07:00
2005-06-23 12:24:09 -07:00
2005-07-08 14:57:23 -07:00
2005-05-30 15:50:15 -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-06-20 13:21:43 -07:00
2005-07-19 14:03:34 -07:00