linux/drivers/net/e1000
Auke Kok 1314bbf3a3 e1000: driver state fixes (race fix)
We were plagued by our interrupt handler posting a watchdog event which
could occur when our adapter was going down in case a late packet arrived
just before e1000_down() finished. This caused the watchdog timer to start
after the NIC was down and keep rescheduling it every N seconds. Once
the driver unloaded it would panic.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
2006-09-27 12:54:02 -07:00
..
e1000_ethtool.c e1000: driver state fixes (race fix) 2006-09-27 12:54:02 -07:00
e1000_hw.c e1000: add PCI-E capability detection code 2006-09-27 12:53:57 -07:00
e1000_hw.h e1000: reduce RAR entries available for ICH8 2006-09-27 12:53:59 -07:00
e1000_main.c e1000: driver state fixes (race fix) 2006-09-27 12:54:02 -07:00
e1000_osdep.h e100, e1000, ixgb: update copyright header and remove LICENSE 2006-09-27 12:53:14 -07:00
e1000_param.c e1000: rename flow control symbols 2006-09-27 12:53:28 -07:00
e1000.h e1000: driver state fixes (race fix) 2006-09-27 12:54:02 -07:00
Makefile e100, e1000, ixgb: update copyright header and remove LICENSE 2006-09-27 12:53:14 -07:00