summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/nldev.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Require admin capabilities to set system parametersLeon Romanovsky2023-10-101-0/+1
* Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe2022-12-091-1/+1
|\
| * RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2022-10-281-1/+1
* | RDMA/nldev: Fix failure to send large messagesMark Zhang2022-11-301-1/+1
* | RDMA/nldev: Add NULL check to silence false warningsOr Har-Toov2022-11-301-8/+36
* | RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()Yuan Can2022-11-281-0/+2
* | RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang2022-11-151-1/+1
|/
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+1
* RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()Dan Carpenter2022-03-181-1/+2
* RDMA/nldev: Check stat attribute before accessing itLeon Romanovsky2021-11-171-1/+2
* RDMA/nldev: Allow optional-counter status configuration through RDMA netlinkAharon Landau2021-10-121-4/+57
* RDMA/nldev: Split nldev_stat_set_mode_doit out of nldev_stat_set_doitAharon Landau2021-10-121-46/+70
* RDMA/nldev: Add support to get status of all countersAharon Landau2021-10-121-0/+98
* RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau2021-10-121-1/+10
* RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-2/+4
* RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe2021-06-161-6/+2
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-161-1/+1
* RDMA/nldev: Add copy-on-fork attribute to get sys commandGal Pressman2021-04-271-0/+14
* RDMA/nldev: Add QP numbers to SRQ informationNeta Ostrovsky2021-04-221-0/+91
* RDMA/nldev: Return SRQ informationNeta Ostrovsky2021-04-221-0/+42
* RDMA/nldev: Return context informationNeta Ostrovsky2021-04-221-0/+27
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-1/+1
* RDMA/nldev: Return an error message on failure to turn auto modePatrisious Haddad2021-01-181-3/+1
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-5/+5
* RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang2020-07-291-3/+0
* RDMA/counter: Add PID category support in auto modeMark Zhang2020-07-101-2/+6
* RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb2020-06-241-62/+118
* RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb2020-06-231-11/+2
* RDMA: Add dedicated QP resource tracker functionMaor Gottlieb2020-06-231-3/+2
* RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb2020-06-231-3/+2
* RDMA: Add dedicated MR resource tracker functionMaor Gottlieb2020-06-231-14/+4
* RDMA/core: Don't call fill_res_entry for PDMaor Gottlieb2020-06-231-8/+1
* RDMA/core: Fix double put of resourceMaor Gottlieb2020-05-121-2/+1
* 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