aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smsc911x.c
Commit message (Expand)AuthorAge
* smsc911x: enable transmit time stamping.Richard Cochran2011-06-20
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-07
* net: allow shifted access in smsc911x V2Mathieu J. Poirier2011-04-13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-11
| |\
| * | Fix common misspellingsLucas De Marchi2011-03-31
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-07
|\ \ \ | | |/ | |/|
| * | smsc911x: fix mac_lock acquision before calling smsc911x_mac_readEnric Balletbo i Serra2011-04-06
| |/
* / smsc911x: Use pr_fmt, netdev_<level>, and netif_<level>Joe Perches2011-03-31
|/
* smsc911x: Fix build error when SMSC_TRACE() usedJeongtae Park2011-03-15
* net/smsc911x.c: Set the VLAN1 register to fix VLAN MTU problemGöran Weinholt2011-03-07
* MN10300: ASB2364: Add support for SMSC911X and SMC911XAkira Takeuchi2010-10-27
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-27
|\
| * smsc911x: Add MODULE_ALIAS()Vincent Stehlé2010-09-26
* | drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-02
|/
* smsc911x: Add spinlocks around registers accessCatalin Marinas2010-07-19
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-21
|\
| * net: trans_start cleanupsEric Dumazet2010-05-10
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
| |\
| * | net: convert multicast list to list_headJiri Pirko2010-04-03
* | | Merge branch 'master' into for-nextJiri Kosina2010-04-22
|\ \ \ | | |/ | |/|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
| |/
* / Fix typos in commentsThomas Weber2010-03-16
|/
* smsc911x: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-18
* smsc911x: replace manual phy lookup.kirjanov@gmail.com2010-02-17
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-09
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-07
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-04
* | | drivers/net: Move && and || to end of previous lineJoe Perches2009-12-03
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-17
|\| |
| * | smsc911x: Fix Console Hang when bringing the interface down.Sriram2009-11-16
| |/
* / 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