summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB: Add caching of ports' LMCJack Morgenstein2006-06-181-1/+29
* IB/cm: remove unneeded flush_workqueueMichael S. Tsirkin2006-06-181-1/+0
* IB/ucm: convert semaphore to mutexSean Hefty2006-06-181-16/+16
* IB: Make needlessly global ib_mad_cache staticRoland Dreier2006-06-182-4/+1
* IB: IP address based RDMA connection managerSean Hefty2006-06-182-2/+1931
* IB: address translation to map IP toIB addresses (GIDs)Sean Hefty2006-06-182-1/+372
* IB/cm: Match connection requests based on private dataSean Hefty2006-06-182-13/+97
* IB: common handling for marshalling parameters to/from userspaceSean Hefty2006-06-183-118/+154
* IB/uverbs: Don't leak ref to mm on error pathRoland Dreier2006-05-181-1/+3
* IB: refcount race fixesSean Hefty2006-05-125-44/+52
* IB: Fix display of 4-bit port counters in sysfsRalph Campbell2006-05-091-1/+1
* IB/mad: Fix RMPP version check during agent registrationHal Rosenstock2006-04-191-4/+1
* IB/cache: Use correct pointer to calculate sizeMichael S. Tsirkin2006-04-101-1/+1
* IB: simplify static rate encodingJack Morgenstein2006-04-101-0/+34
* IB/mad: fix oops in cancel_madsMichael S. Tsirkin2006-04-021-1/+1
* IB/mad: RMPP support for additional classesHal Rosenstock2006-03-303-44/+59
* IB/mad: include GID/class when matching receivesJack Morgenstein2006-03-303-29/+67
* IB/mad: Fix oopsable race on device removalMichael S. Tsirkin2006-03-201-7/+14
* IB: Coverity fixes to sysfs.cRoland Dreier2006-03-201-2/+4
* IB/uverbs: Use correct alt_pkey_index in modify QPAmi Perlmutter2006-03-201-1/+1
* IB/umad: Add support for large RMPP transfersJack Morgenstein2006-03-204-209/+346
* IB/cm: Check cm_id state before handling a REPSean Hefty2006-03-201-18/+24
* IB/uverbs: Fix query QP return of sq_sig_allDotan Barak2006-03-201-1/+1
* IB: Fix modify QP checking of "current QP state" attributeDotan Barak2006-03-201-4/+4
* IB/uverbs: Return actual capacity from create SRQ operationDotan Barak2006-03-201-0/+2
* IB/uverbs: Support for query SRQ from userspaceDotan Barak2006-03-203-0/+46
* IB/uverbs: Support for query QP from userspaceDotan Barak2006-03-203-0/+102
* IB: Whitespace cleanupsRoland Dreier2006-03-203-9/+7
* IB: Add ib_modify_qp_is_ok() library functionRoland Dreier2006-03-201-0/+252
* IB/mad: Simplify SMI by eliminating smi_check_local_dr_smp()Ralph Campbell2006-03-203-27/+6
* IB/mad: Remove redundant check from smi_check_local_dr_smp()Ralph Campbell2006-03-201-3/+0
* IB: Enable FMR pool user to set page sizeOr Gerlitz2006-03-201-3/+3
* IB: Allow userspace to set node descriptionRoland Dreier2006-03-201-1/+29
* IB: Add userspace support for resizing CQsRoland Dreier2006-03-204-5/+47
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-02-141-1/+9
|\
| * IB/mad: Handle DR SMPs with a LID routed partRalph Campbell2006-02-031-1/+9
* | [PATCH] IB: fix up major/minor sysfs interface for IB coreGreg Kroah-Hartman2006-02-061-12/+1
|/
* IB/sa_query: Flush scheduled work before unloading moduleMichael S. Tsirkin2006-01-171-0/+2
* IB/uverbs: Flush scheduled work before unloading moduleMichael S. Tsirkin2006-01-171-0/+1
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-151-2/+2
* IB: convert from semaphores to mutexesIngo Molnar2006-01-135-104/+105
* IB: Add node_guid to struct ib_deviceSean Hefty2006-01-103-42/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-01-094-12/+33
|\
| * IB: Set GIDs correctly in ib_create_ah_from_wc()Ralph Campbell2006-01-071-2/+2
| * IB/uverbs: Release event file reference on ib_uverbs_create_cq() errorJack Morgenstein2006-01-071-3/+10
| * IB/uverbs: set ah_flags when creating address handleRalph Campbell2006-01-071-0/+1
| * IB/uverbs: Fix reference counting on error pathsJack Morgenstein2006-01-071-0/+7
| * IB/umad: fix memory leaksJack Morgenstein2005-12-091-2/+2
| * IB/cm: avoid reusing local IDSean Hefty2005-11-301-1/+2
| * IB/cm: correct reported reject codeSean Hefty2005-11-301-4/+9