summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx4
AgeCommit message (Expand)AuthorFilesLines
2007-07-10mlx4_core: Get the maximum message size from reported device capabilitiesDotan Barak1-1/+1
2007-07-10IB/mlx4: Include linux/mutex.h from mlx4_ib.hMichael S. Tsirkin1-0/+1
2007-06-22IB/mlx4: Correct max_srq_wr returned from mlx4_ib_query_device()Jack Morgenstein1-1/+1
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 Dreier2-34/+26
2007-06-18IB/mlx4: Handle buffer wraparound in __mlx4_ib_cq_clean()Jack Morgenstein1-4/+9
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 Dreier4-37/+82
2007-06-12IB/mlx4: Fix warning in rounding up queue sizesRoland Dreier1-2/+2
2007-06-12IB/mlx4: Fix handling of wq->tail for send completionsRoland Dreier1-1/+1
2007-06-08IB/mlx4: Make sure RQ allocation is always validRoland Dreier1-6/+16
2007-06-08IB/mlx4: Fix zeroing of rnr_retry value in ib_modify_qp()Jack Morgenstein1-5/+6
2007-05-25IB/mlx4: Initialize send queue entry ownership bitsEli Cohen1-7/+15
2007-05-24IB/mlx4: Don't allocate RQ doorbell if using SRQRoland Dreier1-15/+22
2007-05-21IB/mlx4: Check if SRQ is full when posting receiveRoland Dreier1-0/+6
2007-05-20IB/mlx4: Pass send queue sizes from userspace to kernelEli Cohen2-17/+51
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-15IB/mlx4: Fix uninitialized spinlock for 32-bit archsJack Morgenstein1-0/+1
2007-05-09IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adaptersRoland Dreier12-0/+4032