aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/nldev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-05RDMA/restrack: Make is_visible_in_pid_ns() as an APIMark Zhang1-13/+2
2019-06-25RDMA/netlink: Audit policy settings for netlink attributesDoug Ledford1-13/+12
2019-06-19RDMA/netlink: Resort policy arrayDoug Ledford1-75/+78
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe1-0/+1
2019-06-18RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe1-0/+94
2019-05-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-12/+15
2019-05-13RDMA/core: Change system parameters callback from dumpit to doitParav Pandit1-12/+15
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-11/+101
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-18/+18
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-4/+5
2019-04-22RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit1-1/+12
2019-04-08RDMA/nldev: Return device protocolLeon Romanovsky1-1/+23
2019-03-28RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit1-0/+25
2019-03-28RDMA/core: Add interface to read device namespace sharing modeParav Pandit1-0/+32
2019-03-28RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit1-9/+9
2019-02-22RDMA/core: Fix a WARN() messageDan Carpenter1-3/+1
2019-02-19RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise1-0/+122
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe1-3/+1
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe1-2/+2
2019-02-19RDMA/nldev: Don't expose number of not-visible entriesLeon Romanovsky1-5/+2
2019-02-19RDMA/nldev: Connect QP number to .doit callbackLeon Romanovsky1-0/+1
2019-02-19RDMA/nldev: Provide parent IDs for PD, MR and QP objectsLeon Romanovsky1-0/+18
2019-02-19RDMA/nldev: Share with user-space object IDsLeon Romanovsky1-0/+20
2019-02-19RDMA/restrack: Prepare restrack_root to addition of extra fields per-typeLeon Romanovsky1-25/+16
2019-02-18RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky1-7/+10
2019-02-18RDMA/nldev: Add resource tracker doit callbackLeon Romanovsky1-61/+129
2019-02-18RDMA/restrack: Convert internal DB from hash to XArrayLeon Romanovsky1-6/+7
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-4/+0
2019-01-30RDMA/core: Use the ops infrastructure to keep all callbacks in one placeLeon Romanovsky1-10/+18
2019-01-30RDMA/core: Simplify restrack interfaceLeon Romanovsky1-2/+2
2019-01-30RDMA/nldev: Prepare CAP_NET_ADMIN checks for .doit callbacksLeon Romanovsky1-10/+12
2019-01-30RDMA/nldev: Factor out the PID namespace checkLeon Romanovsky1-10/+12
2019-01-30RDMA/nldev: Dynamically generate restrack dumpit callbacksLeon Romanovsky1-28/+11
2019-01-07RDMA/nldev: Don't expose unsafe global rkey to regular userLeon Romanovsky1-4/+0
2018-12-20RDMA/nldev: Expose port_cap_flags2Michael Guralnik1-3/+6
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-2/+2
2018-12-03RDMA/nldev: Export to user space number of contextsLeon Romanovsky1-0/+1
2018-11-22RDMA/core: Sync unregistration with netlink commandsParav Pandit1-10/+10
2018-10-16RDMA/nldev: Allow IB device rename through RDMA netlinkLeon Romanovsky1-0/+34
2018-09-26RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+2
2018-06-18RDMA/nldev: Return port capability flag for IB onlyLeon Romanovsky1-8/+8
2018-05-15RDMA/NLDEV: remove mr iova attributeSteve Wise1-3/+0
2018-05-03RDMA/nldev: helper functions to add driver attributesSteve Wise1-0/+66
2018-05-03RDMA/nldev: add driver-specific resource trackingSteve Wise1-0/+29
2018-05-03RDMA/nldev: Add explicit pad attributeSteve Wise1-11/+15
2018-03-29RDMA/nldev: Provide netdevice name and indexLeon Romanovsky1-5/+26
2018-03-08RDMA/nldev: provide detailed PD informationSteve Wise1-0/+57
2018-03-08RDMA/nldev: provide detailed MR informationSteve Wise1-0/+56
2018-03-08RDMA/nldev: provide detailed CQ informationSteve Wise1-0/+52
2018-03-08RDMA/nldev: provide detailed CM_ID informationSteve Wise1-9/+98