summaryrefslogtreecommitdiffstats
path: root/drivers/net/smsc911x.c
Commit message (Expand)AuthorAgeFilesLines
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-171-1/+1
|\| |
| * | smsc911x: Fix Console Hang when bringing the interface down.Sriram2009-11-151-1/+1
| |/
* / net: smsc911x: allow platform_data to specify mac addressManuel Lauss2009-10-131-0/+3
|/
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-1/+0
* net: smsc911x: switch to new dev_pm_opsDaniel Mack2009-08-061-11/+20
* netdev: restore MTU change operationBen Hutchings2009-07-121-0/+1
* drivers/net/smsc911x.c: Fix resource size off by 1 errorJulia Lawall2009-07-051-3/+3
* netdev: smsc911x: add missing __devexit_p() usageMike Frysinger2009-06-081-1/+1
* smsc911x: fix calculation of res_size for ioremapMatthias Ludwig2009-05-071-1/+1
* net: smsc911x: add power management functionsDaniel Mack2009-05-051-0/+46
* smsc911x: add fifo byteswap support V2Magnus Damm2009-04-281-0/+13
* smsc911x: correct debugging message on mii read timeoutSteve Glendinning2009-04-081-1/+1
* smsc911x: remove unused #include <linux/version.h>Huang Weiyi2009-04-061-1/+0
* smsc911x: enforce read-after-write timing restriction on eeprom accessSteve Glendinning2009-03-271-0/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-201-0/+4
|\
| * smsc911x: reset last known duplex and carrier on openSteve Glendinning2009-03-181-0/+4
* | smsc911x: allow setting of mac addressSteve Glendinning2009-03-191-5/+30
* | smsc911x: replace print_mac with %pMSteve Glendinning2009-03-191-3/+1
* | smsc911x: define status word positions as constantsSteve Glendinning2009-03-191-10/+8
* | 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