summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/counters.c
AgeCommit message (Expand)AuthorLines
2021-10-12RDMA/counter: Add optional counter supportAharon Landau-0/+32
2021-10-12RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang-4/+4
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe-2/+2
2021-03-26RDMA/uverbs: Refactor rdma_counter_set_auto_mode and __counter_set_modePatrisious Haddad-18/+24
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch-10/+10
2021-01-19RDMA/core/counters: Demote non-conformant kernel-doc headersLee Jones-8/+8
2021-01-18RDMA/nldev: Return an error message on failure to turn auto modePatrisious Haddad-29/+33
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky-1/+1
2020-11-16RDMA/counter: Combine allocation and bind logicLeon Romanovsky-74/+62
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky-7/+2
2020-09-22RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky-1/+1
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky-2/+4
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-17/+7
2020-07-10RDMA/counter: Allow manually bind QPs with different pids to same counterMark Zhang-1/+1
2020-07-10RDMA/counter: Only bind user QPs in auto modeMark Zhang-1/+1
2020-07-10RDMA/counter: Add PID category support in auto modeMark Zhang-15/+5
2020-06-22RDMA/counter: Query a counter before releaseMark Zhang-1/+3
2019-12-12RDMA/counter: Prevent auto-binding a QP which are not tracked with resMark Zhang-0/+3
2019-10-23RDMA/core: Check that process is still alive before sending it to the usersLeon Romanovsky-2/+12
2019-10-23RDMA/restrack: Remove PID namespace supportLeon Romanovsky-14/+0
2019-10-01RDMA/counter: Prevent QP counter manual binding in auto modeMark Zhang-1/+11
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe-6/+4
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe-0/+6
2019-08-20RDMA/counters: Properly implement PID checksLeon Romanovsky-5/+3
2019-08-20IB/core: Fix NULL pointer dereference when bind QP to counterIdo Kalir-1/+1
2019-08-07RDMA/counter: Prevent QP counter binding if counters unsupportedMark Zhang-0/+6
2019-07-29Merge branch 'wip/dl-for-rc' into wip/dl-for-nextDoug Ledford-4/+7
2019-07-25RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit-4/+4
2019-07-25IB/counters: Always initialize the port counter objectParav Pandit-4/+4
2019-07-25IB/core: Fix querying total rdma statsParav Pandit-0/+3
2019-07-05RDMA/nldev: Allow get counter mode through RDMA netlinkMark Zhang-0/+13
2019-07-05RDMA/counter: Allow manual mode configuration supportMark Zhang-3/+216
2019-07-05RDMA/core: Get sum value of all counters when perform a sysfs stat readMark Zhang-0/+89
2019-07-05RDMA/netlink: Implement counter dumpit calbackMark Zhang-1/+25
2019-07-05RDMA/counter: Add "auto" configuration mode supportMark Zhang-0/+221
2019-07-05RDMA/counter: Add set/clear per-port auto mode supportMark Zhang-0/+74