summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun2023-06-211-4/+3
* RDMA/rxe: Removed unused name from rxe_task structBob Pearson2023-06-213-12/+5
* RDMA/rxe: Remove the unused variable objZhu Yanjun2023-06-213-7/+5
* RDMA/rxe: Fix packet length checksBob Pearson2023-06-211-0/+6
* RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa2023-05-111-3/+0
* RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova2023-05-111-2/+0
* RDMA/siw: Fix potential page_array out of range accessDaniil Dulov2023-05-111-1/+1
* RDMA/siw: Fix user page pinning accountingBernard Metzler2023-03-101-11/+12
* RDMA/siw: Fix pointer cast warningArnd Bergmann2022-12-311-1/+1
* RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu2022-12-311-3/+3
* RDMA/siw: Set defined status for work completion with undefined statusBernard Metzler2022-12-311-2/+2
* RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler2022-12-312-6/+58
* RDMA/rxe: Fix resize_finish() in rxe_queue.cBob Pearson2022-10-261-5/+7
* RDMA/siw: Fix QP destroy to wait for all references dropped.Bernard Metzler2022-10-263-1/+5
* RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.Bernard Metzler2022-10-261-12/+15
* RDMA/rxe: Fix the error caused by qp->skZhu Yanjun2022-10-261-2/+4
* RDMA/rxe: Fix "kernel NULL pointer dereference" errorZhu Yanjun2022-10-261-1/+3
* RDMA/siw: Pass a pointer to virt_to_page()Linus Walleij2022-09-151-4/+14
* RDMA/rxe: Limit the number of calls to each taskletBob Pearson2022-08-252-4/+18
* RDMA/rxe: Fix error unwind in rxe_create_qp()Zhu Yanjun2022-08-171-4/+8
* RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang2022-08-174-9/+0
* RDMA/rxe: Add memory barriers to kernel queuesBob Pearson2022-08-179-314/+189
* RDMA/rxe: For invalidate compare according to set keys in mrMd Haris Iqbal2022-08-172-7/+7
* RDMA/rxe: Fix mw bind to allow any consumer key portionBob Pearson2022-08-171-7/+0
* RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY eventCheng Xu2022-08-171-3/+4
* RDMA/rxe: Fix deadlock in rxe_do_local_ops()Bob Pearson2022-08-171-3/+5
* RDMA/rxe: Generate a completion for unsupported/invalid opcodeXiao Yang2022-06-091-1/+1
* IB/rdmavt: add missing locks in rvt_ruc_loopbackNiels Dossche2022-06-091-1/+5
* RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu2022-05-121-3/+4
* IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche2022-04-131-1/+5
* RDMA/rxe: Check the last packet by RXE_END_MASKXiao Yang2022-04-081-4/+6
* RDMA/siw: Fix broken RDMA Read Fence/Resume logic.Bernard Metzler2022-02-082-15/+12
* IB/rdmavt: Validate remote_addr during loopback atomic testsMike Marciniszyn2022-02-081-0/+2
* RDMA/siw: Fix refcounting leak in siw_create_qp()Dan Carpenter2022-02-081-1/+2
* RDMA/rxe: Fix a typo in opcode nameChengguang Xu2022-01-271-1/+1
* RDMA: Fix use-after-free in rxe_queue_cleanupPavel Skripkin2021-12-171-0/+1
* RDMA/rxe: Separate HW and SW l/rkeysBob Pearson2021-11-255-51/+81
* RDMA/rxe: Fix wrong port_cap_flagsJunji Wei2021-11-181-1/+1
* RDMA/rdmavt: Fix error code in rvt_create_qp()Dan Carpenter2021-10-131-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-0246-1596/+391
|\
| * Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-304-13/+21
| |\
| | * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-242-2/+2
| * | IB/rdmavt: Convert to SPDX identifierCai Huoqing2021-08-2529-1277/+59
| * | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-0310-125/+94
| * | RDMA/rdmavt: Decouple QP and SGE lists allocationsLeon Romanovsky2021-08-031-5/+8
| * | RDMA/rxe: Fix types in rxe_icrc.cBob Pearson2021-07-161-14/+14
| * | RDMA/rxe: Add kernel-doc comments to rxe_icrc.cBob Pearson2021-07-161-3/+29
| * | RDMA/rxe: Move crc32 init code to rxe_icrc.cBob Pearson2021-07-164-9/+22
| * | RDMA/rxe: Fixup rxe_icrc_hdrBob Pearson2021-07-162-4/+3
| * | RDMA/rxe: Move rxe_crc32 to a subroutineBob Pearson2021-07-162-21/+21