aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-14[MTD] Restore MTD_ROM and MTD_RAM typesDavid Woodhouse8-8/+8
2006-06-14[MTD] assume mtd->writesize is 1 for NOR flashesArtem B. Bityutskiy7-0/+7
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-12eth1394: replace __constant_htons by htonsBen Collins1-12/+11
2006-06-12ieee1394: adjust code formatting in highlevel.cBen Collins1-233/+182
2006-06-12ieee1394: hl_irqs_lock is taken in hardware interrupt contextBen Collins1-10/+17
2006-06-12ieee1394_core: switch to kthread APIBen Collins1-33/+15
2006-06-12ieee1394: sbp2: Kconfig fixBen Collins1-1/+1
2006-06-12ieee1394: add preprocessor constant for invalid csr addressBen Collins6-20/+18
2006-06-12sbp2: fix deregistration of status fifo address spaceBen Collins1-2/+2
2006-06-12[PATCH] eth1394: endian fixesBen Collins1-3/+3
2006-06-12Fix broken suspend/resume in ohci1394Ben Collins1-0/+3
2006-06-12sbp2: use __attribute__((packed)) for on-the-wire structuresBen Collins1-9/+9
2006-06-12sbp2: provide helptext for CONFIG_IEEE1394_SBP2_PHYS_DMA and mark it experime...Ben Collins1-2/+11
2006-06-12sbp2: fix S800 transfers if phys_dma is offBen Collins1-4/+14
2006-06-12sbp2: remove ohci1394 specific constantBen Collins1-1/+1
2006-06-12ohci1394: make phys_dma parameter read-onlyBen Collins1-1/+1
2006-06-12ohci1394: set address range propertiesBen Collins2-1/+20
2006-06-12ieee1394: extend lowlevel API for address range propertiesBen Collins2-1/+5
2006-06-12sbp2: log number of supported concurrent loginsBen Collins1-8/+8
2006-06-12sbp2: remove manipulation of inquiry responseBen Collins2-37/+2
2006-06-12ieee1394: save RAM by using a single tlabel for broadcast transactionsBen Collins2-10/+16
2006-06-12ieee1394: support for slow links or slow 1394b phy portsBen Collins5-20/+76
2006-06-12ieee1394/ohci1394: CycleTooLong interrupt managementBen Collins1-0/+10
2006-06-12raw1394: fix whitespace after x86_64 compat patchBen Collins1-28/+26
2006-06-12From: Arjan van de Ven <arjan@infradead.org>Ben Collins1-3/+4
2006-06-12sbp2: make TSB42AA9 workaround specific to Momobay CX-1Ben Collins1-1/+2
2006-06-12ohci1394: Remove superfluous call to free_dma_rcv_ctx,Ben Collins1-11/+0
2006-06-12ieee1394: speed up of dma_region_sync_for_cpuBen Collins1-9/+9
2006-06-12video1394: be quietBen Collins1-8/+8
2006-06-12[MMC] sdhci truncated pointer fixAndrew Morton1-1/+1
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-12[SCSI] aacraid: Fix return code interpretationMark Haverkamp1-1/+1
2006-06-12[SCSI] scsi_transport_sas: fix panic in sas_free_rphyJames Bottomley1-0/+14
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-10[SCSI] remove RQ_SCSI_* flagsChristoph Hellwig2-3/+3
2006-06-10[SCSI] remove scsi_request infrastructureChristoph Hellwig14-279/+14
2006-06-10[SCSI] mptfusion: change driver revision to 3.03.10Michael Reed1-2/+2
2006-06-10[SCSI] mptfc: abort of board reset leaves port dead requiring rebootMichael Reed3-17/+17
2006-06-10[SCSI] mptfc: fix fibre channel infinite request/response loopMichael Reed2-2/+35
2006-06-10[SCSI] mptfc: set fibre channel fw target missing timers to one secondMichael Reed2-9/+172
2006-06-10[SCSI] mptfusion: move fc event/reset handling to mptfcMichael Reed4-137/+184
2006-06-10Merge ../linux-2.6James Bottomley466-8165/+14223
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-10[SCSI] spi transport: don't allow dt to be set on SE or HVD busesJames Bottomley1-0/+9
2006-06-10[SCSI] aic7xxx: expose the bus setting to sysfsJames Bottomley3-7/+92
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser47-200/+167
2006-06-10[SCSI] Remove last page_address from dc395x.cGuennadi Liakhovetski1-24/+35
2006-06-10[SCSI] hptiop: HighPoint RocketRAID 3xxx controller driverHighPoint Linux Team4-0/+1977
2006-06-10[SCSI] remove the scsi_request interface from the gdth driverLeubner, Achim5-497/+297
2006-06-09[FUSION]: Fix mptspi.c build with CONFIG_PM not set.Tom "spot" Callaway1-0/+2
2006-06-10[MTD NAND] Fix s3c2410 NAND driver so it at least _looks_ like it compilesDavid Woodhouse1-5/+5
2006-06-09[TG3]: Handle Sun onboard tg3 chips more correctly.David S. Miller2-97/+50
2006-06-09[MTD] Prepare physmap for 64-bit-resourcesAndrew Morton1-3/+3
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-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig17-30/+30
2006-06-06[SCSI] megaraid_sas: switch fw_outstanding to an atomic_tSumant Patro2-18/+11
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[SCSI] iscsi: update version to 1.0-595Mike Christie1-1/+1
2006-06-05[SCSI] iscsi: fix writepsace raceMike Christie2-93/+120
2006-06-05[SCSI] iscsi: return task found during searchMike Christie1-1/+1
2006-06-05[SCSI] iscsi: fix run list corruptionMike Christie1-0/+6
2006-06-05[SCSI] iscsi: don't switch states when just cleaning upMike Christie2-62/+33
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