aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/nldev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-28RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin1-1/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+1
2022-03-18RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()Dan Carpenter1-1/+2
2021-11-17RDMA/nldev: Check stat attribute before accessing itLeon Romanovsky1-1/+2
2021-10-12RDMA/nldev: Allow optional-counter status configuration through RDMA netlinkAharon Landau1-4/+57
2021-10-12RDMA/nldev: Split nldev_stat_set_mode_doit out of nldev_stat_set_doitAharon Landau1-46/+70
2021-10-12RDMA/nldev: Add support to get status of all countersAharon Landau1-0/+98
2021-10-12RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau1-1/+10
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-2/+4
2021-06-16RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe1-6/+2
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-1/+1
2021-04-27RDMA/nldev: Add copy-on-fork attribute to get sys commandGal Pressman1-0/+14
2021-04-22RDMA/nldev: Add QP numbers to SRQ informationNeta Ostrovsky1-0/+91
2021-04-22RDMA/nldev: Return SRQ informationNeta Ostrovsky1-0/+42
2021-04-22RDMA/nldev: Return context informationNeta Ostrovsky1-0/+27
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-1/+1
2021-01-18RDMA/nldev: Return an error message on failure to turn auto modePatrisious Haddad1-3/+1
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-5/+5
2020-07-29RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang1-3/+0
2020-07-10RDMA/counter: Add PID category support in auto modeMark Zhang1-2/+6
2020-06-24RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb1-62/+118
2020-06-23RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb1-11/+2
2020-06-23RDMA: Add dedicated QP resource tracker functionMaor Gottlieb1-3/+2
2020-06-23RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb1-3/+2
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb1-14/+4
2020-06-23RDMA/core: Don't call fill_res_entry for PDMaor Gottlieb1-8/+1
2020-05-12RDMA/core: Fix double put of resourceMaor Gottlieb1-2/+1
2020-03-13RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SETJason Gunthorpe1-1/+5
2020-03-04RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missingMark Zhang1-0/+2
2020-01-13RDMA/core: Do not erase the type of ib_cq.uobjectJason Gunthorpe1-1/+2
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