aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-15IB/mlx5: Page faults handling infrastructureHaggai Eran1-1/+25
2014-12-15IB/mlx5: Add function to read WQE from user-spaceHaggai Eran1-0/+71
2014-12-15IB/mlx5: Enhance UMR support to allow partial page table updateHaggai Eran1-36/+64
2014-12-08mlx5: Fix sparse warningsEli Cohen1-1/+15
2014-11-21mlx5: don't duplicate kvfree()Al Viro1-4/+4
2014-10-19Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-90/+59
2014-10-14Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-nextRoland Dreier1-90/+59
2014-10-09IB/mlx5, iser, isert: Add Signature API additionsSagi Grimberg1-59/+45
2014-10-09IB/mlx5: Use extended internal signature layoutSagi Grimberg1-43/+37
2014-10-09IB/mlx5: Use enumerations for PI copy maskSagi Grimberg1-3/+3
2014-10-09IB/mlx5: Remove duplicate code from mlx5_set_pathEli Cohen1-16/+5
2014-10-03net/mlx5_core: Update device capabilities handlingEli Cohen1-25/+47
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2014-08-12IB/mlx5: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein1-2/+2
2014-07-30mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein1-42/+42
2014-07-16IB/mlx5: Enable "block multicast loopback" for kernel consumersOr Gerlitz1-1/+1
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: 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 Cohen1-0/+12
2014-03-07IB/mlx5: Collect signature error completionSagi Grimberg1-2/+6
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 Grimberg1-3/+9
2014-02-06IB/mlx5: Don't set "block multicast loopback" capabilityEli Cohen1-2/+2
2014-02-06IB/mlx5: Fix binary compatibility with libmlx5Eli Cohen1-2/+8
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: Allow creation of QPs with zero-length work queuesEli Cohen1-20/+29
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 Cohen1-19/+58
2013-11-08mlx5: Use enum to indicate adapter page sizeEli Cohen1-2/+3
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-08mlx5: Support communicating arbitrary host page size to firmwareEli Cohen1-2/+2
2013-11-08IB/mlx5: Fix overflow check in IB_WR_FAST_REG_MREli Cohen1-0/+4
2013-11-08IB/mlx5: Multithreaded create MREli Cohen1-1/+3
2013-10-10IB/mlx5: Fix opt param mask according to firmware specEli Cohen1-0/+9
2013-10-10mlx5: Fix opt param mask for sq err to rts transitionEli Cohen1-0/+1
2013-10-10IB/mlx5: Disable atomic operationsEli Cohen1-44/+4
2013-10-10IB/mlx5: Fix send work queue size calculationEli Cohen1-6/+16
2013-07-31mlx5_core: Variable may be used uninitializedAndi Shyti1-1/+1
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+2524