aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-20RDMA/mlx4: Avoid flush_scheduled_work() usageTetsuo Handa1-1/+9
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-4/+4
2022-02-01RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky1-1/+1
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky1-16/+8
2021-12-14Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe1-3/+15
2021-11-29RDMA/mlx4: Use bitmap_alloc() when applicableChristophe JAILLET1-6/+4
2021-11-17RDMA/mlx4: Do not fail the registration on port statsJack Wang1-3/+15
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-23/+21
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-23/+21
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski1-1/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-0/+1
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe1-7/+1
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-6/+19
2021-06-10RDMA: Verify port when creating flow ruleMaor Gottlieb1-3/+0
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory1-4/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-22/+25
2021-02-02IB/mlx4: Use port iterator and validation APIsParav Pandit1-1/+1
2020-12-10RDMA/mlx4: Remove bogus dev_base_lock usageVladimir Oltean1-3/+0
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches1-0/+2
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-4/+3
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-2/+0
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-1/+0
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe1-3/+0
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-18/+2
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe1-13/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-1/+2
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky1-0/+3
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-0/+2
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-1/+2
2020-08-27RDMA/mlx4: Read pkey table length instead of hardcoded valueMark Bloch1-1/+2
2020-08-18RDMA: Remove constant domain argument from flow creation callLeon Romanovsky1-23/+8
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-22/+15
2020-06-02RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy1-11/+0
2020-04-14RDMA/mlx4: Initialize ib_spec on the stackAlaa Hleihel1-1/+2
2020-03-13RDMA/mlx4: Delete duplicated offsetofend implementationLeon Romanovsky1-6/+3
2020-01-16IB/mlx4: Fix memory leak in add_gid error flowJack Morgenstein1-4/+16
2019-12-12IB/mlx4: Follow mirror sequence of device add during device removalParav Pandit1-4/+5
2019-11-19IB/mlx4: Update HW GID table while adding vlan GIDDanit Goldberg1-1/+8
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon1-3/+6
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-1/+2
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-0/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-7/+8
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-0/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+2