aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-04starfire: use request_firmware()Jaswinder Singh Rajput3-383/+48
2009-01-04firmware: convert tg3 driver to request_firmware()Jaswinder Singh Rajput2-698/+98
2009-01-04firmware: convert acenic driver to request_firmware()Jaswinder Singh2-46/+75
2008-12-29drivers/net/usb: use USB API functions rather than constantsJulia Lawall2-3/+2
2008-12-29EtherExpress16: fix printing timed out statusRoel Kluin1-28/+28
2008-12-29mlx4_en: Added "set_ringparam" Ethtool interface implementationYevgeny Petrilin3-33/+61
2008-12-29mlx4_en: Always allocate RX ring for each interrupt vectorYevgeny Petrilin2-13/+4
2008-12-29mlx4_en: Verify number of RX rings doesn't exceed MAX_RX_RINGSYevgeny Petrilin1-1/+2
2008-12-29net: KS8695: removed duplicated #includeHuang Weiyi1-1/+0
2008-12-29tun: Fix SIOCSIFHWADDR error.Kusanagi Kouichi1-1/+1
2008-12-29smsc911x: compile fix re netif_rx signature changesAlexey Dobriyan1-2/+2
2008-12-29net: Fix more NAPI interface netdev argument drop fallout.Kamalesh Babulal3-3/+3
2008-12-28net: Fix unused variable warnings in pasemi_mac.c and spider_net.cDavid S. Miller2-3/+0
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds27-231/+926
2008-12-28net: ehea NAPI interface cleanup fixStephen Rothwell2-2/+2
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-nvramLinus Torvalds1-141/+123
2008-12-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds8-96/+21
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds788-37793/+55727
2008-12-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds41-478/+962
2008-12-28Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds70-1437/+2751
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+22
2008-12-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds15-97/+593
2008-12-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds9-35/+96
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-365/+419
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds14-595/+583
2008-12-28fbcon: Protect free_irq() by MACH_IS_ATARI checkGeert Uytterhoeven1-1/+2
2008-12-28fbcon: remove broken mac vbl handlerFinn Thain1-72/+3
2008-12-28macfb annotations and compiler warning fixFinn Thain1-16/+16
2008-12-28m68k: machw.h cleanupFinn Thain7-7/+0
2008-12-27net: Allow dependancies of FDDI & Tokenring to be modular.Dave Jones2-2/+2
2008-12-26igb: Fix build warning when DCA is disabled.David S. Miller1-2/+1
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller11-14/+0
2008-12-26sfc: If AN is enabled, always read speed/duplex from the AN advertising bitsBen Hutchings1-7/+10
2008-12-26sfc: When disabling the NIC, close the device rather than unregistering itBen Hutchings1-24/+23
2008-12-26sfc: SFT9001: Add cable diagnosticsBen Hutchings1-8/+107
2008-12-26sfc: Add support for multiple PHY self-testsBen Hutchings5-15/+44
2008-12-26sfc: Merge top-level functions for self-testsBen Hutchings3-55/+48
2008-12-26sfc: Clean up PHY mode management in loopback self-testBen Hutchings1-12/+7
2008-12-26sfc: Fix unreliable link detection in some loopback modesBen Hutchings3-13/+24
2008-12-26sfc: Generate unique names for per-NIC workqueuesBen Hutchings2-1/+6
2008-12-26802.3ad: use standard ethhdr instead of ad_headerHolger Eitzenberger2-18/+8
2008-12-26802.3ad: generalize out mac address initializerHolger Eitzenberger2-11/+14
2008-12-26802.3ad: initialize ports LACPDU from const initializerHolger Eitzenberger1-49/+12
2008-12-26802.3ad: remove typedef around ad_systemHolger Eitzenberger1-3/+3
2008-12-26802.3ad: turn ports is_individual into a boolHolger Eitzenberger2-4/+4
2008-12-26802.3ad: turn ports is_enabled into a boolHolger Eitzenberger2-4/+5
2008-12-26802.3ad: make ntt boolHolger Eitzenberger2-11/+13
2008-12-26ixgbe: Fix set_ringparam in ixgbe to use the same memory pools.Peter P Waskiewicz Jr1-34/+30
2008-12-26ixgbe: Fix NAPI enable/disable path when using DCBPeter P Waskiewicz Jr2-5/+10
2008-12-26igb: re-order queues to support cleaner use of ivar on 82576Alexander Duyck2-39/+79