aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-15IB/mthca: Avoid alignment traps when writing doorbellsRoland Dreier1-30/+15
2007-07-18IB/mthca: Simplify use of size0 in work request postingRoland Dreier1-17/+24
2007-07-18IB/mthca: Factor out setting WQE UD segment entriesRoland Dreier1-18/+22
2007-07-18IB/mthca: Factor out setting WQE remote address and atomic segment entriesRoland Dreier1-59/+40
2007-07-18IB/mthca: Factor out setting WQE data segment entriesRoland Dreier1-32/+9
2007-07-17IB/mthca: Use uninitialized_var() for f0Roland Dreier1-2/+14
2007-07-17drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warningJeff Garzik1-2/+2
2007-05-29IB/mthca: Fix handling of send CQE with error for QPs connected to SRQMichael S. Tsirkin1-3/+3
2007-05-21Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-60/+98
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-19IB/mthca: Fix RESET to ERROR transitionMichael S. Tsirkin1-60/+98
2007-05-14IB/mthca: Fix posting >255 recv WRs for TavorMichael S. Tsirkin1-0/+1
2007-04-30IB/mthca: Work around kernel QP starvationMichael S. Tsirkin1-0/+13
2007-04-24IB/mthca: Simplify CQ cleaning in mthca_free_qp()Roland Dreier1-4/+3
2007-03-01IB/mthca: Fix error path in mthca_alloc_memfree()Roland Dreier1-5/+5
2007-02-16IB/mthca: Allow the QP state transition RESET->RESETDotan Barak1-0/+5
2007-02-10IB/mthca: Use correct structure size in call to memset()Roland Dreier1-1/+1
2007-01-09IB/mthca: Don't execute QUERY_QP firmware command for QP in RESET stateDotan Barak1-9/+17
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-2/+2
2006-11-29IB/mthca: Fix section mismatchesRoland Dreier1-2/+1
2006-10-16IB/mthca: Use mmiowb after doorbell ringArthur Kepner1-0/+19
2006-09-22IB/mthca: Simplify calls to mthca_cq_clean()Roland Dreier1-3/+2
2006-09-22IB/mthca: Return correct number of bits for static rate in query_qpJack Morgenstein1-1/+1
2006-09-22IB/mthca: Return port number for unconnected QPs in query_qpJack Morgenstein1-4/+6
2006-09-22IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell1-1/+2
2006-08-11IB/mthca: Fix potential AB-BA deadlock with CQ locksRoland Dreier1-12/+30
2006-08-10IB/mthca: Make fence flag work for send work requestsMichael S. Tsirkin1-2/+10
2006-07-14[PATCH] IB/mthca: comment fixMichael S. Tsirkin1-7/+6
2006-07-04[PATCH] mthca: initialize send and receive queue locks separatelyZach Brown1-1/+4
2006-06-17IB/mthca: Make all device methods truly reentrantRoland Dreier1-15/+23
2006-06-17IB/mthca: Fix memory leak on modify_qp error pathsRoland Dreier1-6/+6
2006-05-18IB/mthca: Fix posting lists of 256 receive requests for TavorMichael S. Tsirkin1-17/+18
2006-05-09IB/mthca: Fix race in reference countingRoland Dreier1-9/+22
2006-04-10IB: simplify static rate encodingJack Morgenstein1-13/+33
2006-03-29IB/mthca: Fix section mismatch problemsRoland Dreier1-1/+1
2006-03-24IB/mthca: Fix modify QP error pathRoland Dreier1-10/+11
2006-03-24IB/mthca: Fix indentationRoland Dreier1-2/+2
2006-03-24IB/mthca: Fix uninitialized variable in mthca_alloc_qp()Jack Morgenstein1-4/+5
2006-03-24IB/mthca: Check that sgid_index and path_mtu are valid in modify_qpDotan Barak1-4/+23
2006-03-20IB/mthca: Check alternate P_Key index when setting alternate pathDotan Barak1-2/+8
2006-03-20IB/mthca: Add support for send work request fence flagDotan Barak1-2/+6
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