From: Michael Chan Date: Mon, 26 Jun 2006 06:57:04 +0000 (-0700) Subject: [NET]: Fix GSO problems in dev_hard_start_xmit() X-Git-Tag: v2.6.18-rc1~614^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f54d9e8d7f7dd60f26157c12acda3fc94fcd9ab7;p=pandora-kernel.git [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 Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed