aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-03-04[PATCH] natsemi: NAPI and a bugfixMark Brown1-49/+97
2006-03-04Merge branch 'upstream-fixes'Jeff Garzik1-0/+1
2006-03-04s2io: set_multicast_list bugJeff Garzik1-0/+1
2006-03-04[PATCH] remove obsolete sis900 documentationAdrian Bunk1-5/+1
2006-03-03Merge branch 'net-const'Jeff Garzik61-235/+287
2006-03-03Massive net driver const-ification.Arjan van de Ven43-118/+118
2006-03-03[PATCH] sb1250-mac: Add support for the BCM1480Ralf Baechle1-39/+70
2006-03-03pcnet_cs: add new id (Logitec LPM-LN100TE)Komuro1-0/+1
2006-03-03[PATCH] bonding: suppress duplicate packetsJay Vosburgh3-26/+56
2006-03-03[PATCH] mv643xx_eth: Remove BIT0-BIT31 #definesDale Farnsworth1-103/+49
2006-03-03[PATCH] mv643xx_eth: Remove non-working feature: task level rx queue refillDale Farnsworth2-55/+12
2006-03-03[PATCH] mv643xx_eth: Clean up interrupt handlingDale Farnsworth2-55/+25
2006-03-03[PATCH] mv643xx_eth: Move #defines of constants to mv643xx_eth.hDale Farnsworth2-62/+51
2006-03-03[PATCH] mv643xx_eth: Refactor/clean up tx queue handlingDale Farnsworth2-177/+84
2006-03-03[PATCH] mv643xx_eth: Refactor tx command queuing codeDale Farnsworth2-410/+158
2006-03-03[PATCH] mv643xx_eth: Select CONFIG_MII on CONFIG_MV643XX_ETHDale Farnsworth1-0/+1
2006-03-03[PATCH] mv643xx_eth: Rename "channels" to "queues"Dale Farnsworth1-22/+22
2006-03-03[PATCH] mv643xx_eth: Fix misplaced parenthesis in mv643xx_eth_port_disable_rxDale Farnsworth1-2/+2
2006-03-03[PATCH] mv643xx_eth: Remove duplicate includes of linux/in.h and linux/ip.hDale Farnsworth1-2/+0
2006-03-02e1000: Added driver comments and whitespace changes. Modified long lines of ...Jeff Kirsher4-82/+60
2006-03-02e1000: Added a performance enhancement - prefetchJeff Kirsher1-3/+15
2006-03-02e1000: Add copybreak when using packet splitJeff Kirsher1-0/+30
2006-03-02e1000: Fixed the following issues with ESB2 (requires ESB2 support):Jeff Kirsher3-14/+65
2006-03-02e1000: Add support for new hardware (ESB2)Jeff Kirsher4-16/+964
2006-03-02e1000: Add performance enahancement by balancing TX and RXJeff Kirsher1-0/+8
2006-03-02e1000: Add enabled Jumbo frame support for 82573LJeff Kirsher2-1/+20
2006-03-02e1000: Add 82573 controller support to TSO fixJeff Kirsher1-11/+19
2006-03-02e1000: Fix filling skb descriptors while using packet splitJeff Kirsher1-5/+2
2006-03-02e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced...Jeff Kirsher4-11/+66
2006-03-02e1000: Fix Quadport Wake on LANJeff Kirsher3-1/+41
2006-03-02e1000: Fix RSS if enabled in mid-connectionJeff Kirsher2-1/+30
2006-03-02e1000: Fix 82543 issue when reading eepromJeff Kirsher1-1/+7
2006-03-02e1000: Fix dhcp issue when the skb structure fields are not filled properlyJeff Kirsher1-1/+1
2006-03-02e1000: Fix AMT losing connectivity when switching VLAN in passive modeJeff Kirsher1-1/+2
2006-03-02e1000: Fix unecessary delay for 82573 controllersJeff Kirsher1-6/+0
2006-03-02e1000: Fix lock up while setting ring parametersJeff Kirsher1-3/+3
2006-03-02e1000: Fix dead countersJeff Kirsher1-1/+0
2006-03-02e1000: Remove Multiqueue code until we have support for MSI-X in our hardwareJeff Kirsher3-292/+4
2006-03-02Merge branch 'lro'Jeff Garzik2-62/+565
2006-03-02[PATCH] "drivers/mtd/redboot.c: recognise a foreign byte sex partition table"...John Bowler1-12/+10
2006-03-01Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-76/+46
2006-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds6-25/+69
2006-03-01Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds11-80/+90
2006-03-01[PATCH] pcmcia: CM4000, CM4040 Driver fixesHarald Welte2-6/+41
2006-03-01[PATCH] pcmcia: add id for AMB8110 PC CardJesse Allen1-0/+1
2006-03-01[PATCH] pcmcia: avoid binding hostap_cs to Orinoco cardsPavel Roskin1-1/+4
2006-03-01[PATCH] pcmcia: add another ide-cs CF card idDavid Brownell1-0/+1
2006-03-01[PATCH] pcmcia: properly handle pseudo multi-function devicesDominik Brodowski1-18/+22
2006-03-01Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik8-102/+81
2006-03-01Merge branch 'upstream-fixes'Jeff Garzik28-211/+178
2006-03-01Merge branch 'e1000' of ssh://198.78.49.142/srv/git/intel/linux-2.6Jeff Garzik2-76/+46
2006-02-28Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds4-94/+24
2006-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-2/+2
2006-02-28[PATCH] synclink_gt: make ->init_error signedDarren Jenkins1-1/+1
2006-02-28[PATCH] tty buffering: comment out debug codePaul Fulghum1-1/+1
2006-02-28[PATCH] video1394: fix "return E;" typoAlexey Dobriyan1-1/+1
2006-02-28[PATCH] pnp bus type fixAdam Belay1-7/+5
2006-02-28[PATCH] Altix: more ioc3 cleanups and locking fixesPat Gefre1-8/+3
2006-02-28[PATCH] drivers/mtd/redboot.c: recognise a foreign byte sex partition tableJohn Bowler1-1/+27
2006-02-28[PATCH] e1000: revert to single descriptor for legacy receive pathJeff Kirsher2-76/+46
2006-02-28[PATCH] sky2: remove MSI supportStephen Hemminger2-78/+0
2006-02-28Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik2-16/+24
2006-02-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds9-12/+47
2006-02-28[PATCH] USB: ftdi_sio: new microHAM device IDsIan Abbott2-1/+15
2006-02-28[PATCH] USB: visor.c id for gspda smartphoneHendrik Schweppe2-0/+6
2006-02-28[PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow)Shaun Tancheff1-4/+7
2006-02-28[PATCH] USB: lh7a40x gadget driver: Fixed a dead lockFranck Bui-Huu1-2/+4
2006-02-28[PATCH] USB: unusual_devs entry for Lyra RCA RD1080Alan Stern1-0/+7
2006-02-28[PATCH] USB: Wisegroup MP-8866 Dual USB JoypadAndrew Fuller1-0/+2
2006-02-28[PATCH] USB: fix EHCI BIOS handshakeDavid Brownell1-5/+6
2006-02-28[SUNSU]: Fix locking error in sunsu_stop_rx().David S. Miller1-3/+0
2006-02-28[SCSI] aha152x: fix variable use before initialisation and other bugsJürgen E. Fischer3-37/+54
2006-02-28[SCSI] Fix uninitialised width and speed in sym2Matthew Wilcox1-0/+2
2006-02-28[SCSI] Delete duplicate driver template.Ralf Baechle1-21/+0
2006-02-27Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+7
2006-02-27[SCSI] scsi: scsi command retries off by one fixBrian King2-3/+3
2006-02-27[SCSI] megaraid_sas: fix physical disk handlingChristoph Hellwig1-14/+15
2006-02-27[libata] Disable FUAJeff Garzik3-0/+7
2006-02-27[SCSI] scsi: handle ->slave_configure return valueChristoph Hellwig1-2/+14
2006-02-27[SCSI] fc_transport: stop creating duplicate rport entries.Andrew Vasquez1-2/+1
2006-02-27[SCSI] sg: Remove aha1542 hackBrian King1-1/+1
2006-02-27[PATCH] wireless/airo: Remove 'Setting transmit key' info messagesDan Williams1-2/+0
2006-02-27Merge branch 'from-jgarzik-upstream'John W. Linville1-48/+545
2006-02-27Merge branch 'from-linus'John W. Linville73-1846/+1104
2006-02-27[IA64] show "SN Devices" menu only if CONFIG_SGI_SNJes Sorensen1-2/+2
2006-02-278139cp: fix broken suspend/resumeFrancois Romieu1-16/+21
2006-02-27via-velocity: fix memory corruption when changing the mtuFrancois Romieu1-0/+3
2006-02-27[TG3]: Fix Sun tg3 variant detection.David S. Miller1-0/+9
2006-02-27Merge branch 'master'Jeff Garzik16-75/+146
2006-02-27[PATCH] Fix Specialix SX corruptionMarc Zyngier1-5/+5
2006-02-27Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+43
2006-02-27Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2006-02-26[PATCH] x86_64: Disable ACPI blacklist by year for now on x86-64Andi Kleen1-1/+1
2006-02-26[PATCH] x86-64/i386: Use common X86_PM_TIMER option and make it EMBEDDEDAndi Kleen1-5/+3
2006-02-26[PATCH] Fix Specialix SI probingMarc Zyngier1-4/+8
2006-02-26[PATCH] sd: fix memory corruption with broken mode page headersAl Viro1-3/+17
2006-02-25Fix Wake on LAN support in sis900Daniele Venzano1-2/+2
2006-02-25[PATCH] sata_sil: implement R_ERR on DMA activate FIS errata fixTejun Heo1-6/+27
2006-02-25[PATCH] sata_sil: add board ID for 3512Tejun Heo1-4/+17
2006-02-24Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-0/+6
2006-02-24[PATCH] dm: free minor after unlink gendiskJun'ichi Nomura1-1/+3
2006-02-24[PATCH] dm: missing bdput/thaw_bdev at removalJun'ichi Nomura1-0/+4
2006-02-24[PATCH] Fix pseudo_palette setup in asiliantfb_setcolreg()Antonino A. Daplas1-12/+9
2006-02-24[PATCH] au1100fb: replaced io_remap_page_range() with io_remap_pfn_range()Freddy Spierenburg1-1/+2
2006-02-24[PATCH] gbefb: Set default of FB_GBE_MEM to 4 MBMartin Michlmayr1-1/+1
2006-02-24[PATCH] gbefb: IP32 gbefb depth change fixKaj-Michael Lang1-0/+3
2006-02-24[PATCH] cfi: init wait queue in chip structSimon Vogl1-0/+1
2006-02-24[PATCH] vgacon: no vertical resizing on EGASamuel Thibault1-32/+35
2006-02-23Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds6-153/+370
2006-02-24[PATCH] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific codeAdrian Bunk1-0/+2
2006-02-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2006-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds1-3/+5
2006-02-23Merge branch 'upstream-fixes'Jeff Garzik35-1619/+730
2006-02-23Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik5-153/+368
2006-02-24[PATCH] Fix race condition in hvc console.Michal Ostrowski1-3/+5
2006-02-23[NET]: Increase default IFB device count.Richard Lucassen1-1/+1
2006-02-23skge: protect interrupt maskStephen Hemminger2-7/+15
2006-02-23skge: genesis phy initialzationStephen Hemminger1-11/+26
2006-02-23skge: NAPI/irq race fixStephen Hemminger1-12/+5
2006-02-23r8169: enable wake on lanFrancois Romieu1-0/+87
2006-02-23r8169: fix broken ring index handling in suspend/resumeFrancois Romieu1-43/+59
2006-02-23[SERIAL] Add comment about early_serial_setup()Russell King1-0/+6
2006-02-23sbp2: update 36byte inquiry workaround (fix compatibility regression)Stefan Richter1-23/+19
2006-02-23sbp2: variable status FIFO address (fix login timeout)Stefan Richter2-69/+59
2006-02-23sbp2: fix another deadlock after disconnectionStefan Richter1-2/+8
2006-02-23[PATCH] sky2: close race on IRQ mask update.Stephen Hemminger2-7/+17
2006-02-23[PATCH] sky2: use device iomem to access PCI configStephen Hemminger2-48/+54
2006-02-23[PATCH] sky2: force early transmit statusStephen Hemminger1-8/+6
2006-02-23[PATCH] sky2: poke coalescing timer to fix hangStephen Hemminger1-0/+11
2006-02-23[PATCH] sky2: limit coalescing values to ring sizeStephen Hemminger1-3/+3
2006-02-23[PATCH] sky2: yukon-ec-u chipset initializationStephen Hemminger2-19/+90
2006-02-22[SCSI] esp: fix eh lockingChristoph Hellwig1-3/+1
2006-02-22[PATCH] padlock: Fix typo that broke 256-bit keysHerbert Xu1-4/+4
2006-02-21Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+10
2006-02-20Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-1/+58
2006-02-20Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-9/+1
2006-02-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds3-43/+22
2006-02-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-18/+79
2006-02-20[PATCH] s390: revert dasd eer moduleHeiko Carstens7-1219/+4
2006-02-20[PATCH] s390: dasd reference countingPeter Oberparleiter2-1/+21
2006-02-20[PATCH] s390: V=V qdio fixesFrank Pavlic1-2/+11
2006-02-20[PATCH] radeonfb: resume support for Samsung P35 laptopsCarl-Daniel Hailfinger1-4/+15
2006-02-20[PATCH] drivers/fc4/fc.c: memset correct lengthAlexey Dobriyan1-1/+1
2006-02-20[PATCH] ipw2200: Suppress warning messageZhu Yi1-3/+3
2006-02-20[PATCH] pktcdvd: Only return -EROFS when appropriatePeter Osterlund1-5/+5
2006-02-20[PATCH] pktcdvd: Fix the logic in the pkt_writable_track functionPeter Osterlund1-13/+15
2006-02-20[PATCH] pktcdvd: Remove useless printk statementsPeter Osterlund1-14/+0
2006-02-20[PATCH] pktcdvd: Rename functions and make their return values sanePeter Osterlund1-18/+18
2006-02-20[PATCH] pktcdvd: Correctly set rq->cmd_len in pkt_generic_packet()Peter Osterlund1-0/+2
2006-02-20[PATCH] spi: Fix modular master driver remove and device suspend/removeStephen Street1-3/+2
2006-02-20[PATCH] cfi_cmdset_0001: fix range for cache invalidationAlexey Korolev1-7/+7
2006-02-20[PATCH] Terminate process that fails on a constrained allocationChristoph Lameter1-1/+1
2006-02-20[AGPGART] Add some informational printk to nforce GART failure path.Dave Jones1-2/+4
2006-02-20[PATCH] libata: make ata_sg_setup_one() trim zero length sgTejun Heo1-5/+8
2006-02-20[PATCH] libata: fix WARN_ON() condition in *_fill_sg()Tejun Heo2-2/+2
2006-02-20Merge branch 'forcedeth'Jeff Garzik10-73/+618
2006-02-20[PATCH] forcedeth: Add support for MSI/MSIXAyaz Abdulla1-31/+436
2006-02-20[PATCH] forcedeth: Add support for 64bit ringsAyaz Abdulla1-16/+42
2006-02-20[PATCH] forcedeth: Add vlan supportAyaz Abdulla1-5/+71
2006-02-19[IRDA]: irda-usb bug fixesJean Tourrilhes2-18/+79
2006-02-18[PATCH] don't mangle INQUIRY if cmddt or evpd bits are setAl Viro1-9/+1
2006-02-18drm: fix brace placementDave Airlie1-4/+2
2006-02-18drm: radeon add r300 TX_CNTL and verify bitblt packetsDave Airlie3-1/+55
2006-02-18drm: fixup i915 interrupt on X server exitDave Airlie1-0/+5
2006-02-17[PATCH] ACPI: fix vendor resource length computationBjorn Helgaas1-4/+2
2006-02-17[PATCH] allow windfarm_pm112 module to loadJohannes Berg1-0/+1
2006-02-17[PATCH] s390: fix assignment instead of check in ccw_device_set_online()Cornelia Huck2-2/+1
2006-02-17[PATCH] s390: ccw device disbandingCornelia Huck1-1/+1
2006-02-17[PATCH] Infineon TPM: IO-port leakage fix, WTX-bugfixMarcel Selhorst1-14/+34
2006-02-17Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+34
2006-02-17[PATCH] Add missing FUA write to sata_mv dma command listJens Axboe1-0/+1
2006-02-17[PATCH] libata: minor fix for 2.6.16-rc3Albert Lee1-3/+4
2006-02-17[PATCH] Necessary evil to get sata_vsc to initialize with Intel iq3124h hbaDan Williams1-1/+29
2006-02-17Merge branch 'upstream-fixes'Jeff Garzik114-1691/+3447
2006-02-17[PATCH] bonding: fix a locking bug in bond_releaseJay Vosburgh1-0/+1
2006-02-17[PATCH] s390: some qeth driver fixesFrank Pavlic3-77/+63
2006-02-17[PATCH] s390: lcs performance enhancementsFrank Pavlic2-15/+18
2006-02-17[PATCH] smctr warning fixAndrew Morton1-1/+1
2006-02-17[PATCH] sky2: speed setting fixStephen Hemminger1-1/+30
2006-02-17[PATCH] skge: speed settingStephen Hemminger1-1/+9
2006-02-17[PATCH] skge: no longer experimentalStephen Hemminger1-2/+2
2006-02-17[PATCH] sk98lin: no d-link support (kconfig)Stephen Hemminger1-1/+0
2006-02-17[PATCH] Wavelan_cs bitfield fixesJean Tourrilhes1-12/+4
2006-02-17Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik1-2/+2
2006-02-17Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik1-39/+59
2006-02-17[PATCH] Fix SGI O2 compile error in drivers/video/gbefb.cJoshua Kinard1-1/+1
2006-02-17Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-5/+0
2006-02-17Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2-3/+3
2006-02-17Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+0
2006-02-17Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds1-0/+7
2006-02-17[PATCH] wireless/airo: fix setting TX key index plus key in ENCODEEXTDan Williams1-3/+8
2006-02-17[PATCH] ipw2200: Fix software crypto shared WEP authentication problemZhu Yi1-2/+1
2006-02-17[PATCH] trivial: fix spelling errors in KconfigsJon Mason5-17/+17
2006-02-17[PATCH] ipw2200: Fix WPA network selection problemStefan Rompf1-2/+2
2006-02-17[PATCH] ipw2200: add monitor and qos entries to KconfigAndreas Happe1-0/+13
2006-02-17[PATCH] wireless/atmel: convert constants to ieee80211 layer equivalentsDan Williams1-74/+36
2006-02-17[PATCH] let IPW2{1,2}00 select IEEE80211Jan Niehusmann1-2/+4
2006-02-17Merge branch 'upstream-fixes'John W. Linville1-39/+59
2006-02-17Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgar...John W. Linville73-2208/+1548
2006-02-17[PATCH] wireless/atmel: fix Open System authentication process bugsDan Williams1-10/+27