summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)Author
2022-05-12RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu
2022-04-13IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche
2022-04-08RDMA/rxe: Check the last packet by RXE_END_MASKXiao Yang
2022-02-08RDMA/siw: Fix broken RDMA Read Fence/Resume logic.Bernard Metzler
2022-02-08IB/rdmavt: Validate remote_addr during loopback atomic testsMike Marciniszyn
2022-02-08RDMA/siw: Fix refcounting leak in siw_create_qp()Dan Carpenter
2022-01-27RDMA/rxe: Fix a typo in opcode nameChengguang Xu
2021-12-17RDMA: Fix use-after-free in rxe_queue_cleanupPavel Skripkin
2021-11-25RDMA/rxe: Separate HW and SW l/rkeysBob Pearson
2021-11-18RDMA/rxe: Fix wrong port_cap_flagsJunji Wei
2021-10-13RDMA/rdmavt: Fix error code in rvt_create_qp()Dan Carpenter
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