aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-29RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe1-25/+6
2020-07-29RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe1-26/+36
2020-07-29RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe1-1/+5
2020-07-29RDMA/efa: Add EFA 0xefa1 PCI IDGal Pressman1-2/+4
2020-07-29RDMA/efa: User/kernel compatibility handshake mechanismGal Pressman1-0/+40
2020-07-29RDMA/efa: Expose minimum SQ sizeGal Pressman4-2/+5
2020-07-29RDMA/efa: Expose maximum TX doorbell batchGal Pressman4-0/+14
2020-07-29IB/srpt: use new shared CQ mechanismYamin Friedman2-8/+10
2020-07-29IB/isert: use new shared CQ mechanismYamin Friedman2-153/+34
2020-07-29IB/iser: use new shared CQ mechanismYamin Friedman2-106/+29
2020-07-28RDMA/mlx5: Delete unreachable codeLeon Romanovsky2-9/+4
2020-07-27RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng1-1/+1
2020-07-27Merge branch 'mlx5_uar' into rdma.git /for-nextJason Gunthorpe4-31/+67
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-24IB/hfi1: Use fallthrough pseudo-keywordGustavo A. R. Silva11-60/+41
2020-07-24RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky1-1/+1
2020-07-24RDMA/uverbs: Remove redundant assignmentsLeon Romanovsky1-5/+5
2020-07-24RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb3-1/+13
2020-07-24RDMA/core: Update write interface to use automatic object lifetimeLeon Romanovsky1-207/+86
2020-07-24RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky2-1/+10
2020-07-24RDMA/mlx5: Allow SQ modificationMaor Gottlieb1-10/+8
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-20RDMA/siw: Remove the query_pkey callbackKamal Heib3-11/+0
2020-07-20RDMA/core: Remove query_pkey from the mandatory opsKamal Heib1-1/+3
2020-07-20RDMA/core: Allocate the pkey cache only if the pkey_tbl_len is setKamal Heib1-16/+29
2020-07-20RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is setKamal Heib1-20/+41
2020-07-16RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queueMikhail Malygin1-1/+4
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-16IB/isert: allocate RW ctxs according to max IO sizeMax Gurtovoy2-3/+6
2020-07-16RDMA/mlx5: Init dest_type when create flowDaria Velikovsky1-1/+1
2020-07-16RDMA/rxe: Remove rxe_link_layer()Kamal Heib3-9/+1
2020-07-16RDMA/rxe: Return void from rxe_mem_init_dma()Kamal Heib3-23/+7
2020-07-16RDMA/rxe: Return void from rxe_init_port_param()Kamal Heib1-3/+1
2020-07-16RDMA/rxe: Drop pointless checks in rxe_init_portsKamal Heib1-3/+0
2020-07-15net/mlx5: Enable count action for rules with allow actionMichael Guralnik1-0/+1
2020-07-15net/mlx5: Support setting access rights of dma addressesEli Cohen1-2/+9
2020-07-10RDMA/counter: Allow manually bind QPs with different pids to same counterMark Zhang1-1/+1
2020-07-10RDMA/counter: Only bind user QPs in auto modeMark Zhang1-1/+1