aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
AgeCommit message (Expand)AuthorFilesLines
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: Remove the repeated 'mr->umem = umem'Xiao Yang1-1/+0
2021-07-15RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()Ira Weiny1-11/+19
2021-07-15RDMA/siw: Remove kmap()Ira Weiny1-6/+8
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds5-8/+8
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches5-8/+8
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 Gunthorpe3-13/+21
2021-06-21RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang1-1/+1
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky3-5/+6
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason 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-05-10RDMA/siw: Release xarray entryLeon Romanovsky1-1/+1
2021-05-10RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky1-6/+3
2021-04-27RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong1-2/+2
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
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson8-226/+218
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch9-56/+32
2021-03-22RDMA: Delete not-used static inline functionsLeon Romanovsky2-18/+0