aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/smsc911x.c
AgeCommit message (Expand)Author
2009-06-08netdev: smsc911x: add missing __devexit_p() usageMike Frysinger
2009-05-07smsc911x: fix calculation of res_size for ioremapMatthias Ludwig
2009-05-05net: smsc911x: add power management functionsDaniel Mack
2009-04-28smsc911x: add fifo byteswap support V2Magnus Damm
2009-04-08smsc911x: correct debugging message on mii read timeoutSteve Glendinning
2009-04-06smsc911x: remove unused #include <linux/version.h>Huang Weiyi
2009-03-27smsc911x: enforce read-after-write timing restriction on eeprom accessSteve Glendinning
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-19smsc911x: allow setting of mac addressSteve Glendinning
2009-03-19smsc911x: replace print_mac with %pMSteve Glendinning
2009-03-19smsc911x: define status word positions as constantsSteve Glendinning
2009-03-18smsc911x: reset last known duplex and carrier on openSteve Glendinning
2009-03-13smsc911x: improve EEPROM loading timeout logic in openSteve Glendinning
2009-03-13smsc911x: check for FFWD success before checking for timeoutSteve Glendinning
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-20SMSC: timeout reaches -1Roel Kluin
2009-02-01smsc911x: allow mac address to be saved before device resetSteve Glendinning
2009-02-01smsc911x: add external phy detection overridesSteve Glendinning
2009-02-01smsc911x: register isr as IRQF_SHAREDSteve Glendinning
2009-02-01smsc911x: add support for platform-specific irq flagsSteve Glendinning
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-29smsc911x: timeout reaches -1Roel Kluin
2009-01-26smsc911x: leave RX_STOP interrupt permanently enabledSteve Glendinning
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-11smsc911x: register irq with device name, not driver nameSteve Glendinning
2009-01-11smsc911x: fix smsc911x_reg_read compiler warningSteve Glendinning
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger
2008-12-29smsc911x: compile fix re netif_rx signature changesAlexey Dobriyan
2008-12-25smsc911x: fix platform resource call during module unloadSteve Glendinning
2008-12-25smsc911x: don't clobber driver_dataSteve Glendinning
2008-12-25smsc911x: make smsc911x_ethtool_ops constantSteve Glendinning
2008-12-25smsc911x: convert driver to use net_device_opsSteve Glendinning
2008-12-25smsc911x: fix BUG if module is removed while interface is upSteve Glendinning
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-12-16net: Refactor full duplex flow control resolutionSteve Glendinning
2008-12-12smsc911x: make smsc911x_poll_controller staticSteve Glendinning
2008-12-10smsc911x: add dynamic bus configurationSteve Glendinning
2008-11-06SMSC LAN911x and LAN921x vendor driverSteve Glendinning