summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5
AgeCommit message (Expand)AuthorFilesLines
2020-05-10IB/mlx5: Fix FW version diaplay in sysfsEran Ben Elisha1-1/+1
2020-05-10IB/mlx5: Fix RC transport send queue overhead computationLeon Romanovsky1-5/+7
2020-01-29IB/mlx5: Add missing XRC options to QP optional params maskJack Morgenstein1-0/+21
2019-08-25IB/mlx5: Make coding style more consistentDoug Ledford1-4/+2
2018-05-30RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failureLeon Romanovsky1-4/+1
2018-05-16IB/mlx5: Use unlimited rate when static rate is not supportedDanit Goldberg1-9/+9
2018-05-16RDMA/mlx5: Protect from shift operand overflowLeon Romanovsky1-0/+4
2018-03-18RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky1-1/+6
2017-12-16IB/mlx5: Assign send CQ and recv CQ of UMR QPMajd Dibbiny1-0/+2
2017-01-26IB/mlx5: Wait for all async command completions to completeEli Cohen1-0/+28
2016-11-26IB/mlx5: Fix fatal error dispatchingEli Cohen1-2/+5
2016-11-26IB/mlx5: Use cache line size to select CQE strideDaniel Jurgens1-2/+1
2016-08-20IB/mlx5: Return PORT_ERR in Active to Initializing tranisitionNoa Osherovich1-4/+1
2016-08-20IB/mlx5: Fix post send fence logicEli Cohen1-3/+4
2016-08-20IB/mlx5: Fix entries check in mlx5_ib_resize_cqNoa Osherovich1-2/+7
2016-08-20IB/mlx5: Fix returned values of query QPNoa Osherovich1-5/+9
2016-08-20IB/mlx5: Fix entries checks in mlx5_ib_create_cqNoa Osherovich1-1/+2
2016-05-19net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed1-2/+2
2016-05-05IB/mlx5: Expose correct max_sge_rd limitSagi Grimberg1-1/+1
2016-03-04IB/mlx5: Expose correct maximum number of CQE capacityLeon Romanovsky1-1/+1
2016-01-31net/mlx5_core: Fix trimming down IRQ numberDoron Tsur1-1/+1
2015-12-09IB/mlx5: Postpone remove_keys under knowledge of coming preemptionLeon Romanovsky1-1/+13
2015-11-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds5-222/+253
2015-10-29IB/mlx5: Remove old FRWR API supportSagi Grimberg5-149/+9
2015-10-29IB/mlx5: Support the new memory registration APISagi Grimberg5-0/+189
2015-10-29IB/mlx5: Remove dead fmr codeSagi Grimberg1-25/+0
2015-10-15mlx5: stop including <asm-generic/kmap_types.h>Christoph Hellwig1-1/+1
2015-10-08IB: remove xrc_remote_srq_num from struct ib_send_wrChristoph Hellwig1-1/+0
2015-10-08IB: split struct ib_send_wrChristoph Hellwig3-82/+90
2015-09-25IB/mlx5: Remove pa_lkey usagesSagi Grimberg3-62/+1
2015-09-25IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg1-9/+1
2015-09-03mlx5: Fix incorrect wc pkey_index assignment for GSI messagesSagi Grimberg3-6/+14
2015-09-03IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flowHaggai Eran1-12/+0
2015-08-31IB/mlx5: Remove ib_get_dma_mr callsJason Gunthorpe3-17/+2
2015-08-31mlx5: Drop mlx5_ib_alloc_fast_reg_mrSagi Grimberg3-47/+0
2015-08-31IB: Modify ib_create_mr APISagi Grimberg3-8/+16
2015-08-31IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg3-32/+13
2015-08-29mlx4, mlx5, mthca: Expose max_sge_rd correctlySagi Grimberg1-0/+1
2015-08-29IB/mlx5: Remove dead code from alloc_cached_mr()Roland Dreier1-3/+0
2015-08-29mlx5: Expose correct page_size_cap in device attributesSagi Grimberg1-1/+2
2015-08-29mlx5: Fix missing device local_dma_lkeySagi Grimberg1-1/+8
2015-07-14IB/mad: Remove improper use of BUG_ONIra Weiny1-2/+3
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-325/+808
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny2-2/+11
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny1-0/+1
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak1-2/+7
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-2/+4
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak3-5/+13
2015-06-12net/mlx5e: Fix HW MTU settingsSaeed Mahameed1-6/+2
2015-06-05mlx5: Enable mutual support for IB and EthernetHaggai Abramonvsky3-1/+25