summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* 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-071-1/+1
* IB/core: Let IB core distribute cache update eventsParav Pandit2020-01-071-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-231-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-241-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-151-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-281-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-181-0/+3
| * | RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe2019-06-181-0/+98
| * | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-0/+1
| * | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-0/+4
| * | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-0/+2
| * | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-3/+9
| * | RDMA/core: Return void from ib_device_check_mandatory()Kamal Heib2019-05-211-7/+2
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-3/+3
|\ \ \
| * | | LSM: switch to blocking policy update notifiersJanne Karhunen2019-06-141-3/+3
| |/ /
* | | locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov2019-06-171-1/+1
| |/ |/|
* | RDMA/core: Fix panic when port_data isn't initializedKamal Heib2019-05-271-5/+9
* | RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky2019-05-211-9/+26
|/
* RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky2019-05-071-0/+9
* RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-031-0/+8
* RDMA/core: Do not invoke init_port on compat devicesParav Pandit2019-05-031-1/+1
* RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman2019-05-011-0/+60
* RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit2019-04-221-5/+51
* RDMA/core: Introduce a helper function to change net namespace of rdma deviceParav Pandit2019-04-221-0/+77
OpenPOWER on IntegriCloud