summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* RDMA: iWARP Core Changes.Tom Tucker2006-09-2318-76/+394
* RDMA: iWARP Connection Manager.Tom Tucker2006-09-232-0/+1081
* IB: Whitespace fixesRoland Dreier2006-09-2315-33/+31Star
* IB/cm: Randomize starting comm IDSean Hefty2006-09-231-8/+16
* IB/mad: Remove unused includesJames Lentini2006-09-232-3/+0Star
* IB/mad: Add support for dual-sided RMPP transfers.Sean Hefty2006-09-231-3/+87
* IB/cm: Use correct reject code for invalid GIDSean Hefty2006-09-231-11/+21
* IB/cm: Enable atomics along with RDMA readsSean Hefty2006-09-231-1/+2
* IB/mthca: Return correct number of bits for static rate in query_qpJack Morgenstein2006-09-231-1/+1
* IB/mthca: Return port number for unconnected QPs in query_qpJack Morgenstein2006-09-231-4/+6
* IB/mthca: Fix default static rate returned for Tavor in AVJack Morgenstein2006-09-231-1/+1
* IB/ipath: control receive polarity inversionBryan O'Sullivan2006-09-236-0/+69
* IB/ipath: fix return value from ipath_pollBryan O'Sullivan2006-09-231-1/+5
* IB/ipath: allow SMA to be disabledBryan O'Sullivan2006-09-231-0/+7
* IB/ipath: handle sq_sig_all field correctlyBryan O'Sullivan2006-09-231-5/+8
* IB/ipath: put a limit on the number of QPs that can be createdBryan O'Sullivan2006-09-233-1/+25
* IB/ipath: validate path_mig_state properlyBryan O'Sullivan2006-09-231-1/+2
* IB/ipath: be more strict about testing the modify QP verbBryan O'Sullivan2006-09-232-2/+32
* IB/ipath: add serial number to hardware freeze error messageBryan O'Sullivan2006-09-232-4/+6
* IB/ipath: support new QLogic product naming schemeBryan O'Sullivan2006-09-237-71/+68Star
* IB/ipath: account for attached QPs correctlyBryan O'Sullivan2006-09-231-0/+2
* IB/ipath: do not allow use of CQ entries with invalid countsBryan O'Sullivan2006-09-231-1/+6
* IB/ipath: add new minor device to allow sending of diag packetsBryan O'Sullivan2006-09-234-0/+176
* IB/ipath: trivial cleanupsBryan O'Sullivan2006-09-231-1/+0Star
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-09-2213-429/+877
|\
| * [BLOCK] dm-crypt: trivial comment improvementsRik Snel2006-09-211-4/+4
| * [CRYPTO] padlock: Convert padlock-sha to use crypto_hashHerbert Xu2006-09-211-56/+35Star
| * [CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu2006-09-212-5/+5
| * [CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu2006-09-212-26/+38
| * [SCSI] iscsi: Use crypto_hash interface instead of crypto_digestHerbert Xu2006-09-212-65/+78