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