summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* 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/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
* | RDMA/rxe: Cleanup init_send_wqeBob Pearson2021-02-081-23/+19
* | RDMA/rxe: Fix minor coding style issuesBob Pearson2021-02-082-7/+11
* | RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib2021-02-081-1/+1
* | RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson2021-02-084-35/+35
* | RDMA/rxe: Correct skb on loopback pathBob Pearson2021-02-051-0/+5
* | RDMA/rxe: Fix coding error in rxe_rcv_mcast_pktBob Pearson2021-02-051-6/+10
* | RDMA/rxe: Remove useless code in rxe_recv.cBob Pearson2021-02-051-2/+1
* | RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson2021-02-051-3/+8
* | RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problemLee Jones2021-01-281-1/+1
* | RDMA/sw/rdmavt/mad: Fix misspelling of 'rvt_process_mad()'s 'in_mad_size' paramLee Jones2021-01-281-1/+1
* | RDMA/sw/rdmavt/srq: Fix a couple of kernel-doc issuesLee Jones2021-01-281-3/+4
* | RDMA/rxe: Replace missing rxe_pool_get_index_lockedBob Pearson2021-01-281-7/+14
* | RDMA/rxe: Remove unneeded pool->stateBob Pearson2021-01-282-43/+1
* | RDMA/rxe: Remove references to ib_device and poolBob Pearson2021-01-282-41/+2
* | RDMA/rxe: Remove RXE_POOL_ATOMICBob Pearson2021-01-282-6/+1
* | RDMA/rxe: Fix misleading comments and namesBob Pearson2021-01-283-43/+42
* | RDMA/rxe: Fix bug in rxe_alloc()Bob Pearson2021-01-281-6/+35
* | RDMA/sw/rdmavt/qp: Fix a bunch of kernel-doc misdemeanoursLee Jones2021-01-221-14/+20
* | RDMA/sw/rdmavt/mr: Fix some issues related to formatting and missing descript...Lee Jones2021-01-221-10/+11
* | RDMA/sw/rdmavt/mcast: Demote incomplete kernel-doc headerLee Jones2021-01-221-1/+1
* | RDMA/sw/rdmavt/mad: Fix 'rvt_process_mad()'s documentation headerLee Jones2021-01-221-2/+5
* | RDMA/sw/rdmavt/cq: Demote hardly complete kernel-doc headerLee Jones2021-01-221-1/+1
* | RDMA/sw/rdmavt/vt: Fix formatting issue and update description for 'context'Lee Jones2021-01-221-1/+1
* | RDMA/rxe: Fix race in rxe_mcast.cBob Pearson2021-01-121-24/+40
* | RDMA/rxe: Add unlocked versions of pool APIsBob Pearson2021-01-122-26/+97
* | RDMA/rxe: Make add/drop key/index APIs type safeBob Pearson2021-01-123-22/+28
* | RDMA/rxe: Make pool lookup and alloc APIs type safeBob Pearson2021-01-121-17/+38
* | RDMA/rxe: Add elem_offset field to rxe_type_infoBob Pearson2021-01-122-0/+11
* | RDMA/rxe: Let pools support both keys and indicesBob Pearson2021-01-122-47/+58
* | RDMA/rxe: Remove unneeded RXE_POOL_ATOMIC flagBob Pearson2021-01-121-1/+1
* | RDMA/rxe: Add check for supported QP typesXiao Yang2021-01-121-0/+11