summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorLines
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu-1/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-5992/+6077
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-60/+62
2020-08-05RDMA/mlx5: Fix flow destination setting for RDMA TX flow tableMichael Guralnik-2/+4
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-1/+5
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-18/+18
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-51/+38
2020-07-31RDMA/rxe: Remove pkey tableKamal Heib-77/+13
2020-07-31RDMA/umem: Add a schedule point in ib_umem_get()Eric Dumazet-0/+1
2020-07-30RDMA/hns: Fix the unneeded process when getting a general type of CQE errorXi Wang-0/+10
2020-07-30RDMA/hns: Fix error during modify qp RTS2RTSLang Cheng-1/+3
2020-07-30RDMA/hns: Delete unnecessary memset when allocating VF resourceLang Cheng-2/+0
2020-07-30RDMA/hns: Remove redundant parameters in set_rc_wqe()Weihang Li-13/+17
2020-07-30RDMA/hns: Remove support for HIP08_ALang Cheng-65/+47
2020-07-30RDMA/hns: Refactor hns_roce_v2_set_hem()Weihang Li-19/+26
2020-07-30RDMA/hns: Remove redundant hardware opcode definitionsLang Cheng-30/+14
2020-07-30RDMA/core: Free DIM memory in error unwindLeon Romanovsky-0/+1
2020-07-30RDMA/core: Stop DIM before destroying CQLeon Romanovsky-3/+10
2020-07-30RDMA/mlx5: Initialize QP mutex for the debug kernelsLeon Romanovsky-4/+1
2020-07-29IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn-32/+5
2020-07-29RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang-3/+0
2020-07-29RDMA/rtrs: remove WQ_MEM_RECLAIM for rtrs_wqJack Wang-2/+2
2020-07-29RDMA/rtrs-clt: add an additional random 8 seconds before reconnectingDanil Kipnis-2/+12
2020-07-29RDMA/mlx5: Allow providing extra scatter CQE QP flagLeon Romanovsky-9/+15
2020-07-29RDMA/cma: Execute rdma_cm destruction from a handler properlyJason Gunthorpe-90/+84
2020-07-29RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe-25/+6
2020-07-29RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe-26/+36
2020-07-29RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe-1/+5
2020-07-29RDMA/efa: Add EFA 0xefa1 PCI IDGal Pressman-2/+4
2020-07-29RDMA/efa: User/kernel compatibility handshake mechanismGal Pressman-0/+40
2020-07-29RDMA/efa: Expose minimum SQ sizeGal Pressman-2/+5
2020-07-29RDMA/efa: Expose maximum TX doorbell batchGal Pressman-0/+14
2020-07-29IB/srpt: use new shared CQ mechanismYamin Friedman-8/+10
2020-07-29IB/isert: use new shared CQ mechanismYamin Friedman-153/+34
2020-07-29IB/iser: use new shared CQ mechanismYamin Friedman-106/+29
2020-07-28RDMA/mlx5: Delete unreachable codeLeon Romanovsky-9/+4
2020-07-27qed: fix assignment of n_rq_elems to incorrect params fieldColin Ian King-1/+1
2020-07-27bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan-1/+1
2020-07-27RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng-1/+1
2020-07-27RDMA/mlx5: Fix prefetch memory leak if get_prefetchable_mr failsJason Gunthorpe-3/+2
2020-07-27RDMA/cm: Add min length checks to user structure copiesJason Gunthorpe-0/+4
2020-07-27Merge branch 'mlx5_uar' into rdma.git /for-nextJason Gunthorpe-29/+57
2020-07-27RDMA/mlx5: Set mkey relaxed ordering by UMR with ConnectX-7Meir Lichtinger-11/+42
2020-07-27RDMA/mlx5: Use MLX5_SET macro instead of local structureMeir Lichtinger-19/+16
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-21/+49
2020-07-24IB/hfi1: Use fallthrough pseudo-keywordGustavo A. R. Silva-60/+41
2020-07-24RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky-1/+1
2020-07-24RDMA/uverbs: Remove redundant assignmentsLeon Romanovsky-5/+5
2020-07-24RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb-1/+13
2020-07-24RDMA/core: Update write interface to use automatic object lifetimeLeon Romanovsky-207/+86