aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/smsc911x.c
AgeCommit message (Expand)Author
2010-02-18smsc911x: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-17smsc911x: replace manual phy lookup.kirjanov@gmail.com
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-15smsc911x: Fix Console Hang when bringing the interface down.Sriram
2009-10-13net: smsc911x: allow platform_data to specify mac addressManuel Lauss
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet
2009-08-06net: smsc911x: switch to new dev_pm_opsDaniel Mack
2009-07-12netdev: restore MTU change operationBen Hutchings
2009-07-05drivers/net/smsc911x.c: Fix resource size off by 1 errorJulia Lawall
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