summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5
AgeCommit message (Expand)AuthorFilesLines
2020-02-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-191/+415
2020-01-30RDMA/core: Make the entire API tree staticJason Gunthorpe2-6/+3
2020-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds9-117/+189
2020-01-25IB/mlx5: Return the administrative GUID if existsDanit Goldberg1-16/+12
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe9-113/+183
2020-01-21Merge tag 'rds-odp-for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller9-113/+183
2020-01-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sae...Saeed Mahameed1-4/+6
2020-01-17net/mlx5: Refactor mlx5_create_auto_grouped_flow_tablePaul Blakey1-4/+6
2020-01-16IB/mlx5: Expose RoCE accelerator countersAvihai Horon1-0/+18
2020-01-16RDMA/mlx5: Set relaxed ordering when requestedMichael Guralnik4-5/+23
2020-01-16RDMA/mlx5: Fix handling of IOVA != user_va in ODP pathsJason Gunthorpe2-6/+15
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-16IB/mlx5: Add ODP WQE handlers for kernel QPsMoni Shoua3-70/+117
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua7-19/+18
2020-01-13RDMA/mlx5: Simplify devx async commandsJason Gunthorpe1-14/+10
2020-01-13RDMA/core: Simplify destruction of FD uobjectsJason Gunthorpe1-63/+48
2020-01-13RDMA/mlx5: Use RCU and direct refcounts to keep memory aliveJason Gunthorpe1-17/+17
2020-01-13IB/mlx5: Add mmap support for VARYishai Hadas1-1/+4
2020-01-13IB/mlx5: Introduce VAR object and its alloc/destroy methodsYishai Hadas2-0/+164
2020-01-13IB/mlx5: Extend caps stage to handle VAR capabilitiesYishai Hadas2-2/+48
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar1-1/+1
2020-01-08IB/mlx5: Do reverse sequence during device removalParav Pandit1-0/+2
2020-01-04RDMA/mlx5: use true,false for bool variablezhengbin2-3/+3
2020-01-04IB/mlx5: Unify ODP MR code paths to allow extra flexibilityArtemy Kovalyov4-67/+67
2020-01-03IB/mlx5: Fix outstanding_pi index for GSI qpsPrabhath Sajeepa1-2/+1
2019-12-13IB/mlx5: Fix device memory flowsYishai Hadas4-52/+105
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-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds3-33/+27
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-55/+16
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16-745/+1156
2019-11-25Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe5-22/+51
2019-11-24RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe3-33/+27
2019-11-22IB/mlx5: Implement callbacks for getting VFs GUID attributesDanit Goldberg3-0/+28
2019-11-19IB/mlx5: Support extended number of strides for Striding RQMark Zhang3-12/+43
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig6-8/+8
2019-11-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed3-22/+23
2019-11-13IB/mlx5: Support flow counters offset for bulk countersYevgeny Kliteynik3-4/+42
2019-11-13RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2-17/+12
2019-11-11IB/mlx5: Load profile according to RoCE enablement stateMichael Guralnik1-12/+13
2019-11-11IB/mlx5: Rename profile and init methodsMichael Guralnik3-9/+9
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-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-Hartman2-55/+16
2019-11-02IB/mlx5: Introduce and use mlx5_core_is_vf()Parav Pandit1-1/+1
2019-10-31IB/mlx5: Test write combining supportMichael Guralnik4-3/+223
2019-10-31RDMA/mlx5: Return proper error valueLeon Romanovsky1-1/+1