summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_qp.c
Commit message (Expand)AuthorAgeFilesLines
* IB/mthca: Convert to use ib_modify_qp_is_ok()Roland Dreier2006-03-201-250/+13Star
* IB/mthca: Generate SQ drained events when requestedRoland Dreier2006-03-201-1/+13
* IB/mthca: Whitespace cleanupsRoland Dreier2006-03-201-14/+14
* IB/mthca: Make functions that never fail return voidRoland Dreier2006-03-201-5/+3Star
* IB/mthca: Initialize grh_present before using itMichael S. Tsirkin2006-01-131-1/+1
* IB/mthca: Add support for automatic path migration (APM)Dotan Barak2006-01-061-20/+37
* IB/mthca: fix for RTR-to-RTS transition in modify QPJack Morgenstein2006-01-061-2/+0Star
* IB/mthca: fix for SQEr-to-RTS transition in modify QPJack Morgenstein2006-01-061-3/+2Star
* IB/mthca: max_inline_data handling tweaksJack Morgenstein2006-01-061-26/+36
* IB/mthca: check port validity in modify_qpJack Morgenstein2006-01-061-0/+6
* IB/mthca: Fix corner cases in max_rd_atomic value handling in modify QPJack Morgenstein2005-12-161-4/+6
* IB/mthca: Fix IB_QP_ACCESS_FLAGS handling.Jack Morgenstein2005-12-151-50/+37Star
* IB/mthca: don't change driver's copy of attributes if modify QP failsJack Morgenstein2005-12-101-5/+6
* IB/mthca: correct log2 calculationJack Morgenstein2005-12-101-11/+6Star
* IB/mthca: check RDMA limitsJack Morgenstein2005-12-101-0/+14
* IB/mthca: fix posting of send lists of length >= 255 on mem-free HCAsMichael S. Tsirkin2005-11-291-2/+29
* IB/mthca: reset QP's last pointers when transitioning to reset stateMichael S. Tsirkin2005-11-281-0/+3
* IB/mthca: Safer max_send_sge/max_recv_sge calculationMichael S. Tsirkin2005-11-181-4/+6
* [IB] mthca: don't disable RDMA writes if no responder resourcesRoland Dreier2005-11-151-15/+12Star
* [IB] mthca: fix posting long lists of receive work requestsMichael S. Tsirkin2005-11-101-2/+17
* [IB] mthca: fix posting of atomic operationsMichael S. Tsirkin2005-11-101-4/+4
* [IB] uverbs: have kernel return QP capabilitiesJack Morgenstein2005-11-101-8/+78
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2005-11-051-0/+7
|\
| * [IB] mthca: check P_Key index in modify QPJack Morgenstein2005-11-031-0/+7
* | [PATCH] fix missing includesTim Schmielau2005-10-311-0/+2
|/
* [IB] mthca: correct modify QP attribute masks for UCRoland Dreier2005-10-251-7/+3Star
* [IB] mthca: Better limit checking and reportingJack Morgenstein2005-10-181-2/+4
* [PATCH] IB/mthca: Fix device removal memory leakMichael S. Tsirkin2005-09-201-0/+1
* [PATCH] IB/mthca: fix posting of first work requestRoland Dreier2005-09-191-26/+22Star
* [PATCH] IB/mthca: assign ACK timeout field correctlyRoland Dreier2005-09-191-1/+1
* [PATCH] IB: Initialize qp->waitMichael S. Tsirkin2005-09-071-0/+1
* [PATCH] IB: really reset QPsRoland Dreier2005-09-071-12/+32
* [PATCH] IB: move include files to include/rdmaRoland Dreier2005-08-271-3/+3
* [PATCH] IB/mthca: Add SRQ implementationRoland Dreier2005-08-271-6/+27
* [PATCH] IB/mthca: Move WQE structures into their own headerRoland Dreier2005-08-271-74/+1Star
* [PATCH] IB/mthca: Simplify handling of completions with errorRoland Dreier2005-08-271-4/+1Star
* [PATCH] IB/mthca: Factor out common queue alloc codeRoland Dreier2005-08-271-104/+7Star
* [PATCH] IB/mthca: Use correct port width capability valueRoland Dreier2005-08-271-6/+5Star
* [PATCH] IB: sparse endianness cleanupSean Hefty2005-08-271-94/+93Star
* [PATCH] IB: Add copyright noticesRoland Dreier2005-08-271-0/+2
* [PATCH] IB uverbs: add mthca user QP supportRoland Dreier2005-07-081-73/+142
* [PATCH] IB/mthca: Align FW command mailboxes to 4KRoland Dreier2005-06-281-7/+7
* [PATCH] IB/mthca: Move mthca_is_memfree checksRoland Dreier2005-06-281-4/+5
* [PATCH] IB/mthca: Enable unreliable connected transportRoland Dreier2005-06-281-1/+78
* [PATCH] IB/mthca: Set RDMA/atomic capabilities correctlyRoland Dreier2005-06-281-8/+8
* [PATCH] IB/mthca: Set QP static rate correctlyRoland Dreier2005-06-281-1/+1
* [PATCH] IB/mthca: Use dma_alloc_coherent instead of pci_alloc_consistentRoland Dreier2005-06-281-9/+10
* [PATCH] IB/mthca: map context for RDMA responder in mem-free modeRoland Dreier2005-04-171-1/+12
* [PATCH] IB/mthca: update receive queue initialization for new HCAsRoland Dreier2005-04-171-10/+23
* [PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree()Roland Dreier2005-04-171-9/+9