summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/main.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-08IB/mlx5: Avoid load failure due to unknown link widthMichael Guralnik1-18/+11
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-16/+22
2018-08-11IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe1-29/+16
2018-08-03RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe1-10/+0
2018-07-31IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe1-9/+7
2018-07-27IB/mlx5: avoid excessive warning msgs when creating VFs on 2nd portQing Huang1-2/+2
2018-07-24IB/mlx5: Enable driver uapi commands for flow steeringYishai Hadas1-1/+3
2018-07-24IB/mlx5: Add support for a flow table destination for driver flow steeringYishai Hadas1-5/+8
2018-07-24IB/mlx5: Support adding flow steering rule by raw descriptionYishai Hadas1-17/+199
2018-07-24IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas1-0/+9
2018-07-24RDMA/mlx5: Remove set but not used variablesKamal Heib1-3/+1
2018-07-10RDMA: Validate grh_required when handling AVsArtemy Kovalyov1-7/+16
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-2/+2
2018-07-09IB/mlx5: Honor cnt_set_id_valid flag instead of set_idParav Pandit1-1/+1
2018-07-09RDMA/mlx5: Remove unused port number parameterLeon Romanovsky1-20/+11
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe1-3/+3
2018-07-04RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe1-14/+18
2018-07-04RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe1-3/+3
2018-07-04Merge branch 'mlx5-dump-fill-mkey' into rdma.git for-nextJason Gunthorpe1-0/+16
2018-07-04IB/mlx5: Expose dump and fill memory keyYonatan Cohen1-0/+16
2018-07-04IB/mlx5: Fix GRE flow specificationMaor Gottlieb1-1/+1
2018-07-03IB/mlx5: Remove set-but-not-used variablesBart Van Assche1-2/+0
2018-06-29RDMA/mlx5: Don't leak UARs in case of free failsLeon Romanovsky1-13/+5
2018-06-28Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-1/+1
2018-06-27IB/mlx5: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz1-1/+1
2018-06-25IB/mlx5: Add support for drain SQ & RQYishai Hadas1-0/+2
2018-06-22Merge branch 'icrc-counter' into rdma.git for-nextJason Gunthorpe1-3/+59
2018-06-22IB/mlx5: Support RoCE ICRC encapsulated error counterTalat Batheesh1-3/+59
2018-06-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-15/+21
2018-06-19RDMA/mlx5: Refactor transport domain checksLeon Romanovsky1-9/+11
2018-06-19IB/mlx5: Expose DEVX treeYishai Hadas1-1/+6
2018-06-19IB/mlx5: Introduce DEVXYishai Hadas1-3/+21
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-29/+3
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit1-3/+2
2018-06-11IB/mlx5: Fix return value check in flow_counters_set_data()weiyongjun (A)1-2/+2
2018-06-11IB/mlx5: Fix memory leak in mlx5_ib_create_flowGustavo A. R. Silva1-13/+19
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-70/+441
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe1-12/+293
2018-06-02IB/mlx5: Add counters read supportRaed Salem1-0/+43
2018-06-02IB/mlx5: Add flow counters read supportRaed Salem1-0/+15
2018-06-02IB/mlx5: Add flow counters binding supportRaed Salem1-13/+209
2018-06-02IB/mlx5: Add counters create and destroy supportRaed Salem1-0/+23
2018-06-02IB/core: Support passing uhw for create_flowMatan Barak1-1/+6
2018-06-01RDMA/mlx5: Don't check return value of zap_vma_ptes()Leon Romanovsky1-4/+1
2018-05-31RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib coreWei Hu(Xavier)1-34/+0
2018-05-30Merge branch 'mini_cqe' into git://git.kernel.org/pub/scm/linux/kernel/git/rd...Jason Gunthorpe1-6/+14
2018-05-30IB/mlx5: Introduce a new mini-CQE formatYonatan Cohen1-0/+4
2018-05-30IB/mlx5: Refactor CQE compression responseYonatan Cohen1-6/+10
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe1-1/+1