aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-12RDMA/core: Add common iWARP query portKamal Heib1-16/+71
2019-07-25RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit1-25/+13
2019-07-25RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit1-0/+3
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-10/+140
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-3/+3
2019-07-08RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlinkYamin Friedman1-0/+9
2019-07-05RDMA/netlink: Implement counter dumpit calbackMark Zhang1-0/+2
2019-07-05RDMA/counter: Add "auto" configuration mode supportMark Zhang1-0/+3
2019-07-05RDMA/counter: Add set/clear per-port auto mode supportMark Zhang1-0/+5
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-14/+35
2019-06-24RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl'sMax Gurtovoy1-0/+1
2019-06-24RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity APIIsrael Rukshin1-0/+1
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe1-0/+3
2019-06-18RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe1-0/+98
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_held_write()Nikolay Borisov1-1/+1
2019-06-14LSM: switch to blocking policy update notifiersJanne Karhunen1-3/+3
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-0/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-0/+4
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-0/+2
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-3/+9
2019-05-27RDMA/core: Fix panic when port_data isn't initializedKamal Heib1-5/+9
2019-05-21RDMA/core: Return void from ib_device_check_mandatory()Kamal Heib1-7/+2
2019-05-21RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky1-9/+26
2019-05-07RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky1-0/+9
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib1-0/+8
2019-05-03RDMA/core: Do not invoke init_port on compat devicesParav Pandit1-1/+1
2019-05-01RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman1-0/+60
2019-04-22RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit1-5/+51
2019-04-22RDMA/core: Introduce a helper function to change net namespace of rdma deviceParav Pandit1-0/+77
2019-04-22RDMA/core: Avoid freeing netdevs in disable_device()Parav Pandit1-3/+4
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-0/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+1
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem1-0/+3
2019-03-28RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit1-0/+87
2019-03-28RDMA/core: Add interface to read device namespace sharing modeParav Pandit1-1/+1
2019-03-28RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit1-1/+10
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit1-0/+20
2019-03-28RDMA/core: Add module param to disable device sharing among net nsParav Pandit1-0/+7
2019-03-28RDMA/core: Support core port attributes in non init_netParav Pandit1-0/+6
2019-03-28RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit1-4/+257
2019-03-28RDMA/core: Restrict sysfs entries view to init_netParav Pandit1-1/+11
2019-03-28RDMA/core: Introduce ib_core_device to hold deviceParav Pandit1-4/+20
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-20/+12
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe1-0/+9
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe1-0/+28
2019-02-19RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe1-36/+206
2019-02-19RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe1-12/+107
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe1-18/+148
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe1-48/+22