aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smsc911x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-11smsc911x: register irq with device name, not driver nameSteve Glendinning1-1/+1
2009-01-11smsc911x: fix smsc911x_reg_read compiler warningSteve Glendinning1-0/+1
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger1-0/+1
2008-12-29smsc911x: compile fix re netif_rx signature changesAlexey Dobriyan1-2/+2
2008-12-25smsc911x: fix platform resource call during module unloadSteve Glendinning1-1/+1
2008-12-25smsc911x: don't clobber driver_dataSteve Glendinning1-1/+0
2008-12-25smsc911x: make smsc911x_ethtool_ops constantSteve Glendinning1-1/+1
2008-12-25smsc911x: convert driver to use net_device_opsSteve Glendinning1-10/+14
2008-12-25smsc911x: fix BUG if module is removed while interface is upSteve Glendinning1-3/+2
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-1/+1
2008-12-16net: Refactor full duplex flow control resolutionSteve Glendinning1-23/+1
2008-12-12smsc911x: make smsc911x_poll_controller staticSteve Glendinning1-1/+1
2008-12-10smsc911x: add dynamic bus configurationSteve Glendinning1-79/+79
2008-11-06SMSC LAN911x and LAN921x vendor driverSteve Glendinning1-0/+2091