summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-49/+216
2020-03-29Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-0/+1
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2020-03-27Merge branch 'mlx5_tx_steering' into rdma.git for-nextJason Gunthorpe1-0/+7
2020-03-27RDMA/mlx5: Add support for RDMA TX flow tableMichael Guralnik1-0/+7
2020-03-27IB/mlx5: Move to fully dynamic UAR mode once user space supports itYishai Hadas1-1/+12
2020-03-27IB/mlx5: Expose UAR object and its alloc/destroy commandsYishai Hadas1-9/+163
2020-03-24IB/mlx5: Generally use the WC auto detection test resultYishai Hadas1-12/+4
2020-03-13Merge branch 'mlx5_mr_cache' into rdma.git for-nextJason Gunthorpe1-0/+1
2020-03-13RDMA/mlx5: Replace spinlock protected write with atomic varSaeed Mahameed1-1/+1
2020-03-13{IB,net}/mlx5: Assign mkey variant in mlx5_ib onlySaeed Mahameed1-0/+1
2020-03-13RDMA/mlx5: Use offsetofend() instead of duplicated variantLeon Romanovsky1-21/+21
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller1-1/+2
2020-03-10IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloadsAlex Vesker1-4/+2
2020-03-10RDMA/mlx5: Fix the number of hwcounters of a dynamic counterMark Zhang1-2/+3
2020-03-10Merge branch 'mlx5_packet_pacing' into rdma.git for-nextJason Gunthorpe1-0/+1
2020-03-10IB/mlx5: Introduce UAPIs to manage packet pacingYishai Hadas1-0/+1
2020-03-04IB/mlx5: Fix missing congestion control debugfs on rep rdma deviceParav Pandit1-0/+3
2020-03-04IB/mlx5: Optimize u64 division on 32-bit archesAlexander Lobakin1-1/+2
2020-02-19net/mlx5: E-Switch, Move source port on reg_c0 to the upper 16 bitsPaul Blakey1-1/+2
2020-02-14IB/mlx5: Use div64_u64 for num_var_hw_entries calculationJason Gunthorpe1-1/+1
2020-02-13RDMA/mlx5: Prevent overflow in mmap offset calculationsLeon Romanovsky1-2/+2
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+219
2020-01-30RDMA/core: Make the entire API tree staticJason Gunthorpe1-2/+0
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-22/+39
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe1-18/+33
2020-01-21Merge tag 'rds-odp-for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-18/+33
2020-01-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sae...Saeed Mahameed1-4/+6
2020-01-16net/mlx5: Refactor mlx5_create_auto_grouped_flow_tablePaul Blakey1-4/+6
2020-01-16IB/mlx5: Expose RoCE accelerator countersAvihai Horon1-0/+18
2020-01-16IB/mlx5: Mask out unsupported ODP capabilities for kernel QPsMoni Shoua1-0/+17
2020-01-16RDMA/mlx5: Don't fake udata for kernel pathLeon Romanovsky1-18/+16
2020-01-12IB/mlx5: Add mmap support for VARYishai Hadas1-1/+4
2020-01-12IB/mlx5: Introduce VAR object and its alloc/destroy methodsYishai Hadas1-0/+157
2020-01-12IB/mlx5: Extend caps stage to handle VAR capabilitiesYishai Hadas1-2/+38
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar1-1/+1
2020-01-07IB/mlx5: Do reverse sequence during device removalParav Pandit1-0/+2
2019-12-12IB/mlx5: Fix device memory flowsYishai Hadas1-41/+79
2019-12-12IB/mlx5: Fix steering rule of drop and countMaor Gottlieb1-7/+6
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar1-1/+1
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-47/+15
2019-11-25Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe1-20/+22
2019-11-22IB/mlx5: Implement callbacks for getting VFs GUID attributesDanit Goldberg1-0/+1
2019-11-19IB/mlx5: Support extended number of strides for Striding RQMark Zhang1-2/+8
2019-11-11IB/mlx5: Load profile according to RoCE enablement stateMichael Guralnik1-12/+13
2019-11-11IB/mlx5: Rename profile and init methodsMichael Guralnik1-7/+7
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon1-3/+5
2019-11-04IB: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-47/+15
2019-11-01IB/mlx5: Introduce and use mlx5_core_is_vf()Parav Pandit1-1/+1
2019-10-31IB/mlx5: Test write combining supportMichael Guralnik1-1/+14