summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2011-03-30smsc911x: Use pr_fmt, netdev_<level>, and netif_<level>Joe Perches2-159/+155
2011-03-30be2net: remove one useless lineSathya Perla1-1/+0
2011-03-30be2net: cancel be_worker in be_shutdown() even when i/f is downSathya Perla1-2/+1
2011-03-30be2net: remove redundant code in be_worker()Sathya Perla1-5/+3
2011-03-30be2net: parse vid and vtm fields of rx-compl only if vlanf bit is setSathya Perla1-11/+23
2011-03-30be2net: refactor code that decides adapter->num_rx_queuesSathya Perla2-35/+39
2011-03-30be2net: Support for FAT dump retrieval using ethtool --register-dump optionSomnath Kotur4-0/+153
2011-03-30net/r8169: support RTL8168Ehayeswang1-5/+207
2011-03-30net/r8169: add a new chip for RTL8168DPhayeswang1-22/+76
2011-03-30net/r8169: add a new chip for RTL8105hayeswang1-0/+1
2011-03-30Atheros, atl2: Fix mem leaks in error paths of atl2_set_eepromJesper Juhl1-8/+14
2011-03-30net/usb: Ethernet quirks for the LG-VL600 4G modemAndrzej Zaborowski5-9/+384
2011-03-30phylib: phy_attach_direct: phy_init_hw can fail, add cleanupMarc Kleine-Budde1-2/+6
2011-03-30via-ircc: Pass PCI device pointer to dma_{alloc, free}_coherent()Ben Hutchings1-6/+6
2011-03-30via-ircc: Use pci_{get, set}_drvdata() instead of static pointer variableBen Hutchings1-67/+15
2011-03-29Merge branch 'irq-final-for-linus-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+7
2011-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-61/+85
2011-03-29drivers: Final irq namespace conversionThomas Gleixner4-8/+7
2011-03-28netdev: bfin_mac: document TE setting in RMII modesMike Frysinger1-2/+11
2011-03-28drivers net: Fix declaration ordering in inline functions.Balaji G1-1/+1
2011-03-28cxgb3: Apply interrupt coalescing settings to all queuesAnton Blanchard1-4/+10
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka5-7/+7
2011-03-27mlx4_en: Fix loss of promiscuityHerbert Xu1-0/+3
2011-03-27tg3: Fix inline keyword usageJavier Martinez Canillas1-1/+1
2011-03-27tg3: use <linux/io.h> and <linux/uaccess.h> instead <asm/io.h> and <asm/uacce...Javier Martinez Canillas1-2/+2
2011-03-27net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros1-1/+1
2011-03-27Net / jme: Do not use legacy PCI power managementRafael J. Wysocki1-14/+16
2011-03-27myri10ge: small rx_done refactoringStanislaw Gruszka1-14/+23
2011-03-27can: c_can: Fix tx_bytes accountingJan Altenberg1-1/+1
2011-03-27can: c_can_platform: fix irq check in probeMarc Kleine-Budde1-4/+5
2011-03-27can: c_can: disable one shot mode until driver is fixedMarc Kleine-Budde1-10/+4
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds42-258/+1644
2011-03-24net: fix pch_gbe section mismatch warningRandy Dunlap1-3/+3
2011-03-24mlx4_en: Removing HW info from ethtool -i report.Yevgeny Petrilin1-14/+1
2011-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-2/+7
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-0/+3
2011-03-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2-2/+4
2011-03-23rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine1-1/+1
2011-03-23rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine1-2/+2
2011-03-23Merge branch 'sfc-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/bw...David S. Miller2-2/+18
2011-03-23drivers/net/a2065.c: Convert release_resource to release_region/release_mem_r...Julia Lawall1-5/+5
2011-03-23drivers/net/ariadne.c: Convert release_resource to release_region/release_mem...Julia Lawall1-5/+5
2011-03-23bonding: fix rx_handler lockingJiri Pirko2-25/+32
2011-03-23myri10ge: fix rmmod crashStanislaw Gruszka1-0/+1
2011-03-23mlx4_en: updated driver version to 1.5.4.1Yevgeny Petrilin1-2/+2
2011-03-23mlx4_en: Using blue flame supportYevgeny Petrilin3-22/+64
2011-03-23mlx4_core: reserve UARs for userspace consumersEli Cohen1-0/+8
2011-03-23mlx4_core: maintain available field in bitmap allocatorEli Cohen2-0/+15
2011-03-23mlx4: Add blue flame support for kernel consumersEli Cohen3-0/+128
2011-03-23mlx4_en: Enabling new steeringYevgeny Petrilin8-58/+291