summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* 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
* | RDMA/rxe: Return errors for add index and keyBob Pearson2021-06-162-20/+32
* | RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson2021-06-162-3/+0
* | RDMA/rxe: Fix failure during driver loadKamal Heib2021-06-031-3/+7
* | RDMA/rxe: Protext kernel index from user spaceBob Pearson2021-06-0310-98/+305
* | RDMA/rxe: Protect user space index loads/storesBob Pearson2021-06-031-51/+117
* | RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson2021-06-035-13/+28
* | RDMA/rxe: Remove unused parameter udataLang Cheng2021-05-203-3/+3
|/
* RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong2021-04-271-2/+2
* RDMA/rxe: Fix a bug in rxe_fill_ip_info()Bob Pearson2021-04-211-1/+1
* RDMA/rxe: Fix missing acks from responderBob Pearson2021-04-082-11/+8
* RDMA/rxe: Remove rxe_dma_device declarationKamal Heib2021-03-311-1/+0
* RDMA/rxe: Split MEM into MR and MWBob Pearson2021-03-308-226/+218
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-269-56/+32
* RDMA: Delete not-used static inline functionsLeon Romanovsky2021-03-222-18/+0
* RDMA/iwcm: Allow AFONLY binding for IPv6 addressesBernard Metzler2021-03-101-2/+17
* RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson2021-03-051-32/+23
* RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson2021-03-051-24/+35
* RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson2021-03-051-1/+9
* RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha2021-03-011-0/+1
* Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe2021-02-182-0/+8
|\
| * Revert "RDMA/rxe: Remove VLAN code leftovers from RXE"Martin Wilck2021-01-202-0/+11
* | RDMA/rxe: Remove unused pkt->offsetBob Pearson2021-02-164-96/+90