From: Krishna Kumar Date: Fri, 21 Sep 2007 16:41:15 +0000 (-0700) Subject: e1000e: Do not allow requeue of freed skb X-Git-Tag: v2.6.24-rc1~1454^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b5dfe1aa9faf9fab10960e027a7b1c932580f76;p=pandora-kernel.git e1000e: Do not allow requeue of freed skb Returning BUSY will make qdisc_restart enqueue the skb which was already freed. The bad skb was correctly freed and we should return NETDEV_TX_OK. First spotted by Jeff Garzik on 08/13/07. Signed-off-by: Krishna Kumar Signed-off-by: Auke Kok Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed