summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | RDMA/rxe: Move ICRC generation to a subroutineBob Pearson2021-07-167-64/+37
| * | RDMA/rxe: Fixup rxe_send and rxe_loopbackBob Pearson2021-07-162-16/+14
| * | RDMA/rxe: Move rxe_xmit_packet to a subroutineBob Pearson2021-07-162-43/+45
| * | RDMA/rxe: Move ICRC checking to a subroutineBob Pearson2021-07-163-21/+42
| * | RDMA/rxe: Remove the repeated 'mr->umem = umem'Xiao Yang2021-07-151-1/+0
| * | RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()Ira Weiny2021-07-151-11/+19
| * | RDMA/siw: Remove kmap()Ira Weiny2021-07-151-6/+8
* | | RDMA/rxe: Zero out index member of struct rxe_queueXiao Yang2021-08-201-1/+1
* | | RDMA/rxe: Fix memory allocation while in a spin lockBob Pearson2021-08-191-1/+1
| |/ |/|
* | RDMA/rxe: Restore setting tot_len in the IPv4 headerBob Pearson2021-08-021-0/+1
* | RDMA/rxe: Use the correct size of wqe when processing SRQBob Pearson2021-08-021-1/+1
* | RDMA/rxe: Fix memory leak in error path codeBob Pearson2021-07-151-10/+17
|/
* Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-035-8/+8
|\
| * treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-305-8/+8
* | RDMA/rxe: Missing unlock on error in get_srq_wqe()Dan Carpenter2021-06-251-0/+1
* | RDMA/rxe: Fix redundant skb_put_zeroBob Pearson2021-06-221-1/+1
* | RDMA/rxe: Fix extra copy in prepare_ack_packetBob Pearson2021-06-221-10/+3
* | RDMA/rxe: Fix over copying in get_srq_wqeBob Pearson2021-06-221-2/+8
* | RDMA/rxe: Fix extra copies in build_rdma_network_hdrBob Pearson2021-06-221-17/+12
* | RDMA/rxe: Fix redundant call to ip_send_checkBob Pearson2021-06-221-2/+0
* | RDMA/rxe: Fix useless copy in send_atomic_ackBob Pearson2021-06-221-4/+0
* | Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2021-06-223-13/+21
|\|
| * RDMA/rxe: Return CQE error if invalid lkey was suppliedLeon Romanovsky2021-05-171-6/+10
| * RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky2021-05-111-0/+7
| * RDMA/siw: Release xarray entryLeon Romanovsky2021-05-101-1/+1
| * RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky2021-05-101-6/+3
* | RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang2021-06-211-1/+1
* | RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky2021-06-213-5/+6
* | RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+1
* | RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2021-06-161-1/+1
* | RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-163-8/+5
* | RDMA/rxe: Disallow MR dereg and invalidate when boundBob Pearson2021-06-163-11/+26
* | RDMA/rxe: Implement memory access through MWsBob Pearson2021-06-164-15/+75
* | RDMA/rxe: Implement invalidate MW operationsBob Pearson2021-06-167-93/+199
* | RDMA/rxe: Add support for bind MW work requestsBob Pearson2021-06-166-5/+229
* | RDMA/rxe: Move local ops to subroutineBob Pearson2021-06-161-40/+63
* | RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASKBob Pearson2021-06-164-6/+5
* | RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson2021-06-167-11/+74
* | RDMA/rxe: Enable MW object poolBob Pearson2021-06-163-8/+13