linux/drivers/net/fs_enet
David S. Miller 4ec2411980 [NET]: Do not check netif_running() and carrier state in ->poll()
Drivers do this to try to break out of the ->poll()'ing loop
when the device is being brought administratively down.

Now that we have a napi_disable() "pending" state we are going
to solve that problem generically.

Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-08 23:30:09 -08:00
..
Kconfig [FS_ENET]: Fix module build. 2007-11-14 15:51:01 -08:00
Makefile [FS_ENET]: Fix module build. 2007-11-14 15:51:01 -08:00
fec.h [PATCH] FS_ENET: use PAL for mii management 2006-08-19 17:44:31 -04:00
fs_enet-main.c [NET]: Do not check netif_running() and carrier state in ->poll() 2008-01-08 23:30:09 -08:00
fs_enet.h fs_enet: Update for API changes 2007-10-17 20:11:28 -04:00
mac-fcc.c fs_enet: sparse fixes 2007-10-10 16:54:04 -07:00
mac-fec.c fs_enet: sparse fixes 2007-10-10 16:54:04 -07:00
mac-scc.c [POWERPC] Fix typo #ifdef -> #ifndef 2007-12-13 22:44:09 -06:00
mii-bitbang.c fs_enet: Convert mii-bitbang to use the generic bitbang MDIO code. 2007-10-10 16:54:04 -07:00
mii-fec.c fs_enet: sparse fixes 2007-10-10 16:54:04 -07:00