summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c
AgeCommit message (Expand)Author
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-12-06RDMA/mlx5: Convert mlx5_ib to use auxiliary busLeon Romanovsky
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe
2020-11-02IB/mlx5: Add support for NDR link speedMeir Lichtinger
2020-11-02RDMA/mlx5: Split the WR setup out of mlx5_ib_update_xlt()Jason Gunthorpe
2020-11-02RDMA/mlx5: Move xlt_emergency_page_mutex into mr.cJason Gunthorpe
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe
2020-10-26RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon
2020-09-29RDMA/mlx5: Reuse existing fields in parent QP storage objectLeon Romanovsky
2020-09-18RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't workJason Gunthorpe
2020-09-18Merge branch 'mlx_sw_owner_v2' into rdma.git for-nextJason Gunthorpe
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe
2020-09-18RDMA: Fix link active_speed sizeAharon Landau
2020-09-18RDMA/mlx5: Allow DM allocation for sw_owner_v2 enabled devicesAlex Vesker
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky
2020-09-17RDMA/mlx5: Delete duplicated mlx5_ptys_width enumAharon Landau
2020-09-17net/mlx5: Refactor query port speed functionsAharon Landau
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-07-28RDMA/mlx5: Delete unreachable codeLeon Romanovsky
2020-07-08IB/mlx5: Fix 50G per lane indicationAya Levin
2020-07-07RDMA/mlx5: Delete one-time used functionsLeon Romanovsky
2020-07-07RDMA/mlx5: Cleanup DEVX initialization flowLeon Romanovsky
2020-07-07RDMA/mlx5: Separate flow steering logic from main.cLeon Romanovsky
2020-07-07RDMA/mlx5: Separate counters from main.cLeon Romanovsky
2020-07-07RDMA/mlx5: Separate restrack callbacks initialization from main.cLeon Romanovsky
2020-07-07RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver functionLeon Romanovsky
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky
2020-07-06RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky
2020-07-06RDMA/mlx5: Introduce UAPI to query PD attributesYishai Hadas
2020-07-06RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas
2020-07-06RDMA/mlx5: Refactor mlx5_ib_alloc_ucontext() responseYishai Hadas
2020-07-06RDMA/mlx5: Get XRCD number directly for the internal useLeon Romanovsky
2020-06-24RDMA/mlx5: Add support to get MR resource in RAW formatMaor Gottlieb
2020-06-24RDMA/mlx5: Add support to get CQ resource in RAW formatMaor Gottlieb
2020-06-24RDMA/mlx5: Add support to get QP resource in RAW formatMaor Gottlieb
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe