aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smsc9420.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
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-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-3/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+14
2009-11-29smsc9420: prevent BUG() if ethtool is called with interface downSteve Glendinning1-0/+14
2009-11-18drivers/net/smsc9420.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-20smsc9420: fix big endian rx checksum offloadSteve Glendinning1-1/+1
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+5
2009-02-20smsc9420: handle magic field of ethtool_eepromSteve Glendinning1-0/+4
2009-02-20smsc9420: fix another postfixed timeoutSteve Glendinning1-1/+1
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+6
2009-02-02net: variables reach -1, but 0 testedRoel Kluin1-6/+6
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2009-01-29smsc9420: fix interrupt signalling test failuresSteve Glendinning1-2/+1
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-2/+2
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger1-0/+1
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-2/+2
2008-12-16net: Refactor full duplex flow control resolutionSteve Glendinning1-23/+1
2008-12-15smsc9420: add ethtool register dump supportSteve Glendinning1-0/+25
2008-12-12smsc9420: add ethtool eeprom supportSteve Glendinning1-0/+121
2008-12-12smsc9420: add netpoll supportSteve Glendinning1-0/+12
2008-12-11smsc9420: SMSC LAN9420 10/100 PCI ethernet adapterSteve Glendinning1-0/+1608