aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/nldev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-45/+96
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe1-6/+4
2019-10-24RDMA/nldev: Skip counter if port doesn't matchMark Zhang1-1/+1
2019-10-23RDMA/core: Check that process is still alive before sending it to the usersLeon Romanovsky1-7/+21
2019-10-23RDMA/restrack: Remove PID namespace supportLeon Romanovsky1-12/+1
2019-10-22RDMA/nldev: Provide MR statisticsErez Alfasi1-6/+39
2019-10-22RDMA/mlx5: Return ODP type per MRErez Alfasi1-0/+13
2019-10-22RDMA/nldev: Allow different fill function per resourceErez Alfasi1-21/+23
2019-10-04RDMA/nldev: Reshuffle the code to avoid need to rebind QP in error pathLeon Romanovsky1-6/+4
2019-10-04RDMA/core: Fix an error handling path in 'res_get_common_doit()'Christophe JAILLET1-1/+1
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe1-2/+1
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe1-2/+6
2019-08-20RDMA/restrack: Rewrite PID namespace check to be reliableLeon Romanovsky1-2/+1
2019-08-12RDMA/core: Fix error code in stat_get_doit_qp()Dan Carpenter1-2/+6
2019-07-25RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit1-10/+10
2019-07-08IB/core: Work on the caller socket net namespace in nldev_newlink()Parav Pandit1-1/+1
2019-07-08RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlinkYamin Friedman1-0/+14
2019-07-05RDMA/nldev: Allow get default counter statistics through RDMA netlinkMark Zhang1-1/+97
2019-07-05RDMA/nldev: Allow get counter mode through RDMA netlinkMark Zhang1-1/+65
2019-07-05RDMA/nldev: Allow counter manual mode configration through RDMA netlinkMark Zhang1-13/+98
2019-07-05RDMA/netlink: Implement counter dumpit calbackMark Zhang1-0/+213
2019-07-05RDMA/nldev: Allow counter auto mode configration through RDMA netlinkMark Zhang1-0/+78
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