summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)Author
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-08-03RDMA/rdmavt: Decouple QP and SGE lists allocationsLeon Romanovsky
2021-07-16RDMA/rxe: Fix types in rxe_icrc.cBob Pearson
2021-07-16RDMA/rxe: Add kernel-doc comments to rxe_icrc.cBob Pearson
2021-07-16RDMA/rxe: Move crc32 init code to rxe_icrc.cBob Pearson
2021-07-16RDMA/rxe: Fixup rxe_icrc_hdrBob Pearson
2021-07-16RDMA/rxe: Move rxe_crc32 to a subroutineBob Pearson
2021-07-16RDMA/rxe: Move ICRC generation to a subroutineBob Pearson
2021-07-16RDMA/rxe: Fixup rxe_send and rxe_loopbackBob Pearson
2021-07-16RDMA/rxe: Move rxe_xmit_packet to a subroutineBob Pearson
2021-07-16RDMA/rxe: Move ICRC checking to a subroutineBob Pearson
2021-07-15RDMA/rxe: Remove the repeated 'mr->umem = umem'Xiao Yang
2021-07-15RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()Ira Weiny
2021-07-15RDMA/siw: Remove kmap()Ira Weiny
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches
2021-06-25RDMA/rxe: Missing unlock on error in get_srq_wqe()Dan Carpenter
2021-06-22RDMA/rxe: Fix redundant skb_put_zeroBob Pearson
2021-06-22RDMA/rxe: Fix extra copy in prepare_ack_packetBob Pearson
2021-06-22RDMA/rxe: Fix over copying in get_srq_wqeBob Pearson
2021-06-22RDMA/rxe: Fix extra copies in build_rdma_network_hdrBob Pearson
2021-06-22RDMA/rxe: Fix redundant call to ip_send_checkBob Pearson
2021-06-22RDMA/rxe: Fix useless copy in send_atomic_ackBob Pearson
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe
2021-06-21RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe
2021-06-16RDMA/rxe: Disallow MR dereg and invalidate when boundBob Pearson
2021-06-16RDMA/rxe: Implement memory access through MWsBob Pearson
2021-06-16RDMA/rxe: Implement invalidate MW operationsBob Pearson
2021-06-16RDMA/rxe: Add support for bind MW work requestsBob Pearson
2021-06-16RDMA/rxe: Move local ops to subroutineBob Pearson
2021-06-16RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASKBob Pearson
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson
2021-06-16RDMA/rxe: Enable MW object poolBob Pearson
2021-06-16RDMA/rxe: Return errors for add index and keyBob Pearson
2021-06-16RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson
2021-06-03RDMA/rxe: Fix failure during driver loadKamal Heib
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson
2021-06-03RDMA/rxe: Protect user space index loads/storesBob Pearson
2021-06-03RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson
2021-05-20RDMA/rxe: Remove unused parameter udataLang Cheng
2021-05-17RDMA/rxe: Return CQE error if invalid lkey was suppliedLeon Romanovsky
2021-05-11RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky
2021-05-10RDMA/siw: Release xarray entryLeon Romanovsky
2021-05-10RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky
2021-04-27RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong
2021-04-21RDMA/rxe: Fix a bug in rxe_fill_ip_info()Bob Pearson