aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-2/+23
2022-09-05RDMA/mlx5: Move function mlx5_core_query_ib_ppcnt() to mlx5_ibChris Mi1-2/+23
2022-09-05RDMA/mlx5: Set local port to one when accessing countersChris Mi1-0/+6
2022-01-05IB/mlx5: Expose NDR speed through MADMaher Sanalla1-0/+5
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky1-9/+9
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-8/+8
2021-02-05IB/mlx5: Use rdma_for_each_port for port iterationParav Pandit1-1/+1
2021-02-05IB/mlx5: Avoid calling query device for reading pkey table lengthParav Pandit1-1/+1
2021-02-05IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_devParav Pandit1-4/+4
2021-01-19IB/mlx5: Make function staticParav Pandit1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+1
2020-04-23net/mlx5: Update vport.c to new cmd interfaceLeon Romanovsky1-2/+2
2020-04-19net/mlx5: Delete not-used cmd headerLeon Romanovsky1-1/+0
2019-11-12RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky1-14/+10
2019-11-06RDMA/mlx5: Rewrite MAD processing logic to be readableLeon Romanovsky1-61/+55
2019-11-06RDMA/mad: Do not check MAD sizes in roce and ib driversLeon Romanovsky1-4/+0
2019-11-06RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky1-2/+0
2019-07-03IB/mlx5: Fixed reporting counters on 2nd port for Dual port RoCEParav Pandit1-24/+36
2019-01-15RDMA/mad: Reduce MAD scope to mlx5_ib onlyLeon Romanovsky1-4/+7
2018-12-11IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia1-5/+0
2018-12-11IB/mlx5: Add 2X width support to query_portMichael Guralnik1-1/+5
2018-12-11IB/mlx5: Add HDR speed support to query portMichael Guralnik1-0/+5
2018-12-11IB/mlx5: Report CapabilityMask2 in ib_query_portMichael Guralnik1-0/+4
2018-01-08IB/mlx5: Route MADs for dual port RoCEDaniel Jurgens1-7/+14
2018-01-08IB/mlx5: Reduce the use of num_port capabilityDaniel Jurgens1-1/+1
2017-08-24IB/mlx5: Fix some spelling mistakesTalat Batheesh1-1/+1
2017-08-18Add OPA extended LID supportHiatt, Don1-1/+1
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don1-1/+1
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-2/+2
2017-05-01IB/mlx5: Add port_xmit_wait to counter registers readTim Wright1-0/+2
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-1/+1
2017-02-14IB/mlx5: Add additional checks before processing MADsMaor Gottlieb1-0/+12
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia1-1/+1
2016-06-23IB/mlx5: Fix wrong naming of port_rcv_data counterTalat Batheesh1-1/+1
2016-03-21net/mlx5_core: Add VF param when querying vport counterEli Cohen1-1/+1
2016-03-01IB/mlx5: Modify MAD reading counters method to use counter registersMeny Yossefi1-11/+155
2015-07-14IB/mad: Remove improper use of BUG_ONIra Weiny1-2/+3
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+298
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny1-1/+8
2015-06-04IB/mlx5: Avoid using the MAD_IFC command under ISSI > 0 modeMajd Dibbiny1-0/+297
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny1-4/+4
2015-05-30net/mlx5_core: New device capabilities handlingSaeed Mahameed1-1/+1
2015-04-02IB/mlx5: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2014-10-03net/mlx5_core: Update device capabilities handlingEli Cohen1-1/+1
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein1-1/+1
2014-07-30mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein1-2/+2
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+139