aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe1-1/+1
2021-10-28RDMA/rxe: Make rxe_type_info static constJoe Perches2-24/+18
2021-10-28RDMA/rxe: Use 'bitmap_zalloc()' when applicableChristophe JAILLET1-6/+2
2021-10-28RDMA/rxe: Save a few bytes from struct rxe_poolChristophe JAILLET2-2/+0
2021-10-13RDMA/rdmavt: Fix error code in rvt_create_qp()Dan Carpenter1-1/+1
2021-10-12RDMA/rxe: Convert kernel UD post send to use ah_numBob Pearson1-6/+3
2021-10-12RDMA/rxe: Lookup kernel AH from ah index in UD WQEsBob Pearson2-4/+24
2021-10-12RDMA/rxe: Replace ah->pd by ah->ibah.pdBob Pearson1-1/+5
2021-10-12RDMA/rxe: Create AH index and return to user spaceBob Pearson2-1/+32
2021-10-12RDMA/rxe: Change AH objects to indexedBob Pearson2-2/+6
2021-10-12RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wrBob Pearson2-2/+3
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-3/+1
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-21/+21
2021-10-06RDMA/rxe: Remove duplicate settingsXiao Yang1-4/+0
2021-10-06RDMA/rxe: Set partial attributes when completion status != IBV_WC_SUCCESSXiao Yang1-20/+25
2021-10-06RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang2-3/+2
2021-10-06RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang4-9/+0
2021-10-04RDMA/rxe: Bump up default maximum values used via uverbsRao Shoaib1-14/+16
2021-09-28RDMA/rxe: Remove unused WR_READ_WRITE_OR_SEND_MASKXiao Yang1-1/+0
2021-09-28RDMA/rxe: Add MASK suffix for RXE_READ_OR_ATOMIC and RXE_WRITE_OR_SENDXiao Yang3-6/+6
2021-09-28RDMA/rxe: Add new RXE_READ_OR_WRITE_MASKXiao Yang2-2/+3
2021-09-24RDMA/rxe: Only allow invalidate for appropriate MRsBob Pearson1-0/+6
2021-09-24RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson5-102/+161
2021-09-24RDMA/rxe: Separate HW and SW l/rkeysBob Pearson5-51/+81
2021-09-24RDMA/rxe: Cleanup MR status and type enumsBob Pearson2-16/+13
2021-09-24RDMA/rxe: Add memory barriers to kernel queuesBob Pearson9-314/+189
2021-09-14RDMA/rxe: remove the unnecessary variableZhu Yanjun2-3/+0
2021-09-14RDMA/rxe: remove the redundant variableZhu Yanjun1-4/+1
2021-09-14RDMA/rxe: Fix wrong port_cap_flagsJunji Wei1-1/+1
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds46-1596/+391
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe4-13/+21
2021-08-25IB/rdmavt: Convert to SPDX identifierCai Huoqing29-1277/+59
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2-2/+2
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 Romanovsky10-125/+94
2021-08-03RDMA/rdmavt: Decouple QP and SGE lists allocationsLeon Romanovsky1-5/+8
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