summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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-071-0/+1
| * RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky2020-07-071-0/+1
| * IB/uverbs: Expose UAPI to query ucontextYishai Hadas2020-07-071-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-031-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
* IB/core: Rename event_handler_lock to qp_open_list_lockParav Pandit2020-01-081-1/+1
* IB/core: Let IB core distribute cache update eventsParav Pandit2020-01-081-23/+10
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-301-1/+0
|\
| * RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-241-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-271-16/+34
|\ \
| * \ Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe2019-11-251-0/+1
| |\ \
| | * | IB/core: Add interfaces to get VF node and port GUIDsDanit Goldberg2019-11-221-0/+1
| * | | RDMA/core: Fix return code when modify_port isn't supportedKamal Heib2019-11-061-1/+5
| * | | RDMA/core: Create mmap database and cookie helper functionsMichal Kalderon2019-11-061-0/+1
| * | | Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe2019-10-281-4/+5
| |\ \ \ | | | |/ | | |/|
| * | | RDMA/core: Set DMA parameters correctlyBart Van Assche2019-10-281-2/+14
| * | | RDMA/nldev: Provide MR statisticsErez Alfasi2019-10-221-0/+1
| * | | infiniband: fix core/ kernel-doc notationrd.dunlab@gmail.com2019-10-221-12/+11
| * | | RDMA/core: Fix return code when modify_device isn't supportedKamal Heib2019-10-011-1/+1
| | |/ | |/|
* | | IB/core: Avoid deadlock during netlink message handlingParav Pandit2019-10-251-0/+2
| |/ |/|
* | RDMA/core: Fix use after free and refcnt leak on ndev in_device in iwarp_quer...Michal Kalderon2019-10-011-4/+5
|/
* Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-211-34/+69
|\
| * RDMA/core: Make invalidate_range a device operationMoni Shoua2019-08-211-0/+1
| * RDMA/devices: Remove the lock around remove_client_contextJason Gunthorpe2019-08-011-21/+27
| * RDMA/devices: Do not deadlock during client removalJason Gunthorpe2019-08-011-13/+41
* | RDMA/core: Add common iWARP query portKamal Heib2019-08-121-16/+71
* | RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit2019-07-251-25/+13
* | RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit2019-07-251-0/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-161-10/+140
|\
| * RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlinkYamin Friedman2019-07-081-0/+9
| * RDMA/netlink: Implement counter dumpit calbackMark Zhang2019-07-051-0/+2
| * RDMA/counter: Add "auto" configuration mode supportMark Zhang2019-07-051-0/+3
| * RDMA/counter: Add set/clear per-port auto mode supportMark Zhang2019-07-051-0/+5
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-291-14/+35
| |\
| * | RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl'sMax Gurtovoy2019-06-241-0/+1
| * | RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity APIIsrael Rukshin2019-06-241-0/+1
| * | RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-191-0/+3