summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-011-1/+1
|\
| * RDMA/rdmavt: Fix error code in rvt_create_qp()Dan Carpenter2021-10-131-1/+1
* | RDMA/rxe: Make rxe_type_info static constJoe Perches2021-10-282-24/+18
* | RDMA/rxe: Use 'bitmap_zalloc()' when applicableChristophe JAILLET2021-10-281-6/+2
* | RDMA/rxe: Save a few bytes from struct rxe_poolChristophe JAILLET2021-10-282-2/+0
* | RDMA/rxe: Convert kernel UD post send to use ah_numBob Pearson2021-10-121-6/+3
* | RDMA/rxe: Lookup kernel AH from ah index in UD WQEsBob Pearson2021-10-122-4/+24
* | RDMA/rxe: Replace ah->pd by ah->ibah.pdBob Pearson2021-10-121-1/+5
* | RDMA/rxe: Create AH index and return to user spaceBob Pearson2021-10-122-1/+32
* | RDMA/rxe: Change AH objects to indexedBob Pearson2021-10-122-2/+6
* | RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wrBob Pearson2021-10-122-2/+3
* | RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-121-3/+1
* | RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-21/+21
* | RDMA/rxe: Remove duplicate settingsXiao Yang2021-10-061-4/+0
* | RDMA/rxe: Set partial attributes when completion status != IBV_WC_SUCCESSXiao Yang2021-10-061-20/+25
* | RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang2021-10-062-3/+2
* | RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang2021-10-064-9/+0
* | RDMA/rxe: Bump up default maximum values used via uverbsRao Shoaib2021-10-041-14/+16
* | RDMA/rxe: Remove unused WR_READ_WRITE_OR_SEND_MASKXiao Yang2021-09-281-1/+0
* | RDMA/rxe: Add MASK suffix for RXE_READ_OR_ATOMIC and RXE_WRITE_OR_SENDXiao Yang2021-09-283-6/+6
* | RDMA/rxe: Add new RXE_READ_OR_WRITE_MASKXiao Yang2021-09-282-2/+3
* | RDMA/rxe: Only allow invalidate for appropriate MRsBob Pearson2021-09-241-0/+6
* | RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson2021-09-245-102/+161
* | RDMA/rxe: Separate HW and SW l/rkeysBob Pearson2021-09-245-51/+81
* | RDMA/rxe: Cleanup MR status and type enumsBob Pearson2021-09-242-16/+13
* | RDMA/rxe: Add memory barriers to kernel queuesBob Pearson2021-09-249-314/+189
* | RDMA/rxe: remove the unnecessary variableZhu Yanjun2021-09-142-3/+0
* | RDMA/rxe: remove the redundant variableZhu Yanjun2021-09-141-4/+1
* | RDMA/rxe: Fix wrong port_cap_flagsJunji Wei2021-09-141-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
| * | 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