summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-36/+9
|\
| * RDMA/rw: drop pci_p2pdma_[un]map_sg()Logan Gunthorpe2022-07-261-36/+9
* | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-051-6/+2
|\ \
| * | tracing/IB/hfi1: Use the new __vstring() helperSteven Rostedt (Google)2022-07-151-6/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-08-0478-982/+8247
|\ \ \
| * | | RDMA/ib_srpt: Unify checking rdma_cm_id condition in srpt_cm_req_recv()Li Zhijian2022-08-021-4/+4
| * | | RDMA/rxe: Fix error unwind in rxe_create_qp()Zhu Yanjun2022-08-021-4/+8
| * | | RDMA/mlx5: Add missing check for return value in get namespace flowMaor Gottlieb2022-08-021-4/+2
| * | | RDMA/rxe: Split qp state for requester and completerBob Pearson2022-08-024-3/+10
| * | | RDMA/rxe: Generate error completion for error requester QP stateLi Zhijian2022-08-021-1/+12
| * | | RDMA/rxe: Update wqe_index for each wqe error completionLi Zhijian2022-08-021-0/+2
| * | | RDMA/srpt: Fix a use-after-freeBart Van Assche2022-07-292-46/+94
| * | | RDMA/srpt: Introduce a reference count in struct srpt_deviceBart Van Assche2022-07-292-2/+17
| * | | RDMA/srpt: Duplicate port name membersBart Van Assche2022-07-292-6/+13
| * | | IB/qib: Fix repeated "in" within commentswangjianli2022-07-281-1/+1
| * | | Merge branch 'erdma' into rdma.git for-nextJason Gunthorpe2022-07-2715-7/+6420
| |\ \ \
| | * | | RDMA/erdma: Add driver to kernel build environmentCheng Xu2022-07-274-7/+25
| | * | | RDMA/erdma: Add the erdma moduleCheng Xu2022-07-271-0/+608
| | * | | RDMA/erdma: Add connection management (CM) supportCheng Xu2022-07-272-0/+1597
| | * | | RDMA/erdma: Add verbs implementationCheng Xu2022-07-273-0/+2231
| | * | | RDMA/erdma: Add verbs header fileCheng Xu2022-07-271-0/+342
| | * | | RDMA/erdma: Add event queue implementationCheng Xu2022-07-271-0/+329
| | * | | RDMA/erdma: Add cmdq implementationCheng Xu2022-07-271-0/+493
| | * | | RDMA/erdma: Add main include fileCheng Xu2022-07-271-0/+287
| | * | | RDMA/erdma: Add the hardware related definitionsCheng Xu2022-07-271-0/+508
| | | |/ | | |/|
| * | | RDMA/mlx5: Rename the mkey cache variables and functionsAharon Landau2022-07-274-37/+37
| * | | RDMA/mlx5: Store in the cache mkeys instead of mrsAharon Landau2022-07-272-129/+97
| * | | RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrsAharon Landau2022-07-272-18/+16
| * | | RDMA/mlx5: Replace cache list with XarrayAharon Landau2022-07-272-88/+152
| * | | RDMA/mlx5: Replace ent->lock with xa_lockAharon Landau2022-07-272-50/+47
| * | | Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"Li Zhijian2022-07-275-162/+104
| * | | RDMA/rxe: Replace __rxe_do_task by rxe_run_taskBob Pearson2022-07-221-2/+2
| * | | RDMA/rxe: Limit the number of calls to each taskletBob Pearson2022-07-222-4/+18
| * | | RDMA/rxe: Make the tasklet exits the sameBob Pearson2022-07-223-46/+60
| * | | RDMA/rxe: Fix rnr retry behaviorBob Pearson2022-07-224-3/+22
| * | | RDMA/rxe: Add rxe_is_fenced() subroutineBob Pearson2022-07-221-6/+31
| * | | RDMA/rxe: For invalidate compare according to set keys in mrMd Haris Iqbal2022-07-222-7/+7
| * | | IB: Fix repeated words 'the the' commentsSlark Xiao2022-07-223-3/+3
| * | | RDMA/rxe: Fix mw bind to allow any consumer key portionBob Pearson2022-07-211-7/+0
| * | | RDMA/rxe: Fix spelling mistake in error printZhang Jiaming2022-07-211-1/+1
| * | | RDMA/mlx5: Expose steering anchor to userspaceMark Bloch2022-07-192-5/+139
| * | | RDMA/mlx5: Refactor get flow table functionMark Bloch2022-07-191-10/+11
| * | | RDMA/rxe: Remove unused qp parameterXiao Yang2022-07-193-5/+5
| * | | IB/qib: Fix comment typoJason Wang2022-07-191-1/+1
| * | | RDMA/hfi1: fix potential memory leak in setup_base_ctxt()Jianglei Nie2022-07-191-1/+3
| * | | RDMA/rxe: Remove unused mask parameterlizhijian@fujitsu.com2022-07-181-3/+2
| * | | RDMA/rxe: Rename rxe_atomic_reply to atomic_replyXiao Yang2022-07-181-2/+2
| * | | RDMA/rxe: Add common rxe_prepare_res()Xiao Yang2022-07-181-39/+32
| * | | RDMA/rxe: Fix BUG: KASAN: null-ptr-deref in rxe_qp_do_cleanupZhu Yanjun2022-07-181-4/+6
| * | | RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY eventCheng Xu2022-07-181-3/+4