aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smsc911x.c
Commit message (Expand)AuthorAge
* net: smsc911x: allow platform_data to specify mac addressManuel Lauss2009-10-13
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-03
* net: smsc911x: switch to new dev_pm_opsDaniel Mack2009-08-06
* netdev: restore MTU change operationBen Hutchings2009-07-12
* drivers/net/smsc911x.c: Fix resource size off by 1 errorJulia Lawall2009-07-05
* netdev: smsc911x: add missing __devexit_p() usageMike Frysinger2009-06-08
* smsc911x: fix calculation of res_size for ioremapMatthias Ludwig2009-05-07
* net: smsc911x: add power management functionsDaniel Mack2009-05-05
* smsc911x: add fifo byteswap support V2Magnus Damm2009-04-28
* smsc911x: correct debugging message on mii read timeoutSteve Glendinning2009-04-08
* smsc911x: remove unused #include <linux/version.h>Huang Weiyi2009-04-06
* smsc911x: enforce read-after-write timing restriction on eeprom accessSteve Glendinning2009-03-27
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-20
|\
| * smsc911x: reset last known duplex and carrier on openSteve Glendinning2009-03-19
* | smsc911x: allow setting of mac addressSteve Glendinning2009-03-20
* | smsc911x: replace print_mac with %pMSteve Glendinning2009-03-20
* | smsc911x: define status word positions as constantsSteve Glendinning2009-03-20
* | smsc911x: improve EEPROM loading timeout logic in openSteve Glendinning2009-03-13
* | smsc911x: check for FFWD success before checking for timeoutSteve Glendinning2009-03-13
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-24
|\|
| * SMSC: timeout reaches -1Roel Kluin2009-02-20
* | smsc911x: allow mac address to be saved before device resetSteve Glendinning2009-02-01
* | smsc911x: add external phy detection overridesSteve Glendinning2009-02-01
* | smsc911x: register isr as IRQF_SHAREDSteve Glendinning2009-02-01
* | smsc911x: add support for platform-specific irq flagsSteve Glendinning2009-02-01
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-30
|\|
| * smsc911x: timeout reaches -1Roel Kluin2009-01-29
* | smsc911x: leave RX_STOP interrupt permanently enabledSteve Glendinning2009-01-27
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-27
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-21
|/
* smsc911x: register irq with device name, not driver nameSteve Glendinning2009-01-11
* smsc911x: fix smsc911x_reg_read compiler warningSteve Glendinning2009-01-11
* netdev: add missing set_mac_address hookStephen Hemminger2009-01-11
* smsc911x: compile fix re netif_rx signature changesAlexey Dobriyan2008-12-29
* smsc911x: fix platform resource call during module unloadSteve Glendinning2008-12-25
* smsc911x: don't clobber driver_dataSteve Glendinning2008-12-25
* smsc911x: make smsc911x_ethtool_ops constantSteve Glendinning2008-12-25
* smsc911x: convert driver to use net_device_opsSteve Glendinning2008-12-25
* smsc911x: fix BUG if module is removed while interface is upSteve Glendinning2008-12-25
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-22
* net: Refactor full duplex flow control resolutionSteve Glendinning2008-12-16
* smsc911x: make smsc911x_poll_controller staticSteve Glendinning2008-12-13
* smsc911x: add dynamic bus configurationSteve Glendinning2008-12-10
* SMSC LAN911x and LAN921x vendor driverSteve Glendinning2008-11-06