aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-03RDMA/rxe: Protect user space index loads/storesBob Pearson1-51/+117
2021-06-03RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson5-13/+28
2021-05-20RDMA/rxe: Remove unused parameter udataLang Cheng3-3/+3
2021-05-17RDMA/rxe: Return CQE error if invalid lkey was suppliedLeon Romanovsky1-6/+10
2021-05-11RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky1-0/+7
2021-05-10RDMA/siw: Release xarray entryLeon Romanovsky1-1/+1
2021-05-10RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky1-6/+3
2021-04-27RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong1-2/+2
2021-04-21RDMA/rxe: Fix a bug in rxe_fill_ip_info()Bob Pearson1-1/+1
2021-04-08RDMA/rxe: Fix missing acks from responderBob Pearson2-11/+8
2021-03-31RDMA/rxe: Remove rxe_dma_device declarationKamal Heib1-1/+0
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson8-226/+218
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch9-56/+32
2021-03-22RDMA: Delete not-used static inline functionsLeon Romanovsky2-18/+0
2021-03-10RDMA/iwcm: Allow AFONLY binding for IPv6 addressesBernard Metzler1-2/+17
2021-03-05RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson1-32/+23
2021-03-05RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson1-24/+35
2021-03-05RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson1-1/+9
2021-03-01RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha1-0/+1
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe2-0/+8
2021-02-16RDMA/rxe: Remove unused pkt->offsetBob Pearson4-96/+90
2021-02-08RDMA/rxe: Cleanup init_send_wqeBob Pearson1-23/+19
2021-02-08RDMA/rxe: Fix minor coding style issuesBob Pearson2-7/+11
2021-02-08RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib1-1/+1
2021-02-08RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson4-35/+35
2021-02-05RDMA/rxe: Correct skb on loopback pathBob Pearson1-0/+5
2021-02-05RDMA/rxe: Fix coding error in rxe_rcv_mcast_pktBob Pearson1-6/+10
2021-02-05RDMA/rxe: Remove useless code in rxe_recv.cBob Pearson1-2/+1
2021-02-05RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson1-3/+8
2021-01-28RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problemLee Jones1-1/+1
2021-01-28RDMA/sw/rdmavt/mad: Fix misspelling of 'rvt_process_mad()'s 'in_mad_size' paramLee Jones1-1/+1
2021-01-28RDMA/sw/rdmavt/srq: Fix a couple of kernel-doc issuesLee Jones1-3/+4
2021-01-28RDMA/rxe: Replace missing rxe_pool_get_index_lockedBob Pearson1-7/+14
2021-01-28RDMA/rxe: Remove unneeded pool->stateBob Pearson2-43/+1
2021-01-28RDMA/rxe: Remove references to ib_device and poolBob Pearson2-41/+2
2021-01-28RDMA/rxe: Remove RXE_POOL_ATOMICBob Pearson2-6/+1
2021-01-28RDMA/rxe: Fix misleading comments and namesBob Pearson3-43/+42
2021-01-28RDMA/rxe: Fix bug in rxe_alloc()Bob Pearson1-6/+35
2021-01-22RDMA/sw/rdmavt/qp: Fix a bunch of kernel-doc misdemeanoursLee Jones1-14/+20
2021-01-22RDMA/sw/rdmavt/mr: Fix some issues related to formatting and missing descriptionsLee Jones1-10/+11
2021-01-22RDMA/sw/rdmavt/mcast: Demote incomplete kernel-doc headerLee Jones1-1/+1
2021-01-22RDMA/sw/rdmavt/mad: Fix 'rvt_process_mad()'s documentation headerLee Jones1-2/+5
2021-01-22RDMA/sw/rdmavt/cq: Demote hardly complete kernel-doc headerLee Jones1-1/+1
2021-01-22RDMA/sw/rdmavt/vt: Fix formatting issue and update description for 'context'Lee Jones1-1/+1
2021-01-20Revert "RDMA/rxe: Remove VLAN code leftovers from RXE"Martin Wilck2-0/+11
2021-01-12RDMA/rxe: Fix race in rxe_mcast.cBob Pearson1-24/+40
2021-01-12RDMA/rxe: Add unlocked versions of pool APIsBob Pearson2-26/+97
2021-01-12RDMA/rxe: Make add/drop key/index APIs type safeBob Pearson3-22/+28
2021-01-12RDMA/rxe: Make pool lookup and alloc APIs type safeBob Pearson1-17/+38
2021-01-12RDMA/rxe: Add elem_offset field to rxe_type_infoBob Pearson2-0/+11