summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit2020-10-261-2/+4
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+1
* RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon2020-10-021-2/+2
* RDMA/mlx5: Reuse existing fields in parent QP storage objectLeon Romanovsky2020-09-291-5/+1
* RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't workJason Gunthorpe2020-09-181-1/+3
* Merge branch 'mlx_sw_owner_v2' into rdma.git for-nextJason Gunthorpe2020-09-181-1/+3
|\
| * RDMA/mlx5: Allow DM allocation for sw_owner_v2 enabled devicesAlex Vesker2020-09-181-1/+3
* | Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-26/+15
|\ \
| * | RDMA: Fix link active_speed sizeAharon Landau2020-09-181-6/+2
| |/
| * RDMA/mlx5: Delete duplicated mlx5_ptys_width enumAharon Landau2020-09-171-14/+6
| * net/mlx5: Refactor query port speed functionsAharon Landau2020-09-171-13/+14
* | RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-171-0/+3
* | RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-171-0/+2
* | RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-2/+2
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-071-2880/+374
|\
| * RDMA/mlx5: Delete unreachable codeLeon Romanovsky2020-07-281-3/+0
| * RDMA/mlx5: Delete one-time used functionsLeon Romanovsky2020-07-071-277/+198
| * RDMA/mlx5: Cleanup DEVX initialization flowLeon Romanovsky2020-07-071-24/+5
| * RDMA/mlx5: Separate flow steering logic from main.cLeon Romanovsky2020-07-071-1714/+7
| * RDMA/mlx5: Separate counters from main.cLeon Romanovsky2020-07-071-693/+8
| * RDMA/mlx5: Separate restrack callbacks initialization from main.cLeon Romanovsky2020-07-071-34/+9
| * RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver functionLeon Romanovsky2020-07-071-12/+12
| * RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky2020-07-071-0/+2
| * RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky2020-07-071-14/+6
| * RDMA/mlx5: Introduce UAPI to query PD attributesYishai Hadas2020-07-071-0/+1
| * RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas2020-07-071-0/+35
| * RDMA/mlx5: Refactor mlx5_ib_alloc_ucontext() responseYishai Hadas2020-07-071-103/+93
| * RDMA/mlx5: Get XRCD number directly for the internal useLeon Romanovsky2020-07-071-25/+14
| * RDMA/mlx5: Add support to get MR resource in RAW formatMaor Gottlieb2020-06-241-0/+1
| * RDMA/mlx5: Add support to get CQ resource in RAW formatMaor Gottlieb2020-06-241-0/+1
| * RDMA/mlx5: Add support to get QP resource in RAW formatMaor Gottlieb2020-06-241-0/+1
| * RDMA: Add dedicated MR resource tracker functionMaor Gottlieb2020-06-231-2/+2
* | IB/mlx5: Fix 50G per lane indicationAya Levin2020-07-091-1/+1
|/
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-031-1/+0
* RDMA/mlx5: Support TX port affinity for VF drivers in LAG modeMark Zhang2020-05-291-1/+1
* RDMA/mlx5: Set ECE options during modify QPLeon Romanovsky2020-05-271-0/+3
* RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe2020-05-221-18/+6
* RDMA/mlx5: Update mlx5_ib driver nameShay Drory2020-05-181-10/+1
* RDMA/mlx5: Add support in steering default missMaor Gottlieb2020-05-131-5/+4
* Merge branch 'mellanox/mlx5-next' into rdma.git for/nextJason Gunthorpe2020-05-131-37/+10
|\
| * {IB/net}/mlx5: Simplify don't trap codeMaor Gottlieb2020-05-131-37/+10
* | RDMA/mlx5: Assign profile before calling stagesMark Bloch2020-05-061-1/+2
* | RDMA/mlx5: Move all WR logic from qp.c to separate fileLeon Romanovsky2020-05-061-2/+3
* | RDMA/mlx5: Update mlx5_ib to use new cmd interfaceLeon Romanovsky2020-05-061-3/+2
* | RDMA/mlx5: Set UDP source port based on the grh.flow_labelMark Zhang2020-05-061-2/+2
* | RDMA/mlx5: Set lag tx affinity according to slaveMaor Gottlieb2020-05-031-0/+2
* | RDMA/mlx5: Delete create QP flags obfuscationLeon Romanovsky2020-04-291-3/+3
|/
* net/mlx5: Use aligned variable while allocating ICM memoryErez Shitrit2020-04-281-1/+1
* net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky2020-04-191-2/+8