summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c
AgeCommit message (Expand)AuthorLines
2022-04-25RDMA/core: Avoid flush_workqueue(system_unbound_wq) usageTetsuo Handa-10/+14
2022-04-09RDMA/core: Delete IPsec flow action logic from the coreLeon Romanovsky-2/+0
2021-12-14RDMA/core: Let ib_find_gid() continue search even after empty entryAvihai Horon-1/+2
2021-10-12RDMA/counter: Add optional counter supportAharon Landau-0/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky-0/+2
2021-07-16IB/core: Read subnet_prefix in ib_query_port via cache.Anand Khoje-6/+2
2021-07-16IB/core: Shifting initialization of device->cache_lockAnand Khoje-0/+2
2021-06-21IB/core: Removed port validity check from ib_get_cached_subnet_prefixAnand Khoje-9/+2
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe-1/+3
2021-06-16RDMA/core: Allow port_groups to be used with namespacesJason Gunthorpe-6/+4
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe-2/+2
2021-06-16RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe-2/+9
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe-1/+2
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch-16/+20
2021-03-11RDMA/core: Remove unused req_ncomp_notif device operationGal Pressman-1/+0
2021-02-16RDMA/core: Fix kernel doc warnings for ib_port_immutable_read()Leon Romanovsky-3/+3
2021-02-05RDMA/core: Introduce and use API to read port immutable dataParav Pandit-0/+14
2021-01-20RDMA/core: Add device method for registering dma-buf based memory regionJianxin Xiong-0/+1
2021-01-19RDMA/core: device: Fix formatting in worthy kernel-doc header and demote anotherLee Jones-4/+4
2020-12-10RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein-3/+4
2020-12-10RDMA/core: Clean up cq pool mechanismJack Morgenstein-3/+6
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig-20/+23
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe-0/+3
2020-10-26RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe-15/+0
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe-0/+1
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe-0/+1
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe-0/+1
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe-0/+1
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe-1/+15
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe-0/+16
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe-0/+11
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe-53/+22
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe-2/+4
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky-0/+1
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky-0/+1
2020-09-14RDMA/core: Fix ordering of CQ pool destructionJason Gunthorpe-2/+4
2020-08-20RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"Colin Ian King-1/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-6/+22
2020-07-20RDMA/core: Remove query_pkey from the mandatory opsKamal Heib-1/+3
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig-1/+5
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky-0/+1
2020-07-06RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky-0/+1
2020-07-06IB/uverbs: Expose UAPI to query ucontextYishai Hadas-0/+1
2020-07-02RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()Jason Gunthorpe-3/+8
2020-06-24RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb-0/+3
2020-06-23RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb-1/+1
2020-06-23RDMA: Add dedicated QP resource tracker functionMaor Gottlieb-0/+1
2020-06-23RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb-0/+1
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb-1/+2
2020-06-02RDMA/core: Remove FMR device opsMax Gurtovoy-4/+0