summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/nldev.c
AgeCommit message (Expand)Author
2021-11-17RDMA/nldev: Check stat attribute before accessing itLeon Romanovsky
2021-10-12RDMA/nldev: Allow optional-counter status configuration through RDMA netlinkAharon Landau
2021-10-12RDMA/nldev: Split nldev_stat_set_mode_doit out of nldev_stat_set_doitAharon Landau
2021-10-12RDMA/nldev: Add support to get status of all countersAharon Landau
2021-10-12RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau
2021-06-16RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe
2021-04-27RDMA/nldev: Add copy-on-fork attribute to get sys commandGal Pressman
2021-04-22RDMA/nldev: Add QP numbers to SRQ informationNeta Ostrovsky
2021-04-22RDMA/nldev: Return SRQ informationNeta Ostrovsky
2021-04-22RDMA/nldev: Return context informationNeta Ostrovsky
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-01-18RDMA/nldev: Return an error message on failure to turn auto modePatrisious Haddad
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-07-29RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang
2020-07-10RDMA/counter: Add PID category support in auto modeMark Zhang
2020-06-24RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb
2020-06-23RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb
2020-06-23RDMA: Add dedicated QP resource tracker functionMaor Gottlieb
2020-06-23RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb
2020-06-23RDMA/core: Don't call fill_res_entry for PDMaor Gottlieb
2020-05-12RDMA/core: Fix double put of resourceMaor Gottlieb
2020-03-13RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SETJason Gunthorpe
2020-03-04RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missingMark Zhang
2020-01-13RDMA/core: Do not erase the type of ib_cq.uobjectJason Gunthorpe
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe
2019-10-24RDMA/nldev: Skip counter if port doesn't matchMark Zhang
2019-10-23RDMA/core: Check that process is still alive before sending it to the usersLeon Romanovsky
2019-10-23RDMA/restrack: Remove PID namespace supportLeon Romanovsky
2019-10-22RDMA/nldev: Provide MR statisticsErez Alfasi
2019-10-22RDMA/mlx5: Return ODP type per MRErez Alfasi
2019-10-22RDMA/nldev: Allow different fill function per resourceErez Alfasi
2019-10-04RDMA/nldev: Reshuffle the code to avoid need to rebind QP in error pathLeon Romanovsky
2019-10-04RDMA/core: Fix an error handling path in 'res_get_common_doit()'Christophe JAILLET
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe
2019-08-20RDMA/restrack: Rewrite PID namespace check to be reliableLeon Romanovsky
2019-08-12RDMA/core: Fix error code in stat_get_doit_qp()Dan Carpenter
2019-07-25RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit
2019-07-08IB/core: Work on the caller socket net namespace in nldev_newlink()Parav Pandit
2019-07-08RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlinkYamin Friedman
2019-07-05RDMA/nldev: Allow get default counter statistics through RDMA netlinkMark Zhang
2019-07-05RDMA/nldev: Allow get counter mode through RDMA netlinkMark Zhang
2019-07-05RDMA/nldev: Allow counter manual mode configration through RDMA netlinkMark Zhang
2019-07-05RDMA/netlink: Implement counter dumpit calbackMark Zhang
2019-07-05RDMA/nldev: Allow counter auto mode configration through RDMA netlinkMark Zhang
2019-07-05RDMA/restrack: Make is_visible_in_pid_ns() as an APIMark Zhang