aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-201/+226
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe3-12/+20
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb1-1/+1
2021-08-20RDMA/rxe: Zero out index member of struct rxe_queueXiao Yang1-1/+1
2021-08-19RDMA/rxe: Fix memory allocation while in a spin lockBob Pearson1-1/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky3-29/+23
2021-08-02RDMA/rxe: Restore setting tot_len in the IPv4 headerBob Pearson1-0/+1
2021-08-02RDMA/rxe: Use the correct size of wqe when processing SRQBob Pearson1-1/+1
2021-07-16RDMA/rxe: Fix types in rxe_icrc.cBob Pearson1-14/+14
2021-07-16RDMA/rxe: Add kernel-doc comments to rxe_icrc.cBob Pearson1-3/+29
2021-07-16RDMA/rxe: Move crc32 init code to rxe_icrc.cBob Pearson4-9/+22
2021-07-16RDMA/rxe: Fixup rxe_icrc_hdrBob Pearson2-4/+3
2021-07-16RDMA/rxe: Move rxe_crc32 to a subroutineBob Pearson2-21/+21
2021-07-16RDMA/rxe: Move ICRC generation to a subroutineBob Pearson7-64/+37
2021-07-16RDMA/rxe: Fixup rxe_send and rxe_loopbackBob Pearson2-16/+14
2021-07-16RDMA/rxe: Move rxe_xmit_packet to a subroutineBob Pearson2-43/+45
2021-07-16RDMA/rxe: Move ICRC checking to a subroutineBob Pearson3-21/+42
2021-07-15RDMA/rxe: Fix memory leak in error path codeBob Pearson1-10/+17
2021-07-15RDMA/rxe: Remove the repeated 'mr->umem = umem'Xiao Yang1-1/+0
2021-06-25RDMA/rxe: Missing unlock on error in get_srq_wqe()Dan Carpenter1-0/+1
2021-06-22RDMA/rxe: Fix redundant skb_put_zeroBob Pearson1-1/+1
2021-06-22RDMA/rxe: Fix extra copy in prepare_ack_packetBob Pearson1-10/+3
2021-06-22RDMA/rxe: Fix over copying in get_srq_wqeBob Pearson1-2/+8
2021-06-22RDMA/rxe: Fix extra copies in build_rdma_network_hdrBob Pearson1-17/+12
2021-06-22RDMA/rxe: Fix redundant call to ip_send_checkBob Pearson1-2/+0
2021-06-22RDMA/rxe: Fix useless copy in send_atomic_ackBob Pearson1-4/+0
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2-6/+17
2021-06-21RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang1-1/+1
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe3-8/+5
2021-06-16RDMA/rxe: Disallow MR dereg and invalidate when boundBob Pearson3-11/+26
2021-06-16RDMA/rxe: Implement memory access through MWsBob Pearson4-15/+75
2021-06-16RDMA/rxe: Implement invalidate MW operationsBob Pearson7-93/+199
2021-06-16RDMA/rxe: Add support for bind MW work requestsBob Pearson6-5/+229
2021-06-16RDMA/rxe: Move local ops to subroutineBob Pearson1-40/+63
2021-06-16RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASKBob Pearson4-6/+5
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson7-11/+74
2021-06-16RDMA/rxe: Enable MW object poolBob Pearson3-8/+13
2021-06-16RDMA/rxe: Return errors for add index and keyBob Pearson2-20/+32
2021-06-16RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson2-3/+0
2021-06-03RDMA/rxe: Fix failure during driver loadKamal Heib1-3/+7
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson10-98/+305
2021-06-03RDMA/rxe: Protect user space index loads/storesBob Pearson1-51/+117
2021-06-03RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson5-13/+28
2021-05-20RDMA/rxe: Remove unused parameter udataLang Cheng3-3/+3
2021-05-17RDMA/rxe: Return CQE error if invalid lkey was suppliedLeon Romanovsky1-6/+10
2021-05-11RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky1-0/+7
2021-04-21RDMA/rxe: Fix a bug in rxe_fill_ip_info()Bob Pearson1-1/+1
2021-04-08RDMA/rxe: Fix missing acks from responderBob Pearson2-11/+8
2021-03-31RDMA/rxe: Remove rxe_dma_device declarationKamal Heib1-1/+0