Files
linux-apfs/net/core
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-06-17 21:30:14 -07:00
2006-04-09 22:25:48 -07:00
2006-06-23 02:07:36 -07:00
2006-04-18 15:57:54 -07:00
2005-04-16 15:20:36 -07:00
2005-05-01 08:59:08 -07:00
2006-06-17 21:30:14 -07:00
2006-06-17 21:30:14 -07:00
2006-03-23 07:12:57 -05:00
2006-01-11 18:42:14 -08:00
2006-06-23 02:07:33 -07:00