Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/e1000
Ben Hutchings 076152d534 e1000: resolve tx multiqueue bug
With the recent changes to tx mutiqueue, e1000 was not calling
netif_start_queue() before calling netif_wake_queue().
This causes an oops during loading of the driver.

(Based on commit d55b53fff0
("igb/ixgbe/e1000e: resolve tx multiqueue bug").)

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-07-18 17:50:57 -07:00
..
e1000.h e1000: convert uint16_t style integers to u16 2008-04-16 20:41:45 -04:00
e1000_ethtool.c e1000: only enable TSO6 via ethtool when using correct hardware 2008-06-27 01:31:08 -04:00
e1000_hw.c e1000: convert uint16_t style integers to u16 2008-04-16 20:41:45 -04:00
e1000_hw.h e1000: convert uint16_t style integers to u16 2008-04-16 20:41:45 -04:00
e1000_main.c e1000: resolve tx multiqueue bug 2008-07-18 17:50:57 -07:00
e1000_osdep.h e1000: Convert boolean_t to bool 2008-03-26 00:17:42 -04:00
e1000_param.c e1000: sparse warnings fixes 2007-10-30 14:32:17 -04:00
Makefile