summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mad.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Fix port number for counter query in multi-port configurationMichael Guralnik2024-04-081-1/+2
* IB/mlx5: Expose XDR speed through MADOr Har-Toov2023-09-261-0/+13
* RDMA/mlx: Remove unnecessary variable initializationsRuan Jinjie2023-07-311-20/+20
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2022-09-281-2/+23
|\
| * RDMA/mlx5: Move function mlx5_core_query_ib_ppcnt() to mlx5_ibChris Mi2022-09-051-2/+23
* | RDMA/mlx5: Set local port to one when accessing countersChris Mi2022-09-051-0/+6
|/
* IB/mlx5: Expose NDR speed through MADMaher Sanalla2022-01-051-0/+5
* RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky2022-01-051-9/+9
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-8/+8
* IB/mlx5: Use rdma_for_each_port for port iterationParav Pandit2021-02-051-1/+1
* IB/mlx5: Avoid calling query device for reading pkey table lengthParav Pandit2021-02-051-1/+1
* IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_devParav Pandit2021-02-051-4/+4
* IB/mlx5: Make function staticParav Pandit2021-01-191-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+1
* net/mlx5: Update vport.c to new cmd interfaceLeon Romanovsky2020-04-231-2/+2
* net/mlx5: Delete not-used cmd headerLeon Romanovsky2020-04-191-1/+0
* RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-121-14/+10
* RDMA/mlx5: Rewrite MAD processing logic to be readableLeon Romanovsky2019-11-061-61/+55
* RDMA/mad: Do not check MAD sizes in roce and ib driversLeon Romanovsky2019-11-061-4/+0
* RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky2019-11-061-2/+0
* IB/mlx5: Fixed reporting counters on 2nd port for Dual port RoCEParav Pandit2019-07-031-24/+36
* RDMA/mad: Reduce MAD scope to mlx5_ib onlyLeon Romanovsky2019-01-151-4/+7
* IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia2018-12-111-5/+0
* IB/mlx5: Add 2X width support to query_portMichael Guralnik2018-12-111-1/+5
* IB/mlx5: Add HDR speed support to query portMichael Guralnik2018-12-111-0/+5
* IB/mlx5: Report CapabilityMask2 in ib_query_portMichael Guralnik2018-12-111-0/+4
* IB/mlx5: Route MADs for dual port RoCEDaniel Jurgens2018-01-081-7/+14
* IB/mlx5: Reduce the use of num_port capabilityDaniel Jurgens2018-01-081-1/+1
* IB/mlx5: Fix some spelling mistakesTalat Batheesh2017-08-241-1/+1
* Add OPA extended LID supportHiatt, Don2017-08-181-1/+1
* IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don2017-08-081-1/+1
* {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-2/+2
* IB/mlx5: Add port_xmit_wait to counter registers readTim Wright2017-05-011-0/+2
* IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-1/+1
* IB/mlx5: Add additional checks before processing MADsMaor Gottlieb2017-02-141-0/+12
* IB/{core,hw}: Add constant for node_descYuval Shaia2016-10-071-1/+1
* IB/mlx5: Fix wrong naming of port_rcv_data counterTalat Batheesh2016-06-231-1/+1
* net/mlx5_core: Add VF param when querying vport counterEli Cohen2016-03-211-1/+1
* IB/mlx5: Modify MAD reading counters method to use counter registersMeny Yossefi2016-03-011-11/+155
* IB/mad: Remove improper use of BUG_ONIra Weiny2015-07-141-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-1/+298
|\
| * IB/mlx5: Avoid using the MAD_IFC command under ISSI > 0 modeMajd Dibbiny2015-06-041-0/+297
| * net/mlx5_core: New device capabilities handlingSaeed Mahameed2015-05-301-1/+1
* | IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-121-1/+8
* | IB/core cleanup: Add const on args - device->process_madIra Weiny2015-06-021-4/+4
|/
* IB/mlx5: Fix Mellanox copyright noteSaeed Mahameed2015-04-021-1/+1
* net/mlx5_core: Update device capabilities handlingEli Cohen2014-10-031-1/+1
* mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein2014-07-301-1/+1
* mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein2014-07-301-2/+2
* mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen2013-07-081-0/+139