summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)Author
2022-01-04RDMA/rxe: Prevent double freeing rxe_map_set()Li Zhijian
2021-11-25RDMA: Fix use-after-free in rxe_queue_cleanupPavel Skripkin
2021-11-01Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe
2021-10-28RDMA/rxe: Make rxe_type_info static constJoe Perches
2021-10-28RDMA/rxe: Use 'bitmap_zalloc()' when applicableChristophe JAILLET
2021-10-28RDMA/rxe: Save a few bytes from struct rxe_poolChristophe JAILLET
2021-10-13RDMA/rdmavt: Fix error code in rvt_create_qp()Dan Carpenter
2021-10-12RDMA/rxe: Convert kernel UD post send to use ah_numBob Pearson
2021-10-12RDMA/rxe: Lookup kernel AH from ah index in UD WQEsBob Pearson
2021-10-12RDMA/rxe: Replace ah->pd by ah->ibah.pdBob Pearson
2021-10-12RDMA/rxe: Create AH index and return to user spaceBob Pearson
2021-10-12RDMA/rxe: Change AH objects to indexedBob Pearson
2021-10-12RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wrBob Pearson
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau
2021-10-06RDMA/rxe: Remove duplicate settingsXiao Yang
2021-10-06RDMA/rxe: Set partial attributes when completion status != IBV_WC_SUCCESSXiao Yang
2021-10-06RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang
2021-10-06RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang
2021-10-04RDMA/rxe: Bump up default maximum values used via uverbsRao Shoaib
2021-09-28RDMA/rxe: Remove unused WR_READ_WRITE_OR_SEND_MASKXiao Yang
2021-09-28RDMA/rxe: Add MASK suffix for RXE_READ_OR_ATOMIC and RXE_WRITE_OR_SENDXiao Yang
2021-09-28RDMA/rxe: Add new RXE_READ_OR_WRITE_MASKXiao Yang
2021-09-24RDMA/rxe: Only allow invalidate for appropriate MRsBob Pearson
2021-09-24RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson
2021-09-24RDMA/rxe: Separate HW and SW l/rkeysBob Pearson
2021-09-24RDMA/rxe: Cleanup MR status and type enumsBob Pearson
2021-09-24RDMA/rxe: Add memory barriers to kernel queuesBob Pearson
2021-09-14RDMA/rxe: remove the unnecessary variableZhu Yanjun
2021-09-14RDMA/rxe: remove the redundant variableZhu Yanjun
2021-09-14RDMA/rxe: Fix wrong port_cap_flagsJunji Wei
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