summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/nldev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SETJason Gunthorpe2020-03-131-1/+5
* RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missingMark Zhang2020-03-041-0/+2
* RDMA/core: Do not erase the type of ib_cq.uobjectJason Gunthorpe2020-01-131-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-271-45/+96
|\
| * Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe2019-10-281-6/+4
| |\
| * | RDMA/core: Check that process is still alive before sending it to the usersLeon Romanovsky2019-10-231-7/+21
| * | RDMA/restrack: Remove PID namespace supportLeon Romanovsky2019-10-231-12/+1
| * | RDMA/nldev: Provide MR statisticsErez Alfasi2019-10-221-6/+39
| * | RDMA/mlx5: Return ODP type per MRErez Alfasi2019-10-221-0/+13
| * | RDMA/nldev: Allow different fill function per resourceErez Alfasi2019-10-221-21/+23
* | | RDMA/nldev: Skip counter if port doesn't matchMark Zhang2019-10-241-1/+1
| |/ |/|
* | RDMA/nldev: Reshuffle the code to avoid need to rebind QP in error pathLeon Romanovsky2019-10-041-6/+4
* | RDMA/core: Fix an error handling path in 'res_get_common_doit()'Christophe JAILLET2019-10-041-1/+1
|/
* Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-131-2/+1
|\
| * RDMA/restrack: Rewrite PID namespace check to be reliableLeon Romanovsky2019-08-201-2/+1
* | Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-211-2/+6
|\|
| * RDMA/core: Fix error code in stat_get_doit_qp()Dan Carpenter2019-08-121-2/+6
* | RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit2019-07-251-10/+10
|/
* IB/core: Work on the caller socket net namespace in nldev_newlink()Parav Pandit2019-07-081-1/+1
* RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlinkYamin Friedman2019-07-081-0/+14
* RDMA/nldev: Allow get default counter statistics through RDMA netlinkMark Zhang2019-07-051-1/+97
* RDMA/nldev: Allow get counter mode through RDMA netlinkMark Zhang2019-07-051-1/+65
* RDMA/nldev: Allow counter manual mode configration through RDMA netlinkMark Zhang2019-07-051-13/+98
* RDMA/netlink: Implement counter dumpit calbackMark Zhang2019-07-051-0/+213
* RDMA/nldev: Allow counter auto mode configration through RDMA netlinkMark Zhang2019-07-051-0/+78
* RDMA/restrack: Make is_visible_in_pid_ns() as an APIMark Zhang2019-07-051-13/+2
* RDMA/netlink: Audit policy settings for netlink attributesDoug Ledford2019-06-251-13/+12
* RDMA/netlink: Resort policy arrayDoug Ledford2019-06-201-75/+78
* RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-191-0/+1
* RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe2019-06-191-0/+94
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-151-12/+15
|\
| * RDMA/core: Change system parameters callback from dumpit to doitParav Pandit2019-05-141-12/+15
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-11/+101
|\|
| * RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit2019-04-221-1/+12
| * RDMA/nldev: Return device protocolLeon Romanovsky2019-04-081-1/+23
| * RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit2019-03-281-0/+25
| * RDMA/core: Add interface to read device namespace sharing modeParav Pandit2019-03-281-0/+32
| * RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit2019-03-281-9/+9
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-18/+18
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-4/+5
|/
* RDMA/core: Fix a WARN() messageDan Carpenter2019-02-221-3/+1
* RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise2019-02-201-0/+122
* RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-201-3/+1
* RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-2/+2
* RDMA/nldev: Don't expose number of not-visible entriesLeon Romanovsky2019-02-191-5/+2
* RDMA/nldev: Connect QP number to .doit callbackLeon Romanovsky2019-02-191-0/+1
* RDMA/nldev: Provide parent IDs for PD, MR and QP objectsLeon Romanovsky2019-02-191-0/+18
* RDMA/nldev: Share with user-space object IDsLeon Romanovsky2019-02-191-0/+20
* RDMA/restrack: Prepare restrack_root to addition of extra fields per-typeLeon Romanovsky2019-02-191-25/+16
* RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky2019-02-191-7/+10