aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* IB/srp: Allow sg_tablesize to be adjustedVu Pham2006-06-172-9/+17
* IB/srp: Allow cmd_per_lun to be set per target portVu Pham2006-06-171-7/+17
* IB/srp: Clean up loop in srp_remove_one()Ishai Rabinovitz2006-06-171-5/+3
* IB: Make needlessly global ib_mad_cache staticRoland Dreier2006-06-172-4/+1
* IB/srp: Change target_mutex to a spinlockMatthew Wilcox2006-06-172-8/+8
* IB/srp: Get rid of unneeded use of list_for_each_entry_safe()Matthew Wilcox2006-06-171-2/+1
* IB/srp: Use SCAN_WILD_CARD from SCSI headersMatthew Wilcox2006-06-171-2/+1
* IB/mthca: Convert FW commands to use wait_for_completion_timeout()Roland Dreier2006-06-171-19/+4
* IB/srp: Use FMRs to map gather/scatter listsRoland Dreier2006-06-172-87/+228
* IB/mthca: Remove dead codeMichael S. Tsirkin2006-06-171-4/+0
* IB: IP address based RDMA connection managerSean Hefty2006-06-172-2/+1931
* IB: address translation to map IP toIB addresses (GIDs)Sean Hefty2006-06-173-1/+377
* IB/cm: Match connection requests based on private dataSean Hefty2006-06-172-13/+97
* IB: common handling for marshalling parameters to/from userspaceSean Hefty2006-06-173-118/+154
* IB/mthca: memfree completion with error FW bug workaroundMichael S. Tsirkin2006-06-171-1/+10
* IB/mthca: restore missing PCI registers after resetMichael S. Tsirkin2006-06-171-0/+59
* IPoIB: Fix AH leak at interface downEli Cohen2006-06-051-0/+1
* IB/mthca: Fix posting lists of 256 receive requests to SRQ for TavorMichael S. Tsirkin2006-05-241-20/+21
* IB/ipath: deref correct pointer when using kernel SMABryan O'Sullivan2006-05-231-1/+1
* IB/ipath: fix null deref during rdma opsBryan O'Sullivan2006-05-231-5/+7
* IB/ipath: register as IB device ownerBryan O'Sullivan2006-05-231-0/+1
* IB/ipath: enable PE800 receive interrupts on user portsBryan O'Sullivan2006-05-231-0/+4
* IB/ipath: enable GPIO interrupt on HT-460Bryan O'Sullivan2006-05-235-8/+25
* IB/ipath: fix NULL dereference during cleanupBryan O'Sullivan2006-05-231-11/+11
* IB/ipath: replace uses of LIST_POISONBryan O'Sullivan2006-05-234-28/+25
* IB/ipath: fix reporting of driver version to userspaceBryan O'Sullivan2006-05-231-1/+1
* IB/ipath: don't modify QP if changes failBryan O'Sullivan2006-05-231-15/+17
* IB/ipath: fix spinlock recursion bugBryan O'Sullivan2006-05-231-6/+0
* IB/mthca: Fix posting lists of 256 receive requests for TavorMichael S. Tsirkin2006-05-181-17/+18
* IB/uverbs: Don't leak ref to mm on error pathRoland Dreier2006-05-171-1/+3
* IB/srp: Complete correct SCSI commands on device resetIshai Rabinovitz2006-05-171-1/+1
* IB/srp: Get rid of extra scsi_host_put()s if reconnection failsRoland Dreier2006-05-171-3/+0
* IB/srp: Don't wait for disconnection if sending DREQ failsRoland Dreier2006-05-171-1/+4
* IB/mthca: Make fw_cmd_doorbell default to 0Roland Dreier2006-05-171-1/+1
* IB: refcount race fixesSean Hefty2006-05-125-44/+52
* IB/ipath: Properly terminate PCI ID tableRoland Dreier2006-05-121-4/+3
* IB/mthca: FMR ioremap fixMichael S. Tsirkin2006-05-101-4/+11
* IPoIB: Free child interfaces properlyRoland Dreier2006-05-091-3/+1
* IB/mthca: Fix race in reference countingRoland Dreier2006-05-095-45/+74
* IB/srp: Fix tracking of pending requests during error handlingRoland Dreier2006-05-092-84/+115
* IB: Fix display of 4-bit port counters in sysfsRalph Campbell2006-05-091-1/+1
* IB/ipath: tidy up white space in a few filesBryan O'Sullivan2006-05-013-21/+31
* IB/ipath: fix label name in interrupt handlerBryan O'Sullivan2006-05-011-3/+3
* IB/ipath: improve sparse annotationBryan O'Sullivan2006-05-011-1/+1
* IB/ipath: simplify IB timer usageBryan O'Sullivan2006-05-012-30/+12
* IB/ipath: simplify RC send postingBryan O'Sullivan2006-05-011-11/+4
* IB/ipath: prevent hardware from being accessed during resetBryan O'Sullivan2006-05-013-6/+23
* IB/ipath: fix verbs registrationBryan O'Sullivan2006-05-011-1/+5
* IB/ipath: change handling of PIO buffersBryan O'Sullivan2006-05-011-14/+22
* IB/ipath: iterate over correct number of ports during resetBryan O'Sullivan2006-05-011-1/+1