Matt Carlson
c13e371385
[TG3]: Fix TSO bugs.
...
1. Remove the check for skb->len greater than MTU when doing TSO.
When the destination has a smaller MSS than the source, a TSO packet
may be smaller than the MTU and we still need to process it as a TSO
packet.
2. On 5705A3 devices with TSO enabled, the DMA engine can hang due to a
hardware bug. This patch avoids the hanging condition by reducing the
DMA burst size.
Signed-off-by: Matt Carlson <mcarlson@broadcom.com >
Signed-off-by: Michael Chan <mchan@broadcom.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2007-05-05 11:50:04 -07:00
..
2007-03-04 20:40:50 +00:00
2007-05-04 17:38:48 -07:00
2007-04-27 10:57:29 -07:00
2007-04-30 17:43:48 -07:00
2007-05-02 19:02:35 -07:00
2007-02-20 17:10:14 -08:00
2007-05-04 18:04:48 -07:00
2007-05-03 15:13:45 -07:00
2007-04-25 22:28:23 -07:00
2007-03-05 07:57:51 -08:00
2007-05-04 18:16:12 -07:00
2007-04-25 14:27:06 -04:00
2007-04-25 22:29:03 -07:00
2007-04-26 14:32:03 -04:00
2007-05-02 22:08:26 +10:00
2007-03-16 19:25:03 -07:00
2007-02-12 09:48:32 -08:00
2007-03-27 09:05:15 -07:00
2007-02-14 08:09:54 -08:00
2007-05-02 18:57:59 -07:00
2007-04-30 08:58:21 -07:00
2007-04-30 12:38:01 +10:00
2007-05-04 18:04:29 -07:00
2007-04-27 10:57:30 -07:00
2007-05-02 19:02:35 -07:00
2007-05-02 19:02:35 -07:00
2007-05-04 18:16:12 -07:00
2007-05-02 19:02:35 -07:00
2007-04-19 18:39:26 +03:00
2007-02-15 21:37:29 +00:00
2007-05-04 17:59:07 -07:00
2007-04-30 09:08:17 +02:00
2007-05-04 18:04:29 -07:00
2007-04-25 22:28:23 -07:00
2007-04-02 10:06:08 -07:00
2007-05-04 21:44:34 -07:00
2007-05-01 16:36:00 +02:00
2007-05-02 19:02:35 -07:00
2007-05-05 11:50:04 -07:00
2007-03-28 13:58:02 -07:00
2007-05-04 19:36:58 -07:00
2007-04-23 23:33:17 -07:00
2007-05-04 18:04:48 -07:00
2007-05-02 19:02:35 -07:00
2007-04-27 10:57:30 -07:00
2007-05-04 17:59:09 -07:00
2007-02-14 08:09:54 -08:00
2007-04-02 10:06:09 -07:00
2007-05-04 18:48:26 +02:00
2007-05-02 19:02:35 -07:00
2007-05-04 18:04:29 -07:00
2007-04-30 12:38:01 +10:00
2007-02-11 10:51:25 -08:00
2007-04-17 16:36:27 -07:00
2007-04-04 21:12:47 -07:00
2007-02-14 08:09:54 -08:00
2007-05-04 18:16:12 -07:00
2007-05-04 18:04:29 -07:00
2007-02-12 09:48:28 -08:00
2007-05-04 17:59:08 -07:00
2007-02-11 10:51:24 -08:00
2007-05-01 23:26:31 +02:00