aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-19IB/mlx5: Packet packing enhancement for RAW QPBodong Wang1-19/+75
2018-03-14Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford1-9/+25
2018-03-14RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPsLeon Romanovsky1-1/+2
2018-03-13IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rqBoris Pismenny1-7/+16
2018-03-07Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into k.o/wip/dl-for-nextDoug Ledford1-3/+0
2018-03-06IB/mlx5: Removed not used parametersAviad Yehezkel1-3/+0
2018-03-06IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()Dan Carpenter1-1/+3
2018-02-28RDMA/mlx5: Refactor QP type check to be as early as possibleLeon Romanovsky1-12/+6
2018-02-28IB/mlx5: Avoid passing an invalid QP type to firmwareNoa Osherovich1-1/+6
2018-02-23IB/mlx5: Disable self loopback check when in switchdev modeMark Bloch1-0/+8
2018-02-23IB/mlx5: E-Switch, Add rule to forward traffic to vportMark Bloch1-0/+16
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJason Gunthorpe1-4/+3
2018-01-28RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failureLeon Romanovsky1-4/+1
2018-01-15RDMA/mlx5: Fix out-of-bound access while querying AHLeon Romanovsky1-4/+3
2018-01-08IB/mlx5: Make netdev notifications multiport capableDaniel Jurgens1-1/+2
2018-01-08IB/mlx5: Reduce the use of num_port capabilityDaniel Jurgens1-3/+2
2018-01-08IB/mlx5: Add support for DC target QPMoni Shoua1-1/+185
2018-01-08IB/mlx5: Add support for DC Initiator QPMoni Shoua1-5/+72
2018-01-08IB/mlx5: Handle type IB_QPT_DRIVER when creating a QPMoni Shoua1-1/+102
2017-12-28IB/mlx5: Enable QP creation with a given blue flame indexYishai Hadas1-11/+40
2017-12-28IB/mlx5: Expose dynamic mmap allocationYishai Hadas1-3/+3
2017-12-28IB/mlx5: Extend UAR stuff to support dynamic allocationYishai Hadas1-1/+1
2017-11-13IB/mlx5: Fix RoCE Address Path fieldsMajd Dibbiny1-2/+6
2017-11-10IB/mlx5: Add PCI write end padding supportNoa Osherovich1-3/+33
2017-10-25IB/mlx5: Add support for RSS on the inner packetMaor Gottlieb1-0/+11
2017-10-25IB/mlx5: Add tunneling offloads supportMaor Gottlieb1-5/+34
2017-10-25IB/mlx5: Allow creation of a multi-packet RQNoa Osherovich1-8/+44
2017-10-14IB/mlx5: Remove a set-but-not-used variableBart Van Assche1-2/+0
2017-10-14IB/mlx5: Suppress gcc 7 fall-through complaintsBart Van Assche1-0/+1
2017-08-29IB/mlx5: Support IB_SRQT_TMArtemy Kovalyov1-2/+7
2017-08-24IB/mlx5: Allow posting multi packet send WQEs if hardware supportsBodong Wang1-0/+2
2017-08-24IB/mlx5: Expose software parsing for Raw Ethernet QPNoa Osherovich1-0/+3
2017-08-24Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-0/+1
2017-08-24IB/mlx5: Fix Raw Packet QP event handler assignmentMajd Dibbiny1-0/+1
2017-08-22IB/mlx5: use kvmalloc_array for mlx5_ib_wqLi Dongyang1-15/+20
2017-07-24IB/mlx5: Add support for QP with a given source QPNYishai Hadas1-15/+57
2017-07-24IB/mlx5: Add delay drop configuration and statisticsMaor Gottlieb1-3/+10
2017-07-24IB/mlx5: Add support to dropless RQMaor Gottlieb1-0/+37
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-36/+23
2017-06-01RDMA/mlx5: set UMR wqe fence according to HCA capMax Gurtovoy1-36/+23
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-16/+16
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-3/+4
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-41/+45
2017-05-01IB/mlx5: Rename to_ib_ah_attr to to_rdma_ah_attrDasaratharaman Chandramouli1-5/+5
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-3/+4
2017-04-21IB/mlx5: Support congestion related countersParav Pandit1-3/+4
2017-04-17hw/mlx5: Add New bit to check over QP creationErez Shitrit1-0/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-8/+83
2017-02-14IB/mlx5: Fix blue flame buffer size calculationEli Cohen1-1/+4
2017-02-14IB/mlx5: Support creation of a WQ with scatter FCS offloadNoa Osherovich1-2/+11