summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* RDMA/core: Avoid freeing netdevs in disable_device()Parav Pandit2019-04-221-3/+4
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-0/+1
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-0/+1
* RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2019-04-081-0/+3
* RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit2019-03-281-0/+87
* RDMA/core: Add interface to read device namespace sharing modeParav Pandit2019-03-281-1/+1
* RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit2019-03-281-1/+10
* RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit2019-03-281-0/+20
* RDMA/core: Add module param to disable device sharing among net nsParav Pandit2019-03-281-0/+7
* RDMA/core: Support core port attributes in non init_netParav Pandit2019-03-281-0/+6
* RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit2019-03-281-4/+257
* RDMA/core: Restrict sysfs entries view to init_netParav Pandit2019-03-281-1/+11
* RDMA/core: Introduce ib_core_device to hold deviceParav Pandit2019-03-281-4/+20
* Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-03-111-20/+12
|\
* | RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-0/+1
* | RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-191-0/+9
* | RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-191-0/+28
* | RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe2019-02-191-36/+206
* | RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe2019-02-191-12/+107
* | RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-191-18/+148
* | RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-191-48/+22
* | RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-14/+12