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