summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/device.c
AgeCommit message (Expand)Author
2019-10-24IB/core: Avoid deadlock during netlink message handlingParav Pandit
2019-10-01RDMA/core: Fix use after free and refcnt leak on ndev in_device in iwarp_quer...Michal Kalderon
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe
2019-08-21RDMA/core: Make invalidate_range a device operationMoni Shoua
2019-08-12RDMA/core: Add common iWARP query portKamal Heib
2019-08-01RDMA/devices: Remove the lock around remove_client_contextJason Gunthorpe
2019-08-01RDMA/devices: Do not deadlock during client removalJason Gunthorpe
2019-07-25RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit
2019-07-25RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-08RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlinkYamin Friedman
2019-07-05RDMA/netlink: Implement counter dumpit calbackMark Zhang
2019-07-05RDMA/counter: Add "auto" configuration mode supportMark Zhang
2019-07-05RDMA/counter: Add set/clear per-port auto mode supportMark Zhang
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe
2019-06-24RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl'sMax Gurtovoy
2019-06-24RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity APIIsrael Rukshin
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe
2019-06-18RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov
2019-06-14LSM: switch to blocking policy update notifiersJanne Karhunen
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe
2019-05-27RDMA/core: Fix panic when port_data isn't initializedKamal Heib
2019-05-21RDMA/core: Return void from ib_device_check_mandatory()Kamal Heib
2019-05-21RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky
2019-05-07RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib
2019-05-03RDMA/core: Do not invoke init_port on compat devicesParav Pandit
2019-05-01RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman
2019-04-22RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit
2019-04-22RDMA/core: Introduce a helper function to change net namespace of rdma deviceParav Pandit
2019-04-22RDMA/core: Avoid freeing netdevs in disable_device()Parav Pandit
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem
2019-03-28RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit
2019-03-28RDMA/core: Add interface to read device namespace sharing modeParav Pandit
2019-03-28RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit
2019-03-28RDMA/core: Add module param to disable device sharing among net nsParav Pandit
2019-03-28RDMA/core: Support core port attributes in non init_netParav Pandit
2019-03-28RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit
2019-03-28RDMA/core: Restrict sysfs entries view to init_netParav Pandit
2019-03-28RDMA/core: Introduce ib_core_device to hold deviceParav Pandit
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky