summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/device.c
AgeCommit message (Expand)Author
2024-02-21RDMA/device: Fix a race between mad_client and cm_client initShifeng Li
2023-09-20RDMA/core: Add support to dump SRQ resource in RAW formatwenglianfa
2023-09-20RDMA/core: Add dedicated SRQ resource tracker functionwenglianfa
2023-09-19RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()Gustavo A. R. Silva
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-11RDMA: Add missed netdev_put() for the netdevice_trackerJason Gunthorpe
2022-12-09Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe
2022-11-28RDMA: Add netdevice_tracker to ib_device_set_netdev()Jason Gunthorpe
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman
2022-10-28RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin
2022-10-27RDMA/core: Fix order of nldev_exit callLeon Romanovsky
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang
2022-04-25RDMA/core: Avoid flush_workqueue(system_unbound_wq) usageTetsuo Handa
2022-04-09RDMA/core: Delete IPsec flow action logic from the coreLeon Romanovsky
2021-12-14RDMA/core: Let ib_find_gid() continue search even after empty entryAvihai Horon
2021-10-12RDMA/counter: Add optional counter supportAharon Landau
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-07-16IB/core: Read subnet_prefix in ib_query_port via cache.Anand Khoje
2021-07-16IB/core: Shifting initialization of device->cache_lockAnand Khoje
2021-06-21IB/core: Removed port validity check from ib_get_cached_subnet_prefixAnand Khoje
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe
2021-06-16RDMA/core: Allow port_groups to be used with namespacesJason Gunthorpe
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe
2021-06-16RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-03-11RDMA/core: Remove unused req_ncomp_notif device operationGal Pressman
2021-02-16RDMA/core: Fix kernel doc warnings for ib_port_immutable_read()Leon Romanovsky
2021-02-05RDMA/core: Introduce and use API to read port immutable dataParav Pandit
2021-01-20RDMA/core: Add device method for registering dma-buf based memory regionJianxin Xiong
2021-01-19RDMA/core: device: Fix formatting in worthy kernel-doc header and demote anotherLee Jones
2020-12-10RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein
2020-12-10RDMA/core: Clean up cq pool mechanismJack Morgenstein
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe
2020-10-26RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky
2020-09-14RDMA/core: Fix ordering of CQ pool destructionJason Gunthorpe