commit | 7b5dfe1aa9faf9fab10960e027a7b1c932580f76 | [log] [tgz] |
---|---|---|
author | Krishna Kumar <krkumar2@in.ibm.com> | Fri Sep 21 09:41:15 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:53:46 2007 -0700 |
tree | c8924e42dd18b16aa1b61010ba3022c4a95f8622 | |
parent | 7a1f8104c4a477feaf8b4405429119276341a27e [diff] |
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 <krkumar2@in.ibm.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>