aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-28RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()Dan Carpenter1-1/+8
2022-05-17RDMA/qedr: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi1-1/+0
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+0
2021-10-25RDMA/qedr: Remove unsupported qedr_resize_cq callbackKamal Heib1-1/+0
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin1-1/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-0/+1
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-4/+4
2020-11-23IB/qedr: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-5/+4
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-7/+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-7/+1
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-14/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-09-16RDMA/qedr: Add support for user mode XRC-SRQ'sYuval Basson1-0/+19
2020-09-11RDMA/qedr: Fix iWARP active mtu displayMichal Kalderon1-0/+7
2020-09-11RDMA/qedr: Fix use of uninitialized fieldMichal Kalderon1-1/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+1
2020-07-22qed: simplify chain allocation with init params structAlexander Lobakin1-9/+11
2020-07-20RDMA/qedr: Remove the query_pkey callbackKamal Heib1-2/+1
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe1-1/+0
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+3
2019-11-06RDMA/qedr: Remove unsupported modify_port callbackKamal Heib1-1/+0
2019-11-06RDMA/qedr: Use the common mmap APIMichal Kalderon1-0/+1
2019-10-28RDMA/qedr: Fix qpids xarray api usedMichal Kalderon1-1/+1
2019-10-28RDMA/qedr: Fix srqs xarray initializationMichal Kalderon1-0/+1
2019-10-18RDMA/qedr: Fix reported firmware versionKamal Heib1-1/+1
2019-07-29Merge branch 'wip/dl-for-rc' into wip/dl-for-nextDoug Ledford1-2/+8
2019-07-29RDMA/qedr: Fix the hca_type and hca_rev returned in device attributesMichal Kalderon1-2/+8
2019-07-25qed*: Change dpi_addr to be denoted with __iomemMichal Kalderon1-1/+1
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+5
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-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-05-26qed*: Add iWARP 100g supportMichal Kalderon1-0/+13
2019-05-26qedr: Change the MSI-X vectors selection to be based on affined engineMichal Kalderon1-2/+7
2019-05-26qed*: Change hwfn used for sb initializationMichal Kalderon1-1/+2
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib1-15/+10
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe1-15/+4
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-0/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+2
2019-03-29qedr: Convert srqidr to XArrayMatthew Wilcox1-4/+3
2019-03-29qedr: Convert qpidr to XArrayMatthew Wilcox1-2/+1
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-0/+1
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-1/+2
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1