Files
linux/drivers
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
..
2008-09-22 19:22:58 -07:00
2008-09-22 19:21:51 -07:00
2008-08-18 21:40:04 +02:00
2008-08-19 18:47:56 +02:00
2008-08-15 11:50:15 -07:00
2008-09-22 19:18:15 -07:00
2008-08-26 00:19:28 +10:00
2008-08-16 16:35:33 +01:00
2008-09-02 19:21:40 -07:00
2008-08-13 17:33:00 -07:00