aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smsc911x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-11-15smsc911x: Fix Console Hang when bringing the interface down.Sriram1-1/+1
2009-10-13net: smsc911x: allow platform_data to specify mac addressManuel Lauss1-0/+3
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-08-06net: smsc911x: switch to new dev_pm_opsDaniel Mack1-11/+20
2009-07-12netdev: restore MTU change operationBen Hutchings1-0/+1
2009-07-05drivers/net/smsc911x.c: Fix resource size off by 1 errorJulia Lawall1-3/+3
2009-06-08netdev: smsc911x: add missing __devexit_p() usageMike Frysinger1-1/+1
2009-05-07smsc911x: fix calculation of res_size for ioremapMatthias Ludwig1-1/+1
2009-05-05net: smsc911x: add power management functionsDaniel Mack1-0/+46
2009-04-28smsc911x: add fifo byteswap support V2Magnus Damm1-0/+13
2009-04-08smsc911x: correct debugging message on mii read timeoutSteve Glendinning1-1/+1
2009-04-06smsc911x: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-03-27smsc911x: enforce read-after-write timing restriction on eeprom accessSteve Glendinning1-0/+5
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+4
2009-03-19smsc911x: allow setting of mac addressSteve Glendinning1-5/+30
2009-03-19smsc911x: replace print_mac with %pMSteve Glendinning1-3/+1
2009-03-19smsc911x: define status word positions as constantsSteve Glendinning1-10/+8
2009-03-18smsc911x: reset last known duplex and carrier on openSteve Glendinning1-0/+4
2009-03-13smsc911x: improve EEPROM loading timeout logic in openSteve Glendinning1-2/+2
2009-03-13smsc911x: check for FFWD success before checking for timeoutSteve Glendinning1-1/+1
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-02-20SMSC: timeout reaches -1Roel Kluin1-1/+1
2009-02-01smsc911x: allow mac address to be saved before device resetSteve Glendinning1-8/+22
2009-02-01smsc911x: add external phy detection overridesSteve Glendinning1-37/+38
2009-02-01smsc911x: register isr as IRQF_SHAREDSteve Glendinning1-1/+1
2009-02-01smsc911x: add support for platform-specific irq flagsSteve Glendinning1-5/+14
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-01-29smsc911x: timeout reaches -1Roel Kluin1-1/+1
2009-01-26smsc911x: leave RX_STOP interrupt permanently enabledSteve Glendinning1-10/+3
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+4
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-4/+4
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