summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-10-194-105/+76Star
|\
| *-. Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-nextRoland Dreier2014-10-144-105/+76Star
| |\ \
| | | * IB/mlx5: Modify to work with arbitrary page sizeYishai Hadas2014-10-091-8/+10
| | | * IB/mlx5: Remove duplicate code from mlx5_set_pathEli Cohen2014-10-091-16/+5Star
| | | * IB/mlx5: Fix possible array overflowEli Cohen2014-10-091-3/+3
| | | * IB/mlx5: Improve debug prints in mlx5_ib_reg_user_mrEli Cohen2014-10-091-3/+3
| | | * IB/mlx5: Clear umr resources after ib_unregister_deviceEli Cohen2014-10-091-1/+1
| | |/ | |/|
| | * IB/mlx5, iser, isert: Add Signature API additionsSagi Grimberg2014-10-091-59/+45Star
| | * IB/mlx5: Use extended internal signature layoutSagi Grimberg2014-10-091-43/+37Star
| | * IB/mlx5: Use enumerations for PI copy maskSagi Grimberg2014-10-091-3/+3
| |/
* / net/mlx5_core: Update device capabilities handlingEli Cohen2014-10-045-68/+103
|/
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-141-1/+1
|\
| * IB/mlx5: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-08-131-1/+1
* | mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein2014-07-301-7/+7
* | mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein2014-07-306-7/+7
* | mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein2014-07-307-305/+196Star
|/
* 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