aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-171-0/+1
|/
* RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"Colin Ian King2020-08-201-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-6/+22
|\
| * RDMA/core: Remove query_pkey from the mandatory opsKamal Heib2020-07-201-1/+3
| * RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky2020-07-061-0/+1
| * RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky2020-07-061-0/+1
| * IB/uverbs: Expose UAPI to query ucontextYishai Hadas2020-07-061-0/+1
| * RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()Jason Gunthorpe2020-07-021-3/+8
| * RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb2020-06-241-0/+3
| * RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb2020-06-231-1/+1
| * RDMA: Add dedicated QP resource tracker functionMaor Gottlieb2020-06-231-0/+1
| * RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb2020-06-231-0/+1
| * RDMA: Add dedicated MR resource tracker functionMaor Gottlieb2020-06-231-1/+2
* | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-1/+5
|/
* RDMA/core: Remove FMR device opsMax Gurtovoy2020-06-021-4/+0
* RDMA/core: Introduce shared CQ pool APIYamin Friedman2020-05-291-0/+2
* RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-2/+14
* RDMA/core: Fix missing error check on dev_set_name()Jason Gunthorpe2020-03-131-1/+3
* RDMA/core: Remove err in iw_query_portGuoqing Jiang2020-01-101-6/+1