summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
* | IB/ipath: remove stale references to userspace SMABryan O'Sullivan2006-09-2314-119/+35Star
* | IB/ipath: simplify debugging code after ipath_core and ib_ipath mergerBryan O'Sullivan2006-09-238-134/+17Star
* | IB/ipath: simplify layering codeBryan O'Sullivan2006-09-2317-1329/+1126Star
* | IB/ipath: merge ipath_core and ib_ipath driversBryan O'Sullivan2006-09-2310-292/+62Star
* | IB/ipath: drop requirement that PIO buffers be mmaped write-onlyBryan O'Sullivan2006-09-231-9/+4Star
* | IB/ipath: fix handling of kpiobufsBryan O'Sullivan2006-09-231-1/+2
* | IB/ipath: fix for crash on module unload, if cfgports < portcntBryan O'Sullivan2006-09-231-1/+5
* | IB/ipath: lock resource limit counters correctlyBryan O'Sullivan2006-09-233-8/+38
* | IB/ipath: More changes to support InfiniPath on PowerPC 970 systemsBryan O'Sullivan2006-09-234-0/+66
* | IB/ipath: Performance improvements via mmap of queuesRalph Campbell2006-09-239-382/+785
* | IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell2006-09-2310-15/+30
* | IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell2006-09-231-2/+1Star
* | IB/ehca: Add driver for IBM eHCA InfiniBand adaptersHeiko J Schick2006-09-2333-0/+11574
* | IB/srp: Add port/device attributesIshai Rabinovitz2006-09-231-6/+24
* | IB/mthca: Include the header we really wantJames Lentini2006-09-231-1/+1
* | IB/uverbs: Fix lockdep warning when QP is created with 2 CQsRoland Dreier2006-09-231-15/+19
* | IB/uverbs: Use idr_read_cq() where appropriateRoland Dreier2006-09-231-10/+6Star
* | IB/ipoib: Fix flush/start xmit race (from code review)Michael S. Tsirkin2006-09-231-4/+8
* | IB/mthca: Don't use privileged UAR for kernel accessMichael S. Tsirkin2006-09-231-1/+1
* | IB/mthca: Fix lid used for sending trapsJack Morgenstein2006-09-231-1/+1
* | RDMA/cma: Increase the IB CM retry count in CMAMichael S. Tsirkin2006-09-141-1/+1
* | IPoIB: Retry failed send-only multicast group joinsEli Cohen2006-09-141-0/+1
* | IB/srp: Don't schedule reconnect from srpIshai Rabinovitz2006-09-141-14/+0Star
* | IB/mthca: Use IRQ safe locks to protect allocation bitmapsRoland Dreier2006-09-011-4/+11
|/
* Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Greg Kroah-Hartman2006-08-261-20/+2Star
|\
| * Merge ../linux-2.6James Bottomley2006-08-067-29/+52
| |\
| * | [SCSI] iscsi bugfixes: fix oops when iser is flushing ioMike Christie2006-07-281-20/+2Star
* | | IB/mthca: Update HCA firmware revisionsMichael S. Tsirkin2006-08-231-3/+3
* | | IB/mthca: No userspace SRQs if HCA doesn't have SRQ supportRoland Dreier2006-08-181-5/+6
* | | IB/core: Fix SM LID/LID change with client reregister setJack Morgenstein2006-08-162-2/+4
* | | IB/mthca: Fix potential AB-BA deadlock with CQ locksRoland Dreier2006-08-112-14/+32
* | | IB/mthca: Make fence flag work for send work requestsMichael S. Tsirkin2006-08-101-2/+10
| |/ |/|
* | IB/uverbs: Avoid a crash on device hot removeJack Morgenstein2006-08-032-1/+9
* | IB/ipoib: Remove broken link from Kconfig and documentationOr Gerlitz2006-08-031-2/+1Star
* | IB/srp: Work around data corruption bug on Mellanox targetsIshai Rabinovitz2006-08-031-2/+15
* | IB/srp: Fix crash in srp_reconnect_targetIshai Rabinovitz2006-08-031-0/+2
* | IB/cm: Fix error handling in ib_send_cm_reqSean Hefty2006-08-031-1/+3
* | IB/mthca: Clean up mthca array index maskRoland Dreier2006-08-031-8/+7Star
* | IB/mthca: Fix mthca_array_clear() thinkoMichael S. Tsirkin2006-08-031-1/+3
* | [NET] infiniband: Cleanup ib_addr module to use the neteventsTom Tucker2006-08-021-16/+14Star
|/
* IB/mthca: Initialize max_cmds before debug code prints itRoland Dreier2006-07-241-2/+3
* IB/ipoib: Fix packet loss after hardware address updateMichael S. Tsirkin2006-07-242-0/+24
* IB/ipoib: Fix oops with ipoib_debug_mcast setOr Gerlitz2006-07-241-4/+4
* IB/mad: Validate MADs for spec complianceSean Hefty2006-07-242-21/+88
* IB/ipath: ipath_skip_sge() can break if num_sge > 1Ralph Campbell2006-07-241-4/+0Star
* IB/ipath: Fix ib_ipath driver to work with SRPRalph Campbell2006-07-242-0/+16
* IB/ipath: Fix a data corruptionRalph Campbell2006-07-241-40/+36Star
* IB/mthca: Fix SRQ limit event range checkDotan Barak2006-07-241-1/+2
* IB/uverbs: Fix lockdep warningsRoland Dreier2006-07-241-11/+21
* IB/uverbs: Fix unlocking in error pathsMichael S. Tsirkin2006-07-241-2/+8