aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-27bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan1-1/+1
2020-07-27RDMA/mlx5: Fix prefetch memory leak if get_prefetchable_mr failsJason Gunthorpe1-3/+2
2020-07-27Merge branch 'mlx5_uar' into rdma.git /for-nextJason Gunthorpe2-29/+57
2020-07-27RDMA/mlx5: Set mkey relaxed ordering by UMR with ConnectX-7Meir Lichtinger2-11/+42
2020-07-27RDMA/mlx5: Use MLX5_SET macro instead of local structureMeir Lichtinger2-19/+16
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-18/+44
2020-07-24IB/hfi1: Use fallthrough pseudo-keywordGustavo A. R. Silva11-60/+41
2020-07-24RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb1-0/+9
2020-07-24RDMA/mlx5: Allow SQ modificationMaor Gottlieb1-10/+8
2020-07-22qed: add support for different page sizes for chainsAlexander Lobakin1-0/+2
2020-07-22qed: simplify chain allocation with init params structAlexander Lobakin2-57/+58
2020-07-21RDMA/mlx5: Prevent prefetch from racing with implicit destructionJason Gunthorpe1-3/+19
2020-07-20RDMA/bnxt_re: Change wr posting logic to accommodate variable wqesDevesh Sharma5-173/+398
2020-07-20RDMA/bnxt_re: Add helper data structuresDevesh Sharma2-0/+46
2020-07-20RDMA/bnxt_re: Pull psn buffer dynamically based on prodDevesh Sharma2-58/+74
2020-07-20RDMA/bnxt_re: introduce a function to allocate swqDevesh Sharma3-171/+207
2020-07-20RDMA/bnxt_re: introduce wqe mode to select execution pathDevesh Sharma4-17/+42
2020-07-20RDMA/qedr: Remove the query_pkey callbackKamal Heib2-3/+1
2020-07-20RDMA/i40iw: Remove the query_pkey callbackKamal Heib1-19/+0
2020-07-20RDMA/cxgb4: Remove the query_pkey callbackKamal Heib1-11/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook7-15/+15
2020-07-16RDMA/qedr: Add EDPM max size to alloc ucontext responseMichal Kalderon1-3/+6
2020-07-16RDMA/qedr: Add EDPM mode type for user-fw compatibilityMichal Kalderon2-3/+9
2020-07-16RDMA/usnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+2
2020-07-16IB/hfi1: Remove unnecessary fall-through markingsGustavo A. R. Silva1-13/+14
2020-07-16RDMA/qedr: SRQ's bug fixesYuval Basson2-14/+12
2020-07-16RDMA/mlx5: Init dest_type when create flowDaria Velikovsky1-1/+1
2020-07-16RDMA/hns: Fix wrong PBL offset when VA is not aligned to PAGE_SIZEXi Wang1-1/+1
2020-07-16RDMA/hns: Fix wrong assignment of lp_pktn_ini in QPCWeihang Li1-12/+22
2020-07-16RDMA/mlx5: Use xa_lock_irq when access to SRQ tableMaor Gottlieb1-2/+2
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-14/+44
2020-07-10RDMA/mlx5: Remove unused to_mibmr functionGal Pressman1-5/+0
2020-07-08RDMA/mlx5: Set PD pointers for the error flow unwindLeon Romanovsky1-1/+2
2020-07-08IB/mlx5: Fix 50G per lane indicationAya Levin1-1/+1
2020-07-07RDMA/mlx5: Delete one-time used functionsLeon Romanovsky1-277/+198
2020-07-07RDMA/mlx5: Cleanup DEVX initialization flowLeon Romanovsky4-54/+51
2020-07-07RDMA/mlx5: Separate flow steering logic from main.cLeon Romanovsky8-2557/+2579
2020-07-07RDMA/mlx5: Separate counters from main.cLeon Romanovsky9-709/+737
2020-07-07RDMA/mlx5: Separate restrack callbacks initialization from main.cLeon Romanovsky4-77/+46
2020-07-07RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver functionLeon Romanovsky2-13/+12
2020-07-07RDMA/hns: Optimize MTR level-0 addressing to access huge pageXi Wang4-132/+147
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky4-50/+26
2020-07-06RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky1-14/+6
2020-07-06RDMA/mlx5: Introduce UAPI to query PD attributesYishai Hadas4-1/+50
2020-07-06RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas1-0/+35
2020-07-06RDMA/mlx5: Refactor mlx5_ib_alloc_ucontext() responseYishai Hadas1-103/+93
2020-07-06IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas2-2/+0
2020-07-06RDMA/mlx5: Get XRCD number directly for the internal useLeon Romanovsky4-34/+23
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman17-18/+17
2020-07-03RDMA/mlx5: Introduce ODP prefetch counterMaor Gottlieb2-9/+13