summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/counters.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/counter: Add optional counter supportAharon Landau2021-10-121-0/+32
* RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang2021-10-121-4/+4
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-161-2/+2
* RDMA/uverbs: Refactor rdma_counter_set_auto_mode and __counter_set_modePatrisious Haddad2021-03-261-18/+24
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-10/+10
* RDMA/core/counters: Demote non-conformant kernel-doc headersLee Jones2021-01-191-8/+8
* RDMA/nldev: Return an error message on failure to turn auto modePatrisious Haddad2021-01-181-29/+33
* RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2020-11-271-1/+1
* RDMA/counter: Combine allocation and bind logicLeon Romanovsky2020-11-161-74/+62
* RDMA/restrack: Improve readability in task name managementLeon Romanovsky2020-09-221-7/+2
* RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky2020-09-221-1/+1
* RDMA/restrack: Count references to the verbs objectsLeon Romanovsky2020-09-221-2/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-17/+7
|\
| * RDMA/counter: Allow manually bind QPs with different pids to same counterMark Zhang2020-07-101-1/+1
| * RDMA/counter: Only bind user QPs in auto modeMark Zhang2020-07-101-1/+1
| * RDMA/counter: Add PID category support in auto modeMark Zhang2020-07-101-15/+5
* | RDMA/counter: Query a counter before releaseMark Zhang2020-06-221-1/+3
|/
* RDMA/counter: Prevent auto-binding a QP which are not tracked with resMark Zhang2019-12-121-0/+3
* RDMA/core: Check that process is still alive before sending it to the usersLeon Romanovsky2019-10-231-2/+12
* RDMA/restrack: Remove PID namespace supportLeon Romanovsky2019-10-231-14/+0
* RDMA/counter: Prevent QP counter manual binding in auto modeMark Zhang2019-10-011-1/+11
* Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-131-6/+4
|\
| * RDMA/counters: Properly implement PID checksLeon Romanovsky2019-08-201-5/+3
| * IB/core: Fix NULL pointer dereference when bind QP to counterIdo Kalir2019-08-201-1/+1
* | Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-211-0/+6
|\|
| * RDMA/counter: Prevent QP counter binding if counters unsupportedMark Zhang2019-08-071-0/+6
* | Merge branch 'wip/dl-for-rc' into wip/dl-for-nextDoug Ledford2019-07-291-4/+7
|\|
| * IB/counters: Always initialize the port counter objectParav Pandit2019-07-251-4/+4
| * IB/core: Fix querying total rdma statsParav Pandit2019-07-251-0/+3
* | RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit2019-07-251-4/+4
|/
* RDMA/nldev: Allow get counter mode through RDMA netlinkMark Zhang2019-07-051-0/+13
* RDMA/counter: Allow manual mode configuration supportMark Zhang2019-07-051-3/+216
* RDMA/core: Get sum value of all counters when perform a sysfs stat readMark Zhang2019-07-051-0/+89
* RDMA/netlink: Implement counter dumpit calbackMark Zhang2019-07-051-1/+25
* RDMA/counter: Add "auto" configuration mode supportMark Zhang2019-07-051-0/+221
* RDMA/counter: Add set/clear per-port auto mode supportMark Zhang2019-07-051-0/+74