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