summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-16/+22
|\
| * Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-06-281-1/+1
| |\
| | * IB/mlx5: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz2018-06-271-1/+1
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-211-15/+21
| |\ \ | | |/ | |/|
| | * IB/mlx5: Fix return value check in flow_counters_set_data()weiyongjun (A)2018-06-111-2/+2
| | * IB/mlx5: Fix memory leak in mlx5_ib_create_flowGustavo A. R. Silva2018-06-111-13/+19
* | | IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-111-29/+16
* | | RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-031-10/+0
* | | IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe2018-07-311-9/+7
* | | IB/mlx5: avoid excessive warning msgs when creating VFs on 2nd portQing Huang2018-07-271-2/+2
* | | IB/mlx5: Enable driver uapi commands for flow steeringYishai Hadas2018-07-241-1/+3
* | | IB/mlx5: Add support for a flow table destination for driver flow steeringYishai Hadas2018-07-241-5/+8
* | | IB/mlx5: Support adding flow steering rule by raw descriptionYishai Hadas2018-07-241-17/+199
* | | IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas2018-07-241-0/+9
* | | RDMA/mlx5: Remove set but not used variablesKamal Heib2018-07-231-3/+1
* | | RDMA: Validate grh_required when handling AVsArtemy Kovalyov2018-07-101-7/+16
* | | RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-2/+2
* | | IB/mlx5: Honor cnt_set_id_valid flag instead of set_idParav Pandit2018-07-091-1/+1
* | | RDMA/mlx5: Remove unused port number parameterLeon Romanovsky2018-07-091-20/+11
* | | RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe2018-07-041-3/+3
* | | RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe2018-07-041-14/+18
* | | RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe2018-07-041-3/+3
* | | Merge branch 'mlx5-dump-fill-mkey' into rdma.git for-nextJason Gunthorpe2018-07-041-0/+16
|\ \ \
| * | | IB/mlx5: Expose dump and fill memory keyYonatan Cohen2018-07-041-0/+16
| |/ /
* | | IB/mlx5: Fix GRE flow specificationMaor Gottlieb2018-07-031-1/+1
* | | IB/mlx5: Remove set-but-not-used variablesBart Van Assche2018-07-031-2/+0
* | | RDMA/mlx5: Don't leak UARs in case of free failsLeon Romanovsky2018-06-291-13/+5
* | | IB/mlx5: Add support for drain SQ & RQYishai Hadas2018-06-251-0/+2
* | | Merge branch 'icrc-counter' into rdma.git for-nextJason Gunthorpe2018-06-221-3/+59
|\ \ \
| * | | IB/mlx5: Support RoCE ICRC encapsulated error counterTalat Batheesh2018-06-221-3/+59
| |/ /
* | | RDMA/mlx5: Refactor transport domain checksLeon Romanovsky2018-06-191-9/+11
* | | IB/mlx5: Expose DEVX treeYishai Hadas2018-06-191-1/+6
* | | IB/mlx5: Introduce DEVXYishai Hadas2018-06-191-3/+21
* | | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* | | RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-29/+3
* | | RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-3/+2
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-071-70/+441
|\|
| * Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe2018-06-041-12/+293
| |\
| | * IB/mlx5: Add counters read supportRaed Salem2018-06-021-0/+43
| | * IB/mlx5: Add flow counters read supportRaed Salem2018-06-021-0/+15
| | * IB/mlx5: Add flow counters binding supportRaed Salem2018-06-021-13/+209
| | * IB/mlx5: Add counters create and destroy supportRaed Salem2018-06-021-0/+23
| | * IB/core: Support passing uhw for create_flowMatan Barak2018-06-021-1/+6
| * | RDMA/mlx5: Don't check return value of zap_vma_ptes()Leon Romanovsky2018-06-011-4/+1
| * | RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib coreWei Hu(Xavier)2018-05-311-34/+0
| * | Merge branch 'mini_cqe' into git://git.kernel.org/pub/scm/linux/kernel/git/rd...Jason Gunthorpe2018-05-291-6/+14
| |\ \
| | * | IB/mlx5: Introduce a new mini-CQE formatYonatan Cohen2018-05-291-0/+4
| | * | IB/mlx5: Refactor CQE compression responseYonatan Cohen2018-05-291-6/+10
| | |/
| * | Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-1/+1
| |\ \
| * | | RDMA/mlx5: Remove debug prints of VMA pointersLeon Romanovsky2018-05-241-12/+3