aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-30IB/mlx4: Lock SQ lock in mlx4_ib_post_send()Roland Dreier1-2/+2
2007-10-18IB/mlx4: Sanity check userspace send queue sizesJack Morgenstein1-2/+14
2007-10-09IB/mlx4: Use __set_data_seg() in mlx4_ib_post_recv()Roland Dreier1-5/+9
2007-09-23IB/mlx4: Fix data corruption triggered by wrong headroom marking orderJack Morgenstein1-13/+49
2007-07-28IB/mlx4: Whitespace fixRoland Dreier1-1/+0
2007-07-20IB/mlx4: Fix error path in create_qp_common()Roland Dreier1-3/+5
2007-07-20IB/mlx4: Fix leaks in __mlx4_ib_modify_qpFlorin Malita1-7/+5
2007-07-18IB/mlx4: Factor out setting other WQE segmentsRoland Dreier1-31/+36
2007-07-18IB/mlx4: Factor out setting WQE data segment entriesRoland Dreier1-6/+9
2007-07-17IB/mlx4: Return receive queue sizes for userspace QPs from query QPRoland Dreier1-8/+16
2007-07-17IB/mlx4: Take sizeof the correct pointer in call to memset()Dotan Barak1-1/+1
2007-07-17IB/mlx4: Fix port returned from query QP for QPs in INIT stateJack Morgenstein1-1/+4
2007-07-17IB/mlx4: Fix flow label returned from query QPJack Morgenstein1-1/+1
2007-07-12IB/mlx4: Implement query QPJack Morgenstein1-0/+137
2007-06-18IB/mlx4: Make sure inline data segments don't cross a 64 byte boundaryRoland Dreier1-3/+39
2007-06-18IB/mlx4: Handle FW command interface rev 3Roland Dreier1-29/+15
2007-06-18IB/mlx4: Get rid of max_inline_data calculationRoland Dreier1-5/+2
2007-06-18IB/mlx4: Handle new FW requirement for send request prefetchingRoland Dreier1-30/+71
2007-06-12IB/mlx4: Fix warning in rounding up queue sizesRoland Dreier1-2/+2
2007-06-07IB/mlx4: Make sure RQ allocation is always validRoland Dreier1-6/+16
2007-06-07IB/mlx4: Fix zeroing of rnr_retry value in ib_modify_qp()Jack Morgenstein1-5/+6
2007-05-24IB/mlx4: Initialize send queue entry ownership bitsEli Cohen1-7/+15
2007-05-23IB/mlx4: Don't allocate RQ doorbell if using SRQRoland Dreier1-15/+22
2007-05-20IB/mlx4: Pass send queue sizes from userspace to kernelEli Cohen1-16/+47
2007-05-19IB/mlx4: Fix check of opcode in mlx4_ib_post_send()Roland Dreier1-1/+1
2007-05-19IB/mlx4: Fix RESET to RESET and RESET to ERROR transitionsMichael S. Tsirkin1-35/+80
2007-05-19IB/mlx4: Set GRH:HopLimit when sending globally routed MADsRoland Dreier1-0/+1
2007-05-19IB/mlx4: Fix check of max_qp_dest_rdma in modify QPEli Cohen1-1/+1
2007-05-08IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adaptersRoland Dreier1-0/+1294