summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2006-09-23IB/ipath: add serial number to hardware freeze error messageBryan O'Sullivan2-4/+6
2006-09-23IB/ipath: support new QLogic product naming schemeBryan O'Sullivan7-71/+68
2006-09-23IB/ipath: account for attached QPs correctlyBryan O'Sullivan1-0/+2
2006-09-23IB/ipath: do not allow use of CQ entries with invalid countsBryan O'Sullivan1-1/+6
2006-09-23IB/ipath: add new minor device to allow sending of diag packetsBryan O'Sullivan4-0/+176
2006-09-23IB/ipath: trivial cleanupsBryan O'Sullivan1-1/+0
2006-09-23IB/ipath: remove stale references to userspace SMABryan O'Sullivan14-119/+35
2006-09-23IB/ipath: simplify debugging code after ipath_core and ib_ipath mergerBryan O'Sullivan8-134/+17
2006-09-23IB/ipath: simplify layering codeBryan O'Sullivan17-1329/+1126
2006-09-23IB/ipath: merge ipath_core and ib_ipath driversBryan O'Sullivan10-292/+62
2006-09-23IB/ipath: drop requirement that PIO buffers be mmaped write-onlyBryan O'Sullivan1-9/+4
2006-09-23IB/ipath: fix handling of kpiobufsBryan O'Sullivan1-1/+2
2006-09-23IB/ipath: fix for crash on module unload, if cfgports < portcntBryan O'Sullivan1-1/+5
2006-09-23IB/ipath: lock resource limit counters correctlyBryan O'Sullivan3-8/+38
2006-09-23IB/ipath: More changes to support InfiniPath on PowerPC 970 systemsBryan O'Sullivan4-0/+66
2006-09-23IB/ipath: Performance improvements via mmap of queuesRalph Campbell9-382/+785
2006-09-23IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell10-15/+30
2006-09-23IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell1-2/+1
2006-09-23IB/ehca: Add driver for IBM eHCA InfiniBand adaptersHeiko J Schick33-0/+11574
2006-09-23IB/srp: Add port/device attributesIshai Rabinovitz1-6/+24
2006-09-23IB/mthca: Include the header we really wantJames Lentini1-1/+1
2006-09-23IB/uverbs: Fix lockdep warning when QP is created with 2 CQsRoland Dreier1-15/+19
2006-09-23IB/uverbs: Use idr_read_cq() where appropriateRoland Dreier1-10/+6
2006-09-23IB/ipoib: Fix flush/start xmit race (from code review)Michael S. Tsirkin1-4/+8
2006-09-23IB/mthca: Don't use privileged UAR for kernel accessMichael S. Tsirkin1-1/+1
2006-09-23IB/mthca: Fix lid used for sending trapsJack Morgenstein1-1/+1
2006-09-15RDMA/cma: Increase the IB CM retry count in CMAMichael S. Tsirkin1-1/+1
2006-09-15IPoIB: Retry failed send-only multicast group joinsEli Cohen1-0/+1
2006-09-15IB/srp: Don't schedule reconnect from srpIshai Rabinovitz1-14/+0
2006-09-02[SCSI] libiscsi, iscsi_tcp, iscsi_iser: check that burst lengths are valid.Mike Christie2-15/+4
2006-09-01IB/mthca: Use IRQ safe locks to protect allocation bitmapsRoland Dreier1-4/+11
2006-08-27Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Greg Kroah-Hartman1-20/+2
2006-08-24IB/mthca: Update HCA firmware revisionsMichael S. Tsirkin1-3/+3
2006-08-18IB/mthca: No userspace SRQs if HCA doesn't have SRQ supportRoland Dreier1-5/+6
2006-08-16IB/core: Fix SM LID/LID change with client reregister setJack Morgenstein2-2/+4
2006-08-11IB/mthca: Fix potential AB-BA deadlock with CQ locksRoland Dreier2-14/+32
2006-08-10IB/mthca: Make fence flag work for send work requestsMichael S. Tsirkin1-2/+10
2006-08-06Merge ../linux-2.6James Bottomley7-29/+52
2006-08-03IB/uverbs: Avoid a crash on device hot removeJack Morgenstein2-1/+9
2006-08-03IB/ipoib: Remove broken link from Kconfig and documentationOr Gerlitz1-2/+1
2006-08-03IB/srp: Work around data corruption bug on Mellanox targetsIshai Rabinovitz1-2/+15
2006-08-03IB/srp: Fix crash in srp_reconnect_targetIshai Rabinovitz1-0/+2
2006-08-03IB/cm: Fix error handling in ib_send_cm_reqSean Hefty1-1/+3
2006-08-03IB/mthca: Clean up mthca array index maskRoland Dreier1-8/+7
2006-08-03IB/mthca: Fix mthca_array_clear() thinkoMichael S. Tsirkin1-1/+3
2006-08-03[NET] infiniband: Cleanup ib_addr module to use the neteventsTom Tucker1-16/+14
2006-07-28[SCSI] iscsi bugfixes: fix oops when iser is flushing ioMike Christie1-20/+2
2006-07-24IB/mthca: Initialize max_cmds before debug code prints itRoland Dreier1-2/+3
2006-07-24IB/ipoib: Fix packet loss after hardware address updateMichael S. Tsirkin2-0/+24
2006-07-24IB/ipoib: Fix oops with ipoib_debug_mcast setOr Gerlitz1-4/+4