summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/qp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rqBoris Pismenny2018-03-131-7/+16
| * | IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()Dan Carpenter2018-03-061-1/+3
| * | IB/mlx5: Avoid passing an invalid QP type to firmwareNoa Osherovich2018-02-281-1/+6
* | | IB/mlx5: Removed not used parametersAviad Yehezkel2018-03-061-3/+0
| |/ |/|
* | IB/mlx5: Disable self loopback check when in switchdev modeMark Bloch2018-02-231-0/+8
* | IB/mlx5: E-Switch, Add rule to forward traffic to vportMark Bloch2018-02-231-0/+16
|/
* Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-301-4/+3
|\
| * RDMA/mlx5: Fix out-of-bound access while querying AHLeon Romanovsky2018-01-151-4/+3
* | RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failureLeon Romanovsky2018-01-281-4/+1
* | IB/mlx5: Make netdev notifications multiport capableDaniel Jurgens2018-01-081-1/+2
* | IB/mlx5: Reduce the use of num_port capabilityDaniel Jurgens2018-01-081-3/+2
* | IB/mlx5: Add support for DC target QPMoni Shoua2018-01-081-1/+185
* | IB/mlx5: Add support for DC Initiator QPMoni Shoua2018-01-081-5/+72
* | IB/mlx5: Handle type IB_QPT_DRIVER when creating a QPMoni Shoua2018-01-081-1/+102
* | IB/mlx5: Enable QP creation with a given blue flame indexYishai Hadas2017-12-281-11/+40
* | IB/mlx5: Expose dynamic mmap allocationYishai Hadas2017-12-281-3/+3
* | IB/mlx5: Extend UAR stuff to support dynamic allocationYishai Hadas2017-12-281-1/+1
|/
* IB/mlx5: Fix RoCE Address Path fieldsMajd Dibbiny2017-11-131-2/+6
* IB/mlx5: Add PCI write end padding supportNoa Osherovich2017-11-101-3/+33
* IB/mlx5: Add support for RSS on the inner packetMaor Gottlieb2017-10-251-0/+11
* IB/mlx5: Add tunneling offloads supportMaor Gottlieb2017-10-251-5/+34
* IB/mlx5: Allow creation of a multi-packet RQNoa Osherovich2017-10-251-8/+44
* IB/mlx5: Remove a set-but-not-used variableBart Van Assche2017-10-141-2/+0
* IB/mlx5: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-0/+1
* IB/mlx5: Support IB_SRQT_TMArtemy Kovalyov2017-08-291-2/+7
* IB/mlx5: Allow posting multi packet send WQEs if hardware supportsBodong Wang2017-08-241-0/+2
* IB/mlx5: Expose software parsing for Raw Ethernet QPNoa Osherovich2017-08-241-0/+3
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-241-0/+1
|\
| * IB/mlx5: Fix Raw Packet QP event handler assignmentMajd Dibbiny2017-08-241-0/+1
* | IB/mlx5: use kvmalloc_array for mlx5_ib_wqLi Dongyang2017-08-221-15/+20
* | IB/mlx5: Add support for QP with a given source QPNYishai Hadas2017-07-241-15/+57
* | IB/mlx5: Add delay drop configuration and statisticsMaor Gottlieb2017-07-241-3/+10
* | IB/mlx5: Add support to dropless RQMaor Gottlieb2017-07-241-0/+37
|/
OpenPOWER on IntegriCloud