aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smsc911x.c
Commit message (Expand)AuthorAgeFilesLines
...
* | smsc911x: improve EEPROM loading timeout logic in openSteve Glendinning2009-03-131-2/+2
* | smsc911x: check for FFWD success before checking for timeoutSteve Glendinning2009-03-131-1/+1
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-241-1/+1
|\ \ | |/
| * SMSC: timeout reaches -1Roel Kluin2009-02-201-1/+1
* | smsc911x: allow mac address to be saved before device resetSteve Glendinning2009-02-011-8/+22
* | smsc911x: add external phy detection overridesSteve Glendinning2009-02-011-37/+38
* | smsc911x: register isr as IRQF_SHAREDSteve Glendinning2009-02-011-1/+1
* | smsc911x: add support for platform-specific irq flagsSteve Glendinning2009-02-011-5/+14
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-301-1/+1
|\ \ | |/
| * smsc911x: timeout reaches -1Roel Kluin2009-01-291-1/+1
* | smsc911x: leave RX_STOP interrupt permanently enabledSteve Glendinning2009-01-261-10/+3
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-261-3/+4
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-211-4/+4
|/
* smsc911x: register irq with device name, not driver nameSteve Glendinning2009-01-111-1/+1
* smsc911x: fix smsc911x_reg_read compiler warningSteve Glendinning2009-01-111-0/+1
* netdev: add missing set_mac_address hookStephen Hemminger2009-01-111-0/+1
* smsc911x: compile fix re netif_rx signature changesAlexey Dobriyan2008-12-291-2/+2
* smsc911x: fix platform resource call during module unloadSteve Glendinning2008-12-251-1/+1
* smsc911x: don't clobber driver_dataSteve Glendinning2008-12-251-1/+0
* smsc911x: make smsc911x_ethtool_ops constantSteve Glendinning2008-12-251-1/+1
* smsc911x: convert driver to use net_device_opsSteve Glendinning2008-12-251-10/+14
* smsc911x: fix BUG if module is removed while interface is upSteve Glendinning2008-12-251-3/+2
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-1/+1
* net: Refactor full duplex flow control resolutionSteve Glendinning2008-12-161-23/+1
* smsc911x: make smsc911x_poll_controller staticSteve Glendinning2008-12-121-1/+1
* smsc911x: add dynamic bus configurationSteve Glendinning2008-12-101-79/+79
* SMSC LAN911x and LAN921x vendor driverSteve Glendinning2008-11-061-0/+2091