aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smsc911x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-20smsc911x: enable transmit time stamping.Richard Cochran1-0/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-13net: allow shifted access in smsc911x V2Mathieu J. Poirier1-7/+149
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+5
2011-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+5
2011-04-06smsc911x: fix mac_lock acquision before calling smsc911x_mac_readEnric Balletbo i Serra1-3/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-30smsc911x: Use pr_fmt, netdev_<level>, and netif_<level>Joe Perches1-146/+146
2011-03-15smsc911x: Fix build error when SMSC_TRACE() usedJeongtae Park1-2/+2
2011-03-07net/smsc911x.c: Set the VLAN1 register to fix VLAN MTU problemGöran Weinholt1-0/+5
2010-10-27MN10300: ASB2364: Add support for SMSC911X and SMC911XAkira Takeuchi1-1/+2
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-09-26smsc911x: Add MODULE_ALIAS()Vincent Stehlé1-0/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-07-19smsc911x: Add spinlocks around registers accessCatalin Marinas1-40/+52
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+3
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-16Fix typos in commentsThomas Weber1-2/+2
2010-02-18smsc911x: convert to use netdev_for_each_mc_addrJiri Pirko1-18/+9
2010-02-17smsc911x: replace manual phy lookup.kirjanov@gmail.com1-14/+10
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
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