aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-04qeth: get rid of extra argument after printk to dev_* conversionHeiko Carstens1-1/+1
2009-01-04qeth: No large send using EDDP for HiperSockets.Klaus-Dieter Wacker1-1/+8
2009-01-04qeth: do not spin for SETIP ip assist commandFrank Blaschka1-11/+29
2009-01-04qeth: avoid crash in case of layer mismatch for VSWITCHUrsula Braun3-6/+14
2009-01-04qeth: exploit source MAC address for inbound layer3 packetsUrsula Braun3-9/+9
2009-01-04qeth: HiperSockets mcl string conversion (pre z9 mach)Klaus-Dieter Wacker1-1/+2
2009-01-04tun: Eliminate sparse signedness warningGerrit Renker1-1/+1
2009-01-04e100: cosmetic cleanupBruce Allan1-134/+134
2009-01-04qlge: bugfix: Fix register access error checking.Ron Mercer1-12/+12
2009-01-04qlge: bugfix: Fix ring length setting for rx ring, large/smallRon Mercer1-4/+9
2009-01-04qlge: bugfix: Fix shadow register endian issue.Ron Mercer2-22/+7
2009-01-04qlge: bugfix: Add missing pci_unmap_page call in receive path.Ron Mercer1-0/+5
2009-01-04qlge: bugfix: Add missing pci_mapping_err checking.Ron Mercer1-0/+5
2009-01-04enc28j60: fix RX buffer overflowBaruch Siach1-1/+3
2009-01-04isdn: capi: &&/|| typosRoel Kluin1-2/+2
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