summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Remove NULL check before dev_{put, hold}Jules Irenge2024-05-051-7/+3
* RDMA/device: Fix a race between mad_client and cm_client initShifeng Li2024-02-211-15/+22
* RDMA/core: Add support to dump SRQ resource in RAW formatwenglianfa2023-09-201-0/+1
* RDMA/core: Add dedicated SRQ resource tracker functionwenglianfa2023-09-201-0/+1
* RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()Gustavo A. R. Silva2023-09-191-1/+1
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-3/+3
|\
| * driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-241-1/+1
| * Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-211-1/+9
| |\
| * | driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman2022-11-091-2/+2
* | | RDMA: Add missed netdev_put() for the netdevice_trackerJason Gunthorpe2022-12-111-1/+1
* | | Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe2022-12-091-1/+9
|\ \ \ | | |/ | |/|
| * | RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2022-10-281-1/+9
| |/
* | RDMA: Add netdevice_tracker to ib_device_set_netdev()Jason Gunthorpe2022-11-281-2/+4
* | RDMA/core: Fix order of nldev_exit callLeon Romanovsky2022-10-271-1/+1
|/
* IB: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-211-2/+2
* RDMA/core: Avoid flush_workqueue(system_unbound_wq) usageTetsuo Handa2022-04-251-10/+14
* RDMA/core: Delete IPsec flow action logic from the coreLeon Romanovsky2022-04-091-2/+0
* RDMA/core: Let ib_find_gid() continue search even after empty entryAvihai Horon2021-12-141-1/+2
* RDMA/counter: Add optional counter supportAharon Landau2021-10-121-0/+1
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-0/+2
* IB/core: Read subnet_prefix in ib_query_port via cache.Anand Khoje2021-07-161-6/+2
* IB/core: Shifting initialization of device->cache_lockAnand Khoje2021-07-161-0/+2
* IB/core: Removed port validity check from ib_get_cached_subnet_prefixAnand Khoje2021-06-211-9/+2
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+3
* RDMA/core: Allow port_groups to be used with namespacesJason Gunthorpe2021-06-161-6/+4
* RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2021-06-161-2/+2
* RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe2021-06-161-2/+9
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-161-1/+2
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-16/+20
* RDMA/core: Remove unused req_ncomp_notif device operationGal Pressman2021-03-111-1/+0
* RDMA/core: Fix kernel doc warnings for ib_port_immutable_read()Leon Romanovsky2021-02-161-3/+3
* RDMA/core: Introduce and use API to read port immutable dataParav Pandit2021-02-051-0/+14
* RDMA/core: Add device method for registering dma-buf based memory regionJianxin Xiong2021-01-201-0/+1
* RDMA/core: device: Fix formatting in worthy kernel-doc header and demote anotherLee Jones2021-01-191-4/+4
* RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein2020-12-101-3/+4
* RDMA/core: Clean up cq pool mechanismJack Morgenstein2020-12-101-3/+6
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-171-20/+23
* RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-261-0/+3
* RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe2020-10-261-15/+0
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-0/+1
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+1
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+1
* RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-0/+1
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-1/+15
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-0/+16
* RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe2020-10-261-0/+11
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-53/+22
* Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe2020-10-161-2/+4
|\
| * RDMA/core: Fix ordering of CQ pool destructionJason Gunthorpe2020-09-141-2/+4
* | RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-171-0/+1