summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk2005-09-082-8/+8
* [PATCH] drivers: convert kcalloc to kzallocPekka Enberg2005-09-081-1/+1
* [PATCH] IB: move include files to include/rdmaRoland Dreier2005-08-2741-4453/+42Star
* [PATCH] IPoIB: Fix device removal raceMichael S. Tsirkin2005-08-271-1/+1
* [PATCH] IB: Add handling for ABORT and STOP RMPP MADs.Sean Hefty2005-08-272-65/+246
* [PATCH] IB: fix userspace CM deadlockSean Hefty2005-08-272-313/+160Star
* [PATCH] IPoIB: Set full membership bit in P_KeysRoland Dreier2005-08-271-0/+12
* [PATCH] IB/mthca: Add SRQ implementationRoland Dreier2005-08-2713-25/+857
* [PATCH] IB/mthca: Handle context tables smaller than our chunk sizeRoland Dreier2005-08-271-1/+6
* [PATCH] IB/mthca: Move WQE structures into their own headerRoland Dreier2005-08-272-74/+115
* [PATCH] IB/mthca: Simplify handling of completions with errorRoland Dreier2005-08-272-9/+9
* [PATCH] IB/mthca: Factor out common queue alloc codeRoland Dreier2005-08-275-224/+141Star
* [PATCH] IB: userspace SRQ supportRoland Dreier2005-08-274-4/+238
* [PATCH] IB: Add SRQ support to midlayerRoland Dreier2005-08-272-5/+158
* [PATCH] IB/mthca: Report correct max_msg_szRoland Dreier2005-08-271-0/+3
* [PATCH] IB/mthca: Use correct port width capability valueRoland Dreier2005-08-275-13/+10Star
* [PATCH] IB: Remove unnecessary includes of <linux/version.h>Olaf Hering2005-08-274-4/+0Star
* [PATCH] IB: Fix ib_mad_thread_completion_handler declarationHal Rosenstock2005-08-271-3/+2Star
* [PATCH] IB/mthca: use generic function instead of arbel_ version in mthca_fre...Guy German2005-08-271-1/+1
* [PATCH] IB: unmap FMRs when destroying FMR poolRoland Dreier2005-08-271-0/+6
* [PATCH] IB/mthca: add HCA board ID to sysfs infoMichael S. Tsirkin2005-08-275-69/+109
* [PATCH] IB: sparse endianness cleanupSean Hefty2005-08-2734-562/+565
* [PATCH] IB: Eliminate redundant NULL checksHal Rosenstock2005-08-271-8/+4Star
* [PATCH] IB: Add copyright noticesRoland Dreier2005-08-2739-17/+69
* [PATCH] IB: Update current firmware versions in mthca driverTziporet Koren2005-08-271-3/+3
* [PATCH] IB: fix use-after-free in user verbs cleanupRoland Dreier2005-08-271-1/+2
* [PATCH] Kconfig fix (infiniband and PCI)Al Viro2005-08-241-0/+1
* [PATCH] [IPoIB] Handle sending of unicast RARP responsesHal Rosenstock2005-07-281-2/+3
* [PATCH] [IB/cm]: Correct CM port redirect reject codesRoland Dreier2005-07-281-1/+2
* [IB/ucm]: Clean up userspace CMHal Rosenstock2005-07-281-47/+41Star
* Merge /scratch/Ksrc/linux-git/Roland Dreier2005-07-2822-468/+8448
|\
| * [PATCH] IB: Eliminate sparse warnings in SA clientHal Rosenstock2005-07-282-8/+8
| * [PATCH] IB: Hook up userspace CM to the make systemHal Rosenstock2005-07-281-1/+3
| * [PATCH] Add kernel portion of user CM implementation (fix)Tom Duffy2005-07-281-8/+5Star
| * [PATCH] IB: Add kernel portion of user CM implementationHal Rosenstock2005-07-282-0/+1485
| * [PATCH] IB: Add the header file for user space CMHal Rosenstock2005-07-281-0/+328
| * [PATCH] IB: Implementation for RMPP support in user MADHal Rosenstock2005-07-281-106/+194
| * [PATCH] IB: User MAD ABI changes to support RMPPHal Rosenstock2005-07-281-6/+22
| * [PATCH] IB: Add the kernel CM implementationHal Rosenstock2005-07-283-1/+4147
| * [PATCH] IB: Add the header file for kernel CM (Communications Manager)Hal Rosenstock2005-07-281-0/+568
| * [PATCH] IB: Add Service Record support to SA clientHal Rosenstock2005-07-282-5/+236
| * [PATCH] IB: Add RMPP implementationHal Rosenstock2005-07-285-50/+966
| * [PATCH] IB: Introduce RMPP APIsHal Rosenstock2005-07-284-35/+125
| * [PATCH] IB: A couple of IB core bug fixesHal Rosenstock2005-07-282-5/+5
| * [PATCH] IB: Add ib_create_ah_from_wc to IB verbsHal Rosenstock2005-07-283-9/+59
| * [PATCH] IB: Fix a couple of MAD code pathsHal Rosenstock2005-07-281-14/+14
| * [PATCH] IB: Optimize canceling a MADHal Rosenstock2005-07-281-8/+13
| * [PATCH] IB: Add ib_modify_mad API to MADHal Rosenstock2005-07-283-59/+40Star
| * [PATCH] IB: Eliminate MAD cache leak associated with local completionsHal Rosenstock2005-07-281-1/+6
| * [PATCH] IB: Simplify calling of list_del in MADHal Rosenstock2005-07-281-2/+1Star