Michael Chan f54d9e8d7f [NET]: Fix GSO problems in dev_hard_start_xmit()
Fix 2 problems in dev_hard_start_xmit():

1. nskb->next needs to link back to skb->next if hard_start_xmit()
returns non-zero.

2. Since the total number of GSO fragments may exceed MAX_SKB_FRAGS + 1,
it needs to stop transmitting if the netif_queue is stopped.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-06-25 23:57:04 -07:00
..
2006-05-16 15:23:40 -07:00
2006-06-23 02:07:36 -07:00
2006-06-17 21:30:16 -07:00
2006-06-25 23:55:46 -07:00
2006-06-23 02:07:38 -07:00
2006-06-17 21:29:45 -07:00
2005-08-29 15:31:14 -07:00
2006-06-17 21:29:19 -07:00
2006-06-20 03:26:14 -07:00
2006-01-12 14:06:31 -08:00
2005-04-16 15:20:36 -07:00