summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
AgeCommit message (Expand)AuthorFilesLines
2014-07-16IB/mlx5: Enable "block multicast loopback" for kernel consumersOr Gerlitz1-1/+1
2014-05-28IB/mlx5: Fix warning about cast of wr_id back to pointer on 32 bitsRoland Dreier1-1/+1
2014-05-27IB/mlx5: add missing padding at end of struct mlx5_ib_create_srqYann Droneaud2-1/+14
2014-05-27IB/mlx5: add missing padding at end of struct mlx5_ib_create_cqYann Droneaud2-1/+13
2014-05-27IB/mlx5: Refactor UMR to have its own context structShachar Raindel2-22/+31
2014-05-27IB/mlx5: Set QP offsets and parameters for user QPs and not just for kernel QPsHaggai Eran1-0/+4
2014-05-27mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMRHaggai Eran1-0/+4
2014-05-27IB/mlx5: Add MR to radix tree in reg_mr_callbackHaggai Eran1-0/+9
2014-05-27IB/mlx5: Fix error handling in reg_umrHaggai Eran1-15/+16
2014-05-27mlx5_core: Copy DIF fields only when input and output space values matchSagi Grimberg1-3/+6
2014-05-27mlx5_core: Simplify signature handover wqe for interleaved buffersSagi Grimberg1-15/+9
2014-05-27mlx5_core: Fix signature handover operation for interleaved buffersSagi Grimberg1-1/+4
2014-04-10IB/mlx5: Add block multicast loopback supportEli Cohen2-0/+14
2014-04-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds7-84/+785
2014-03-07IB/mlx5: Expose support for signature MR featureSagi Grimberg1-0/+9
2014-03-07IB/mlx5: Collect signature error completionSagi Grimberg5-2/+122
2014-03-07IB/mlx5: Support IB_WR_REG_SIG_MRSagi Grimberg1-0/+422
2014-03-07IB/mlx5: Remove MTT access mode from umr flags helper functionSagi Grimberg1-2/+3
2014-03-07IB/mlx5: Break up wqe handling into begin & finish routinesSagi Grimberg1-36/+61
2014-03-07IB/mlx5: Initialize mlx5_ib_qp signature-related membersSagi Grimberg2-3/+12
2014-03-07mlx5: Implement create_mr and destroy_mrSagi Grimberg3-0/+117
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas2-43/+41
2014-02-25net,IB/mlx: Bump all Mellanox driver versionsAmir Vadai1-2/+2
2014-02-13IB/mlx5: Remove dependency on X86Eli Cohen1-1/+1
2014-02-06IB/mlx5: Don't set "block multicast loopback" capabilityEli Cohen2-4/+3
2014-02-06IB/mlx5: Fix binary compatibility with libmlx5Eli Cohen3-4/+32
2014-02-06IB/mlx5: Fix RC transport send queue overhead computationEli Cohen1-1/+3
2014-01-22Merge branch 'ip-roce' into for-nextRoland Dreier1-1/+2
2014-01-22IB/mlx5: Verify reserved fields are clearedEli Cohen1-2/+6
2014-01-22IB/mlx5: Allow creation of QPs with zero-length work queuesEli Cohen1-20/+29
2014-01-22IB/mlx5: Add support for resize CQEli Cohen3-18/+270
2014-01-22IB/mlx5: Implement modify CQEli Cohen1-1/+25
2014-01-22IB/mlx5: Make sure doorbell record is visible before doorbellEli Cohen1-0/+4
2014-01-14IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak1-1/+2
2014-01-14IB/mlx5: Fix micro UAR allocatorEli Cohen2-24/+66
2014-01-14IB/mlx5: Remove unused code in mr.cEli Cohen2-2/+0
2013-11-15IB/mlx5: Fix page shift in create CQ for userspaceEli Cohen1-1/+1
2013-11-15IB/mlx5: Remove dead codeEli Cohen1-6/+0
2013-11-08mlx5: Use enum to indicate adapter page sizeEli Cohen3-5/+6
2013-11-08IB/mlx5: Update opt param mask for RTS2RTSEli Cohen1-2/+4
2013-11-08IB/mlx5: Remove "Always false" comparisonEli Cohen1-1/+1
2013-11-08IB/mlx5: Remove dead code in mr.cEli Cohen1-7/+3
2013-11-08mlx5: Support communicating arbitrary host page size to firmwareEli Cohen3-5/+5
2013-11-08IB/mlx5: Fix srq free in destroy qpMoshe Lazer1-12/+4
2013-11-08IB/mlx5: Simplify mlx5_ib_destroy_srqEli Cohen1-3/+1
2013-11-08IB/mlx5: Fix overflow check in IB_WR_FAST_REG_MREli Cohen1-0/+4
2013-11-08IB/mlx5: Multithreaded create MREli Cohen4-40/+136
2013-11-08IB/mlx5: Fix check of number of entries in create CQEli Cohen1-1/+4
2013-10-10IB/mlx5: Ensure proper synchronization accessing memoryEli Cohen1-3/+4
2013-10-10IB/mlx5: Fix alignment of reg umr gather buffersEli Cohen1-3/+8