summaryrefslogtreecommitdiff
path: root/rdma/utils.c
Commit message (Expand)AuthorAgeFilesLines
* rdma/utils: fix some analyzer warningsStephen Hemminger2023-05-131-0/+10
* rdma: Add SRQ resource tracking informationNeta Ostrovsky2021-04-281-0/+5
* rdma: Add context resource tracking informationNeta Ostrovsky2021-04-281-0/+3
* Merge git://git.kernel.org/pub/scm/network/iproute2/iproute2-nextStephen Hemminger2021-02-231-20/+4
|\
| * rdma: Add support for the netlink extackPatrisious Haddad2021-01-101-20/+4
* | rdma: Fix statistics bind/unbing argument handlingIdo Kalir2021-02-221-0/+7
|/
* lib: json_print: Add print_on_off()Petr Machata2020-11-131-5/+0
* rdma: Add support to get QP in raw formatMaor Gottlieb2020-07-051-0/+20
* rdma: Rewrite custom JSON and prints logic to use common APIIdo Kalir2019-11-201-64/+54
* rdma: Control CQ adaptive moderation (DIM)Yamin Friedman2019-08-021-0/+6
* rdma: Make get_port_from_argv() returns valid port in strict port modeMark Zhang2019-07-191-2/+5
* rdma: Add rdma statistic counter per-port auto mode supportMark Zhang2019-07-191-0/+1
* rdma: Add get per-port counter mode supportMark Zhang2019-07-191-0/+2
* rdma: Add "stat qp show" supportMark Zhang2019-07-191-0/+7
* rdma: Add an option to query,set net namespace sharing sys parameterParav Pandit2019-05-311-0/+1
* rdma: add helper rd_sendrecv_msg()Steve Wise2019-04-031-0/+18
* rdma: Add the prefix for driver attributesLeon Romanovsky2019-02-271-12/+22
* rdma: Provide and reuse filter functionsLeon Romanovsky2019-02-241-4/+22
* rdma: Perform single .doit call to query specific objectsLeon Romanovsky2019-02-241-0/+20
* rdma: Properly mark RDMAtool licenseLeon Romanovsky2019-02-241-6/+1
* Merge branch 'iproute2-master' into iproute2-nextDavid Ahern2019-01-041-2/+2
|\
| * rdma: Fix incorrectly handled NLA validationLeon Romanovsky2018-12-311-2/+2
* | Revert "rdma: make local functions static"David Ahern2018-11-241-6/+6
* | Merge branch 'iproute2-master' into iproute2-nextDavid Ahern2018-11-241-6/+6
|\ \ | |/
| * rdma: make local functions staticStephen Hemminger2018-11-191-6/+6
* | rdma: Introduce command execution helper with required device nameLeon Romanovsky2018-11-021-0/+10
|/
* rdma: print driver resource attributesSteve Wise2018-05-181-0/+196
* rdma: Print net device name and index for RDMA deviceLeon Romanovsky2018-04-061-0/+2
* rdma: Ignore unknown netlink attributesLeon Romanovsky2018-04-041-1/+2
* rdma: Add MR resource tracking informationSteve Wise2018-04-011-0/+6
* rdma: Add CQ resource tracking informationSteve Wise2018-04-011-0/+5
* rdma: Add CM_ID resource tracking informationSteve Wise2018-04-011-0/+5
* rdma: Check return value of strdup callLeon Romanovsky2018-02-051-0/+4
* rdma: Add QP resource tracking informationLeon Romanovsky2018-02-051-0/+11
* rdma: Add resource tracking summaryLeon Romanovsky2018-02-051-0/+4
* rdma: Allow external usage of compare string routineLeon Romanovsky2018-02-051-1/+1
* rdma: Set pointer to device name positionLeon Romanovsky2018-02-051-0/+19
* rdma: Add filtering infrastructureLeon Romanovsky2018-02-051-0/+229
* rdma: Make visible the number of argumentsLeon Romanovsky2018-02-051-1/+1
* rdma: Add option to provide "-" sign for the port numberLeon Romanovsky2018-02-051-8/+42
* rdma: Move link execution logic to common codeLeon Romanovsky2017-12-271-0/+49
* rdma: Rename rd_free_devmap to be rd_freeLeon Romanovsky2017-12-271-1/+2
* rdma: Get rid of dev_map_free callLeon Romanovsky2017-12-271-10/+2
* rdma: Print supplied device name in case of wrong nameLeon Romanovsky2017-12-271-1/+1
* rdma: Move per-device handler function to generic codeLeon Romanovsky2017-12-271-0/+31
* rdma: Protect dev_map_lookup from wrong inputLeon Romanovsky2017-12-271-0/+3
* rdma: Reduce scope of _dev_map_lookup callLeon Romanovsky2017-12-271-1/+1
* rdma: Add json output to link objectLeon Romanovsky2017-08-211-8/+0
* rdma: Add link objectLeon Romanovsky2017-08-211-0/+5
* rdma: Add dev objectLeon Romanovsky2017-08-211-1/+53