summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)Author
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe
2021-08-25IB/rdmavt: Convert to SPDX identifierCai Huoqing
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb
2021-08-20RDMA/rxe: Zero out index member of struct rxe_queueXiao Yang
2021-08-19RDMA/rxe: Fix memory allocation while in a spin lockBob Pearson
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-08-03RDMA/rdmavt: Decouple QP and SGE lists allocationsLeon Romanovsky
2021-08-02RDMA/rxe: Restore setting tot_len in the IPv4 headerBob Pearson
2021-08-02RDMA/rxe: Use the correct size of wqe when processing SRQBob Pearson
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: Fix memory leak in error path codeBob 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