summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-05tun: Eliminate sparse signedness warningGerrit Renker1-1/+1
2009-01-05e100: cosmetic cleanupBruce Allan1-134/+134
2009-01-05qlge: bugfix: Fix register access error checking.Ron Mercer1-12/+12
2009-01-05qlge: bugfix: Fix ring length setting for rx ring, large/smallRon Mercer1-4/+9
2009-01-05qlge: bugfix: Fix shadow register endian issue.Ron Mercer2-22/+7
2009-01-05qlge: bugfix: Add missing pci_unmap_page call in receive path.Ron Mercer1-0/+5
2009-01-05qlge: bugfix: Add missing pci_mapping_err checking.Ron Mercer1-0/+5
2009-01-05enc28j60: fix RX buffer overflowBaruch Siach1-1/+3
2009-01-05isdn: capi: &&/|| typosRoel Kluin1-2/+2
2009-01-05starfire: use request_firmware()Jaswinder Singh Rajput3-383/+48
2009-01-05firmware: convert tg3 driver to request_firmware()Jaswinder Singh Rajput2-698/+98
2009-01-05firmware: convert acenic driver to request_firmware()Jaswinder Singh2-46/+75
2008-12-30drivers/net/usb: use USB API functions rather than constantsJulia Lawall2-3/+2
2008-12-30EtherExpress16: fix printing timed out statusRoel Kluin1-28/+28
2008-12-30mlx4_en: Added "set_ringparam" Ethtool interface implementationYevgeny Petrilin3-33/+61
2008-12-30mlx4_en: Always allocate RX ring for each interrupt vectorYevgeny Petrilin2-13/+4
2008-12-30mlx4_en: Verify number of RX rings doesn't exceed MAX_RX_RINGSYevgeny Petrilin1-1/+2
2008-12-30net: KS8695: removed duplicated #includeHuang Weiyi1-1/+0
2008-12-30tun: Fix SIOCSIFHWADDR error.Kusanagi Kouichi1-1/+1
2008-12-30smsc911x: compile fix re netif_rx signature changesAlexey Dobriyan1-2/+2
2008-12-30net: Fix more NAPI interface netdev argument drop fallout.Kamalesh Babulal3-3/+3
2008-12-29net: Fix unused variable warnings in pasemi_mac.c and spider_net.cDavid S. Miller2-3/+0
2008-12-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds27-231/+926
2008-12-29net: ehea NAPI interface cleanup fixStephen Rothwell2-2/+2
2008-12-29Merge 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/gee...Linus 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/rol...Linus 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/k...Linus Torvalds2-4/+22
2008-12-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-97/+593
2008-12-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus 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-28net: Allow dependancies of FDDI & Tokenring to be modular.Dave Jones2-2/+2
2008-12-27igb: Fix build warning when DCA is disabled.David S. Miller1-2/+1
2008-12-27net: Fix warning fallout from recent NAPI interface changes.David S. Miller11-14/+0
2008-12-27sfc: If AN is enabled, always read speed/duplex from the AN advertising bitsBen Hutchings1-7/+10
2008-12-27sfc: When disabling the NIC, close the device rather than unregistering itBen Hutchings1-24/+23
2008-12-27sfc: SFT9001: Add cable diagnosticsBen Hutchings1-8/+107
2008-12-27sfc: Add support for multiple PHY self-testsBen Hutchings5-15/+44
2008-12-27sfc: Merge top-level functions for self-testsBen Hutchings3-55/+48
2008-12-27sfc: Clean up PHY mode management in loopback self-testBen Hutchings1-12/+7
2008-12-27sfc: Fix unreliable link detection in some loopback modesBen Hutchings3-13/+24
2008-12-27sfc: Generate unique names for per-NIC workqueuesBen Hutchings2-1/+6
2008-12-27802.3ad: use standard ethhdr instead of ad_headerHolger Eitzenberger2-18/+8