summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* | RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* | IB/mlx5: Make mlx5_ib_stage_odp_cleanup() staticKamal Heib2019-01-301-1/+1
* | infiniband: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-241-5/+4Star
* | IB/mlx5: Don't override existing ip_protocolMaor Gottlieb2019-01-221-16/+37
* | IB/mlx5: Manage indirection mkey upon DEVX flow for ODPYishai Hadas2019-01-221-0/+1
* | RDMA/mlx5: Replace kzalloc with kcallocGustavo A. R. Silva2019-01-151-1/+1
* | RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-5/+8
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* | RDMA: Clear PD objects during their allocationLeon Romanovsky2019-01-111-1/+1
* | RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky2019-01-091-21/+20Star
* | RDMA/core: Don't depend device ODP capabilities on kconfig optionLeon Romanovsky2019-01-091-5/+5
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-156/+204
|\
| * IB/mlx5: Allocate the per-port Q counter shared when DEVX is supportedYishai Hadas2018-12-211-2/+7
| * IB/mlx5: Fix wrong error unwindJason Gunthorpe2018-12-211-3/+5
| * IB/mlx5: Simplify netdev unbindingOr Gerlitz2018-12-201-5/+9
| * Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe2018-12-201-22/+11Star
| |\
| * | IB/mlx5: Add advise_mr() supportMoni Shoua2018-12-181-0/+8
| * | RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+1
| * | RDMA/mlx5: Initialize ib_device_ops structKamal Heib2018-12-121-96/+131
| * | IB/mlx5: Add 2X width support to query_portMichael Guralnik2018-12-111-0/+2
| * | Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe2018-12-111-18/+11Star
| |\ \
| * | | IB/mlx5: Report CapabilityMask2 in ib_query_portMichael Guralnik2018-12-111-0/+3
| * | | Merge branch 'mlx5-packet-credit-fc' into rdma.gitJason Gunthorpe2018-12-071-0/+3
| |\ \ \
| | * | | IB/mlx5: Report packet based credit mode device capabilityDanit Goldberg2018-12-071-0/+3
| * | | | IB/mlx5: Enforce DEVX privilege by firmwareYishai Hadas2018-12-041-2/+2
| * | | | Merge 'mlx5-next' into mlx5-devxDoug Ledford2018-12-041-57/+155
| |\| | |
| * | | | RDMA/mlx5: Attach a DEVX counter via raw flow creationMark Bloch2018-11-301-9/+20
| * | | | RDMA/mlx5: Use the uapi disablement APIs instead of codeJason Gunthorpe2018-11-221-32/+4Star
| * | | | RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe2018-11-221-10/+21
| * | | | RDMA/mlx5: Do not generate the uabi specs unconditionallyJason Gunthorpe2018-11-221-8/+9
| * | | | Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe2018-11-211-6/+7
| |\ \ \ \
| * | | | | mlx5: remove support for ib_get_vector_affinitySagi Grimberg2018-11-081-9/+0Star
* | | | | | net/mlx5: Make RoCE and SR-IOV LAG modes explicitAviv Heller2018-12-141-5/+8
* | | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2018-12-141-20/+9Star
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | IB/mlx5: Unify e-switch representors load approach between uplink and VFsMark Bloch2018-12-141-20/+9Star
* | | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2018-12-111-66/+165
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | net/mlx5: Revise gre and nvgre key formatsOz Shlomo2018-12-101-2/+2
| | |_|/ | |/| |
| * | | RDMA/mlx5: Initialize SRQ tables on mlx5_ibLeon Romanovsky2018-12-041-0/+7
| * | | RDMA/mlx5: Use stages for callback to setup and release DEVXLeon Romanovsky2018-12-041-7/+19
| * | | IB/mlx5: Handle raw delay drop general eventSaeed Mahameed2018-11-301-3/+15
| * | | IB/mlx5: Handle raw port change event rather than the software versionSaeed Mahameed2018-11-301-34/+52
| * | | IB/mlx5: Use the new mlx5 core notifier APISaeed Mahameed2018-11-301-14/+63
| | |/ | |/|
| * | {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMASaeed Mahameed2018-11-201-4/+6
| * | net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed2018-11-201-3/+2Star
| |/
* / IB/mlx5: Avoid load failure due to unknown link widthMichael Guralnik2018-11-211-18/+11Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-261-246/+264
|\
| * RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-41/+25Star
| * IB/mlx5: Enable DEVX on IBYishai Hadas2018-09-271-6/+0Star
| * IB/mlx5: Manage device uid for DEVX white list commandsYishai Hadas2018-09-271-4/+12
| * RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-8/+7Star