summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/device.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe1-0/+11
2023-01-14RDMA/core: Fix order of nldev_exit callLeon Romanovsky1-1/+1
2022-11-10RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin1-1/+9
2022-01-27RDMA/core: Let ib_find_gid() continue search even after empty entryAvihai Horon1-1/+2
2021-01-09RDMA/core: remove use of dma_virt_opsChristoph Hellwig1-20/+23
2020-12-30RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein1-3/+4
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-07Merge 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-07RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-0/+1
2020-07-07RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky1-0/+1
2020-07-07IB/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
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb1-1/+2
2020-06-03RDMA/core: Remove FMR device opsMax Gurtovoy1-4/+0
2020-05-29RDMA/core: Introduce shared CQ pool APIYamin Friedman1-0/+2
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-2/+14
2020-03-13RDMA/core: Fix missing error check on dev_set_name()Jason Gunthorpe1-1/+3
2020-01-10RDMA/core: Remove err in iw_query_portGuoqing Jiang1-6/+1
2020-01-08IB/core: Rename event_handler_lock to qp_open_list_lockParav Pandit1-1/+1
2020-01-08IB/core: Let IB core distribute cache update eventsParav Pandit1-23/+10
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-1/+0
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-16/+34
2019-11-25Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe1-0/+1
2019-11-24RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe1-1/+0
2019-11-22IB/core: Add interfaces to get VF node and port GUIDsDanit Goldberg1-0/+1
2019-11-06RDMA/core: Fix return code when modify_port isn't supportedKamal Heib1-1/+5
2019-11-06RDMA/core: Create mmap database and cookie helper functionsMichal Kalderon1-0/+1
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe1-4/+5
2019-10-28RDMA/core: Set DMA parameters correctlyBart Van Assche1-2/+14
2019-10-25IB/core: Avoid deadlock during netlink message handlingParav Pandit1-0/+2
2019-10-22RDMA/nldev: Provide MR statisticsErez Alfasi1-0/+1
2019-10-22infiniband: fix core/ kernel-doc notationrd.dunlab@gmail.com1-12/+11
2019-10-01RDMA/core: Fix return code when modify_device isn't supportedKamal Heib1-1/+1
2019-10-01RDMA/core: Fix use after free and refcnt leak on ndev in_device in iwarp_quer...Michal Kalderon1-4/+5
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe1-34/+69
2019-08-21RDMA/core: Make invalidate_range a device operationMoni Shoua1-0/+1
2019-08-12RDMA/core: Add common iWARP query portKamal Heib1-16/+71
2019-08-01RDMA/devices: Remove the lock around remove_client_contextJason Gunthorpe1-21/+27
2019-08-01RDMA/devices: Do not deadlock during client removalJason Gunthorpe1-13/+41