summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/qp.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-031-3/+2
* 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-211-20/+76
|\
| * RDMA/mlx5: Enable vport loopback when user context or QP mandateMark Bloch2018-09-211-7/+27
| * RDMA/mlx5: Allow creating RAW ethernet QP with loopback supportMark Bloch2018-09-211-13/+49
| * net/mlx5: Rename incorrect naming in IFC fileMark Bloch2018-09-221-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/+12
* | IB/mlx5: Change TX affinity assignment in RoCE LAG modeMajd Dibbiny2018-09-041-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-301-10/+11
* IB/mlx5, ib_post_send(), IB_WR_REG_SIG_MR: Do not modify the 'wr' argumentBart Van Assche2018-07-301-12/+18
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-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/+12
* 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/+4
* 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
* | Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-091-9/+13
|\|
| * IB/mlx5: Use unlimited rate when static rate is not supportedDanit Goldberg2018-04-271-9/+9
| * RDMA/mlx5: Protect from shift operand overflowLeon Romanovsky2018-04-271-0/+4
* | IB/mlx5: posting klm/mtt list inline in the send queue for reg_wrIdan Burstein2018-05-091-7/+36
|/
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-061-41/+115
|\
| * IB/mlx5: Add ability to hash by IPSEC_SPI when creating a TIRMatan Barak2018-04-041-4/+12
| * RDMA/mlx5: Fix definition of mlx5_ib_create_qp_respJason Gunthorpe2018-04-031-2/+2
| * IB/mlx5: Respect new UMR capabilitiesMajd Dibbiny2018-03-271-3/+18
| * IB/mlx5: Packet packing enhancement for RAW QPBodong Wang2018-03-191-19/+75
| * Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-141-9/+25
| |\
| * | RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPsLeon Romanovsky2018-03-141-1/+2
| * | Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/k...Doug Ledford2018-03-071-3/+0
| |\ \
| * | | RDMA/mlx5: Refactor QP type check to be as early as possibleLeon Romanovsky2018-02-281-12/+6
* | | | mlx5_{ib,core}: Add query SQ state helper functionEran Ben Elisha2018-03-271-13/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-9/+25
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|