summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/qp.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Fix check for supported user flags when creating a QPMark Bloch2019-01-211-7/+9
* IB/mlx5: Allow XRC INI usage via verbs in DEVX contextYishai Hadas2019-01-021-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-183/+264
|\
| * RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-5/+5
| * RDMA/mlx5: Delete unreachable handle_atomic code by simplifying SW completionLeon Romanovsky2018-12-181-1/+0Star
| * Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe2018-12-111-11/+11
| |\
| * | IB/core: Add new IB ratesMichael Guralnik2018-12-111-1/+1
| * | Merge branch 'mlx5-packet-credit-fc' into rdma.gitJason Gunthorpe2018-12-071-2/+13
| |\ \
| | * | IB/mlx5: Add packet based credit mode supportDanit Goldberg2018-12-071-2/+13
| * | | IB/mlx5: Allow XRC usage via verbs in DEVX contextYishai Hadas2018-12-041-7/+5Star
| * | | IB/mlx5: Use fragmented QP's buffer for in-kernel usersGuy Levi2018-11-301-166/+239
| * | | IB/mlx5: Allow modify AV in DCI QP to RTRArtemy Kovalyov2018-11-211-1/+1
| |/ /
* | / net/mlx5: Make RoCE and SR-IOV LAG modes explicitAviv Heller2018-12-141-1/+1
| |/ |/|
* | IB/mlx5: Fix XRC QP support after introducing extended atomicYonatan Cohen2018-11-211-2/+1Star
* | RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WRMajd Dibbiny2018-11-211-9/+10
|/
* IB/mlx5: Add support for extended atomic operationsYonatan Cohen2018-10-171-12/+84
* IB/mlx5: Allow scatter to CQE without global signaled WRsYonatan Cohen2018-10-171-3/+11
* IB/mlx5: Verify that driver supports user flagsYonatan Cohen2018-10-171-0/+14
* IB/mlx5: Support scatter to CQE for DC transport typeYonatan Cohen2018-10-171-19/+52
* RDMA/mlx5: Remove extraneous error checkGal Pressman2018-10-161-2/+1Star
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-3/+2Star
* IB/mlx5: Expose RAW QP device handles to user spaceYishai Hadas2018-09-271-2/+36
* RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-261-4/+6
* IB/mlx5: Set uid as part of XRCD commandsYishai Hadas2018-09-251-2/+6
* IB/mlx5: Set uid as part of RQT commandsYishai Hadas2018-09-251-2/+5
* IB/mlx5: Set uid as part of TIS commandsYishai Hadas2018-09-251-10/+17
* IB/mlx5: Set uid as part of TIR commandsYishai Hadas2018-09-251-9/+15
* IB/mlx5: Set uid as part of DCT commandsYishai Hadas2018-09-251-0/+1
* IB/mlx5: Set uid as part of SQ commandsYishai Hadas2018-09-251-5/+7
* IB/mlx5: Set uid as part of RQ commandsYishai Hadas2018-09-251-6/+11
* IB/mlx5: Set uid as part of QP creationYishai Hadas2018-09-251-0/+1
* Merge branch 'mlx5-vport-loopback' into rdma.getDoug Ledford2018-09-221-20/+76
|\
| * RDMA/mlx5: Enable vport loopback when user context or QP mandateMark Bloch2018-09-221-7/+27
| * RDMA/mlx5: Allow creating RAW ethernet QP with loopback supportMark Bloch2018-09-221-13/+49
| * net/mlx5: Rename incorrect naming in IFC fileMark Bloch2018-09-211-2/+2
* | IB/mlx5: Allow transition of DCI QP to resetMoni Shoua2018-09-121-1/+3
* | IB/mlx5: Don't hold spin lock while checking device stateParav Pandit2018-09-061-14/+12Star
* | IB/mlx5: Change TX affinity assignment in RoCE LAG modeMajd Dibbiny2018-09-051-4/+33
|/
* IB/mlx5: Fix leaking stack memory to userspaceJason Gunthorpe2018-08-141-1/+1
* RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wqLeon Romanovsky2018-08-081-1/+3
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-10/+11
* IB/mlx5, ib_post_send(), IB_WR_REG_SIG_MR: Do not modify the 'wr' argumentBart Van Assche2018-07-311-12/+18
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-15/+16
* RDMA/mlx5: Check that supplied blue flame index doesn't overflowLeon Romanovsky2018-07-131-7/+8
* RDMA/mlx5: Melt consecutive calls to alloc_bfreg() in one callLeon Romanovsky2018-07-131-35/+12Star
* IB/mlx5: Add support for drain SQ & RQYishai Hadas2018-06-251-7/+146
* IB/mlx5: Add support for DEVX query UARYishai Hadas2018-06-191-3/+6
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-6/+4Star
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-7/+11
|\
| * RDMA/mlx5: Don't assume that medium blueFlame register existsYishai Hadas2018-05-091-7/+11