David S. Miller d87798450a aoe: Fix OOPS after SKB queue changes.
Reported by Thomas Graf.

If we don't unlink the SKB from the queue when we send it
out in aoenet_xmit(), dev_hard_start_xmit() will see skb->next
as non-NULL and interpret this to mean the SKB is part of a
GSO segment list.

Add __skb_unlink() call to fix that.

Signed-off-by: David S. Miller <davem@davemloft.net>
2008-09-23 20:47:22 -07:00
..
2007-10-29 11:33:05 +01:00
2008-04-29 08:06:18 -07:00
2008-07-04 09:52:13 +02:00
2008-07-16 20:33:47 +02:00
2008-04-29 14:48:33 +02:00
2008-08-20 15:40:30 -07:00
2008-02-14 20:58:04 -08:00
2008-05-02 10:25:52 -07:00