aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-06-20[AGPGART] Suspend/Resume support for nVidia nForce AGP.Dave Jones1-0/+29
2006-06-20[AGPGART] Suspend/Resume improvements for ATI AGPDave Jones1-7/+9
2006-06-20[AGPGART] Whitespace cleanups for ati-agpDave Jones1-9/+8
2006-06-19Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-8/+0
2006-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds33-958/+3889
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds41-3771/+5585
2006-06-19Merge branch 'i915fb' of git://git.kernel.org/pub/scm/linux/kernel/git/airlie...Linus Torvalds5-210/+412
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds4-14/+11
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds3-13/+17
2006-06-19Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds113-5977/+12912
2006-06-19Make sure to re-enable SCI after an ACPI suspendLinus Torvalds1-0/+3
2006-06-19Improve SATA core suspend/resumeLinus Torvalds1-0/+1
2006-06-19[MIPS] Remove support for NEC DDB5476.Ralf Baechle1-8/+0
2006-06-18intelfb: fixup clock calculation debugging.Dave Airlie1-72/+32
2006-06-18Merge branch 'master' into upstreamJeff Garzik2-3/+10
2006-06-17[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu1-5/+2
2006-06-17[TG3]: Convert to non-LLTXMichael Chan2-20/+23
2006-06-17[TG3]: Remove unnecessary tx_lockMichael Chan1-4/+0
2006-06-17[BNX2]: Update version and reldateMichael Chan1-2/+2
2006-06-17[BNX2]: Use CPU native page sizeMichael Chan2-2/+8
2006-06-17[BNX2]: Use compressed firmwareMichael Chan1-3392/+1864
2006-06-17[BNX2]: Add firmware decompressionMichael Chan3-12/+152
2006-06-17[BNX2]: Allow WoL settings on new 5708 chipsMichael Chan1-1/+3
2006-06-17[BNX2]: Add an rx drop counterMichael Chan2-3/+14
2006-06-17[BNX2]: Endian fixes.Alexey Dobriyan1-2/+2
2006-06-17[IRDA]: irda-usb.c: STIR421x cleanupsNick Fedchik2-192/+145
2006-06-17[NET] ppp: Remove unnecessary pskb_may_pullHerbert Xu1-2/+0
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu3-6/+9
2006-06-17[NET]: Add netif_tx_lockHerbert Xu12-38/+41
2006-06-17[CONNECTOR]: Fix warning in cn_queue.cAndreas Schwab1-1/+1
2006-06-17[TG3]: update version and reldateMichael Chan1-2/+2
2006-06-17[TG3]: Add recovery logic when MMIOs are re-orderedMichael Chan2-9/+49
2006-06-17[TG3]: Add 5786 PCI IDMichael Chan1-0/+2
2006-06-17[IRDA]: ali-ircc: using device model power managementSamuel Ortiz1-55/+51
2006-06-17[IRDA]: stir4200, switching to the kthread APIChristoph Hellwig1-24/+14
2006-06-17[IRDA]: Initial support for MCS7780 based donglesSamuel Ortiz4-0/+1192
2006-06-17[I/OAT]: Do not use for_each_cpu().Andrew Morton1-3/+3
2006-06-17[I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech2-1/+303
2006-06-17[I/OAT]: Setup the networking subsystem as a DMA clientChris Leech1-0/+12
2006-06-17[I/OAT]: Move PCI_DEVICE_ID_INTEL_IOAT to linux/pci_ids.hDavid S. Miller1-2/+1
2006-06-17[I/OAT]: ioatdma.c needs linux/dma-mapping.hDavid S. Miller1-0/+1
2006-06-17[I/OAT]: Driver for the Intel(R) I/OAT DMA engineChris Leech7-0/+1271
2006-06-17[I/OAT]: DMA memcpy subsystemChris Leech5-0/+425
2006-06-17IB/uverbs: Don't serialize with ib_uverbs_idr_mutexRoland Dreier3-376/+553
2006-06-17IB/mthca: Make all device methods truly reentrantRoland Dreier5-22/+48
2006-06-17IB/mthca: Fix memory leak on modify_qp error pathsRoland Dreier1-6/+6
2006-06-17IB/uverbs: Factor out common idr codeRoland Dreier1-60/+22
2006-06-17IB/uverbs: Don't decrement usecnt on error pathsRoland Dreier1-7/+0
2006-06-17IB/uverbs: Release lock on error pathGanapathi CH1-2/+4
2006-06-17IB/cm: Use address handle helpersSean Hefty2-20/+11
2006-06-17IB/sa: Add ib_init_ah_from_path()Sean Hefty1-0/+31
2006-06-17IB: Add ib_init_ah_from_wc()Sean Hefty1-16/+28
2006-06-17IB/ucm: Get rid of duplicate P_Key parameterSean Hefty2-2/+1
2006-06-17IB/srp: Factor out common request reset codeIshai Rabinovitz1-22/+18
2006-06-17IB/srp: Support SRP rev. 10 targetsRamachandra K2-3/+42
2006-06-17IB/fmr: Use device's max_map_map_per_fmr attribute in FMR pool.Or Gerlitz1-3/+27
2006-06-17IB/mthca: Fill in max_map_per_fmr device attributeOr Gerlitz1-0/+10
2006-06-17IB/ipath: Add client reregister event generationRoland Dreier1-1/+1
2006-06-17IB/mthca: Add client reregister event generationLeonid Arsh1-3/+11
2006-06-17IB: Move struct port_info from ipath to <rdma/ib_smi.h>Leonid Arsh1-38/+2
2006-06-17IPoIB: Handle client reregister eventsLeonid Arsh1-1/+2
2006-06-17IPoIB: Fix kernel unaligned access on ia64Jack Morgenstein3-34/+39
2006-06-17IPoIB: Avoid using stale last_send counter when reaping AHsRoland Dreier1-18/+9
2006-06-17IB/mad: Check GID/LID when matching requestsJack Morgenstein1-31/+63
2006-06-17IB: Add caching of ports' LMCJack Morgenstein1-1/+29
2006-06-17IB/cm: remove unneeded flush_workqueueMichael S. Tsirkin1-1/+0
2006-06-17IB/ucm: convert semaphore to mutexSean Hefty1-16/+16
2006-06-17IB/srp: Get rid of "Target has req_lim 0" messagesRoland Dreier2-6/+17
2006-06-17IB/srp: Handle DREQ events from CMIshai Rabinovitz1-5/+9
2006-06-17IB/srp: Allow sg_tablesize to be adjustedVu Pham2-9/+17
2006-06-17IB/srp: Allow cmd_per_lun to be set per target portVu Pham1-7/+17
2006-06-17IB/srp: Clean up loop in srp_remove_one()Ishai Rabinovitz1-5/+3
2006-06-17IB: Make needlessly global ib_mad_cache staticRoland Dreier2-4/+1
2006-06-17IB/srp: Change target_mutex to a spinlockMatthew Wilcox2-8/+8
2006-06-17IB/srp: Get rid of unneeded use of list_for_each_entry_safe()Matthew Wilcox1-2/+1
2006-06-17IB/srp: Use SCAN_WILD_CARD from SCSI headersMatthew Wilcox1-2/+1
2006-06-17IB/mthca: Convert FW commands to use wait_for_completion_timeout()Roland Dreier1-19/+4
2006-06-17IB/srp: Use FMRs to map gather/scatter listsRoland Dreier2-87/+228
2006-06-17IB/mthca: Remove dead codeMichael S. Tsirkin1-4/+0
2006-06-17IB: IP address based RDMA connection managerSean Hefty2-2/+1931
2006-06-17IB: address translation to map IP toIB addresses (GIDs)Sean Hefty3-1/+377
2006-06-17IB/cm: Match connection requests based on private dataSean Hefty2-13/+97
2006-06-17IB: common handling for marshalling parameters to/from userspaceSean Hefty3-118/+154
2006-06-17IB/mthca: memfree completion with error FW bug workaroundMichael S. Tsirkin1-1/+10
2006-06-17IB/mthca: restore missing PCI registers after resetMichael S. Tsirkin1-0/+59
2006-06-17[PATCH] sky2: netconsole suspend/resume interactionStephen Hemminger1-1/+6
2006-06-17[PATCH] fix cdrom openJens Axboe1-2/+4
2006-06-13Merge branch 'master' into upstreamJeff Garzik14-161/+160
2006-06-13[PATCH] sky2: stop/start hardware idle timer on suspend/resumeStephen Hemminger1-4/+13
2006-06-13[PATCH] sky2: save/restore base hardware irq during suspend/resumeStephen Hemminger1-0/+3
2006-06-13[PATCH] sky2: fix hotplug detect during pollStephen Hemminger1-2/+2
2006-06-13[PATCH] sky2: don't hard code number of portsStephen Hemminger1-2/+2
2006-06-13[PATCH] sky2: set_power_state should be voidStephen Hemminger1-8/+8
2006-06-12Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+3
2006-06-12[sky2] Fix sky2 network driver suspend/resumeLinus Torvalds1-0/+4
2006-06-12Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2006-06-11[PATCH] Fix for the PPTP hangs that have been reportedPaul Mackerras1-1/+3
2006-06-11[PATCH] net: au1000_eth: PHY framework conversionHerbert Valerio Riedel3-1359/+378
2006-06-11[PATCH] sata_mv: grab host lock inside eng_timeoutMark Lord1-0/+3
2006-06-11[PATCH] PCI: reverse pci config space restore orderYu, Luming1-1/+5
2006-06-11[PATCH] PCI: Improve PCI config space writebackDave Jones1-3/+13
2006-06-11[PATCH] PCI: Error handling on PCI device resumeJean Delvare1-5/+8
2006-06-11[PATCH] 3c5zz ethernet: fix section warningsRandy Dunlap6-6/+6
2006-06-11[PATCH] smc ethernet: fix section mismatch warningsRandy Dunlap3-7/+4
2006-06-11[PATCH] hp ethernet: fix section mismatchesRandy Dunlap2-3/+3
2006-06-11[PATCH] Section mismatch in drivers/net/ne.o during modpostRandy.Dunlap2-2/+2
2006-06-11[PATCH] e1000: prevent statistics from getting garbled during resetLinas Vepstas1-1/+7
2006-06-11[PATCH] smc911x Kconfig fixAndrew Morton1-1/+1
2006-06-11[PATCH] forcedeth: new device idsAyaz Abdulla1-0/+32
2006-06-11[PATCH] forcedeth config: versionAyaz Abdulla1-1/+2
2006-06-11[PATCH] forcedeth config: module parametersAyaz Abdulla1-22/+45
2006-06-11[PATCH] forcedeth config: diagnosticsAyaz Abdulla1-8/+398
2006-06-11[PATCH] forcedeth config: move functionsAyaz Abdulla1-133/+133
2006-06-11[PATCH] forcedeth config: statisticsAyaz Abdulla1-3/+194
2006-06-11[PATCH] forcedeth config: csumAyaz Abdulla1-8/+77
2006-06-11[PATCH] forcedeth config: wolAyaz Abdulla1-7/+10
2006-06-11[PATCH] forcedeth config: phyAyaz Abdulla1-30/+78
2006-06-11[PATCH] forcedeth config: flow controlAyaz Abdulla1-59/+176
2006-06-11[PATCH] forcedeth config: ring sizesAyaz Abdulla1-58/+240
2006-06-11[PATCH] forcedeth config: tso cleanupAyaz Abdulla1-6/+2
2006-06-10Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-97/+52
2006-06-10[PATCH] powerpc: console_initcall ordering issuesMilton Miller1-1/+1
2006-06-10[PATCH] I2O: Bugfixes to get I2O working againMarkus Lidel2-38/+38
2006-06-10[PATCH] powernow-k8 crash workaroundAndrew Morton1-1/+4
2006-06-09[FUSION]: Fix mptspi.c build with CONFIG_PM not set.Tom "spot" Callaway1-0/+2
2006-06-09[TG3]: Handle Sun onboard tg3 chips more correctly.David S. Miller2-97/+50
2006-06-08[AGPGART] alpha-agp warning fixAndrew Morton1-8/+7
2006-06-08[AGPGART] uninorth-agp warning fixesAndrew Morton1-2/+2
2006-06-08Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds3-16/+28
2006-06-08[PATCH] fbcon: fix limited scroll in SCROLL_PAN_REDRAW modeMalcom Parsons1-1/+1
2006-06-08[ARM] 3547/1: PXA-OHCI: Allow platforms to specify a power budgetRichard Purdie1-0/+3
2006-06-08Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ...Jeff Garzik2-1/+188
2006-06-08Merge branch 'upstream-fixes' into upstreamJeff Garzik2-9/+8
2006-06-08Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...Jeff Garzik2-7/+6
2006-06-08Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik7-65/+52
2006-06-08Merge branch 'upstream-fixes' into upstreamJeff Garzik1-9/+22
2006-06-08Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik1-9/+22
2006-06-08[PATCH] skge: version 1.6Stephen Hemminger1-1/+1
2006-06-08[PATCH] skge: dont allow bad hardware address from ROMStephen Hemminger1-0/+8
2006-06-08[PATCH] skge: transmit complete via IRQ not NAPIStephen Hemminger2-70/+102
2006-06-08[PATCH] skge: TX low water mark definitionStephen Hemminger1-3/+4
2006-06-08[PATCH] skge: use workq for PHY handlingStephen Hemminger2-26/+25
2006-06-08[PATCH] myri10ge updateBrice Goglin1-20/+38
2006-06-08Merge branch 'master' into upstreamJeff Garzik38-181/+275
2006-06-08e1000: add PCI Error RecoveryAuke Kok1-1/+113
2006-06-08e100: add PCI Error RecoveryAuke Kok1-0/+75
2006-06-08e1000: remove risky prefetch on next_skb->dataAuke Kok1-6/+2
2006-06-08e1000: fix ethtool test irq alloc as "probe"Auke Kok1-1/+4
2006-06-07Removed hard coded EDID buffer size.Dennis Munsie1-2/+2
2006-06-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+4
2006-06-05Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds1-1/+1
2006-06-05[PPPOE]: Missing result check in __pppoe_xmit().Florin Malita1-0/+3
2006-06-05[NETCONSOLE]: Clean up initcall warning.Matt Mackall1-1/+1
2006-06-05[PATCH] wireless: move zd1201 where it belongsPavel Machek6-18/+19
2006-06-05[PATCH] bcm43xx: quiet down log spam from set_securityJason Lunz1-6/+7
2006-06-05[PATCH] usb wifi: zd1201 cleanupsPavel Machek1-41/+26
2006-06-05Merge branch 'upstream-fixes' into upstreamJohn W. Linville1-9/+22
2006-06-05Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds2-1/+7
2006-06-05[PATCH] m48t86: ia64 build fixAndrew Morton1-36/+36
2006-06-05[PATCH] sata_sil24: SII3124 sata driver endian problemRune Torgersen1-3/+3
2006-06-05[PATCH] sbp2: fix check of return value of hpsb_allocate_and_register_addrspa...Stefan Richter1-1/+1
2006-06-05[PATCH] Implement get / set tso for forcedeth driverZachary Amsden1-0/+16
2006-06-05[PATCH] s390: cio non-unique path group idsPeter Oberparleiter1-2/+2
2006-06-05[PATCH] s390: irb memcpy argument swapCornelia Huck1-1/+1
2006-06-05[PATCH] nmclan_cs: dereferencing skb after netif_rx()Florin Malita1-1/+1
2006-06-05[PATCH] bcm43xx: add DMA rx poll workaround to DMA4Michael Buesch1-9/+22
2006-06-05Merge branch 'from-linus' into upstreamJohn W. Linville51-833/+919
2006-06-05IPoIB: Fix AH leak at interface downEli Cohen1-0/+1
2006-06-04[CPUFREQ] cpufreq core {d,}printk adjustmentsJan Beulich1-4/+4
2006-06-04[MMC] Prevent au1xmmc.c breakage on non-Au1200 AlchemyRalf Baechle1-1/+1
2006-06-03Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds5-9/+32
2006-06-02[PATCH] pcmcia: fix zeroing of cm4000_cs.c dataDominik Brodowski1-1/+1
2006-06-02[PATCH] pcmcia: missing pcmcia_get_socket() result checkFlorin Malita1-0/+6
2006-06-01[SCSI] scsi_lib.c: properly count the number of pages in scsi_req_map_sg()Bryan Holty1-1/+1
2006-05-31[PATCH] md: Fix badness in sysfs_notify caused by md_new_eventNeilBrown1-1/+10
2006-05-31[PATCH] sgiioc4: use mmio ops instead of port ioJeremy Higdon1-5/+11
2006-05-31[PATCH] maxinefb: Fix compilation errorMartin Michlmayr1-3/+1
2006-05-31[PATCH] au1100fb: Fix compilationRodolfo Giometti1-7/+14
2006-05-31[PATCH] revert "swsusp add check for suspension of X controlled devices"Andrew Morton2-12/+1
2006-05-31[PATCH] IPMI: reserve I/O ports separatelyCorey Minyard1-16/+22
2006-05-31[PATCH] tpm: more bios log parsing fixesSeiji Munetoh1-44/+4
2006-05-31[PATCH] tpm: bios log parsing fixesSeiji Munetoh1-16/+25
2006-05-31[PATCH] fbcon: fix scrollback with logo issue immediately after bootDavid Hollister1-1/+1
2006-05-30[AGPGART] Remove pointless initialisation in intel-agpDave Jones1-1/+1
2006-05-30[AGPGART] Remove pointless code from agp_generic_create_gatt_table()Dave Jones1-3/+1
2006-05-30[CPUFREQ] Remove more freq_table reinitialisations.Dave Jones1-4/+8
2006-05-30[CPUFREQ] Fix another redundant initialisation in freq_tableDave Jones1-1/+1
2006-05-30[CPUFREQ] Remove duplicate assignment in freq_tableDave Jones1-1/+1
2006-05-30[CPUFREQ] CodingStyle nits in cpufreq_stats.cDave Jones1-3/+3
2006-05-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds3-1/+11
2006-05-29Input: psmouse - DMI updates for lifebook protocolKenan Esau1-0/+24
2006-05-29Input: change from numbered to named switchesRichard Purdie2-12/+12
2006-05-29Input: alps - fix old protocol decodingYotam Medini1-2/+2
2006-05-29Input: wistron - add support for AOpen Barebook 1559asmasc@theaterzentrum.at1-0/+19
2006-05-29Input: psmouse - add detection of Logitech TrackMan Wheel trackballZbigniew Luszpinski1-0/+6
2006-05-29Input: sidewinder - fix memory leakJesper Juhl1-5/+6
2006-05-29intelfb: use regular modedb table instead of VESADennis Munsie1-4/+2
2006-05-29intelfb: use firmware EDID for mode databaseAntonino A. Daplas1-3/+33
2006-05-29Revert "intelfb driver -- use the regular modedb table instead of the VESA"Dave Airlie1-2/+4
2006-05-29intelfb: int option fixEric Hustvedt1-1/+1