aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2022-09-07RDMA/irdma: Report RNR NAK generation in device capsSindhu-Devale1-1/+4
2022-09-07RDMA/irdma: Use s/g array in post send only when its validSindhu-Devale1-1/+2
2022-09-07RDMA/irdma: Return correct WC error for bind operation failureSindhu-Devale1-1/+3
2022-09-07RDMA/irdma: Return error on MR deregister CQP failureSindhu-Devale2-6/+13
2022-09-07RDMA/irdma: Report the correct max cqes from query deviceSindhu-Devale1-1/+1
2022-09-05RDMA/mlx5: Fix UMR cleanup on error flow of driver initMaor Gottlieb2-0/+4
2022-09-05RDMA/mlx5: Set local port to one when accessing countersChris Mi1-0/+6
2022-09-05RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla1-1/+1
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas1-1/+1
2022-09-04RDMA/siw: Pass a pointer to virt_to_page()Linus Walleij1-4/+14
2022-09-01RDMA/srp: Set scmnd->result only when scmnd is not NULLyangx.jy@fujitsu.com1-1/+2
2022-08-30RDMA/hns: Remove the num_qpc_timer variableYixing Liu4-5/+3
2022-08-30RDMA/hns: Fix wrong fixed value of qp->rq.wqe_shiftWenpeng Liang1-5/+2
2022-08-30RDMA/hns: Fix supported page sizeChengchang Tang1-1/+1
2022-08-29RDMA/cma: Fix arguments order in net device validationMichael Guralnik1-2/+2
2022-08-28RDMA/irdma: Fix drain SQ hang with no completionShiraz Saleem1-1/+1
2022-08-21RDMA/rtrs-srv: Pass the correct number of entries for dma mapped SGLJack Wang1-7/+7
2022-08-21RDMA/rtrs-clt: Use the right sg_cnt after ib_dma_map_sgJack Wang1-4/+5
2022-08-16RDMA: Handle the return code from dma_resv_wait_timeout() properlyJason Gunthorpe1-1/+7
2022-08-16RDMA/erdma: Correct the max_qp and max_cq capacities of the deviceCheng Xu1-2/+2
2022-08-16RDMA/erdma: Using the key in FMR WR instead of MR structureCheng Xu1-1/+1
2022-08-16RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizePotnuri Bharat Teja1-16/+9
2022-08-16RDMA/mlx5: Use the proper number of portsMark Bloch1-18/+16
2022-08-16IB/iser: Fix login with authenticationSergey Gorenko1-1/+6
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-36/+9
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-6/+2
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds78-980/+8245
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-19/+37
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2022-08-02RDMA/ib_srpt: Unify checking rdma_cm_id condition in srpt_cm_req_recv()Li Zhijian1-4/+4
2022-08-02RDMA/rxe: Fix error unwind in rxe_create_qp()Zhu Yanjun1-4/+8
2022-08-02RDMA/mlx5: Add missing check for return value in get namespace flowMaor Gottlieb1-4/+2
2022-08-02RDMA/rxe: Split qp state for requester and completerBob Pearson4-3/+10
2022-08-02RDMA/rxe: Generate error completion for error requester QP stateLi Zhijian1-1/+12
2022-08-02RDMA/rxe: Update wqe_index for each wqe error completionLi Zhijian1-0/+2
2022-07-29RDMA/srpt: Fix a use-after-freeBart Van Assche2-46/+94
2022-07-29RDMA/srpt: Introduce a reference count in struct srpt_deviceBart Van Assche2-2/+17
2022-07-29RDMA/srpt: Duplicate port name membersBart Van Assche2-6/+13
2022-07-28IB/qib: Fix repeated "in" within commentswangjianli1-1/+1
2022-07-27Merge branch 'erdma' into rdma.git for-nextJason Gunthorpe15-7/+6420
2022-07-27RDMA/erdma: Add driver to kernel build environmentCheng Xu4-7/+25
2022-07-27RDMA/erdma: Add the erdma moduleCheng Xu1-0/+608
2022-07-27RDMA/erdma: Add connection management (CM) supportCheng Xu2-0/+1597
2022-07-27RDMA/erdma: Add verbs implementationCheng Xu3-0/+2231
2022-07-27RDMA/erdma: Add verbs header fileCheng Xu1-0/+342
2022-07-27RDMA/erdma: Add event queue implementationCheng Xu1-0/+329
2022-07-27RDMA/erdma: Add cmdq implementationCheng Xu1-0/+493
2022-07-27RDMA/erdma: Add main include fileCheng Xu1-0/+287
2022-07-27RDMA/erdma: Add the hardware related definitionsCheng Xu1-0/+508
2022-07-27RDMA/mlx5: Rename the mkey cache variables and functionsAharon Landau4-37/+37
2022-07-27RDMA/mlx5: Store in the cache mkeys instead of mrsAharon Landau2-129/+97
2022-07-27RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrsAharon Landau2-18/+16
2022-07-27RDMA/mlx5: Replace cache list with XarrayAharon Landau2-88/+152
2022-07-27RDMA/mlx5: Replace ent->lock with xa_lockAharon Landau2-50/+47
2022-07-27Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"Li Zhijian5-162/+104
2022-07-26RDMA/rw: drop pci_p2pdma_[un]map_sg()Logan Gunthorpe1-36/+9
2022-07-22RDMA/rxe: Replace __rxe_do_task by rxe_run_taskBob Pearson1-2/+2
2022-07-22RDMA/rxe: Limit the number of calls to each taskletBob Pearson2-4/+18
2022-07-22RDMA/rxe: Make the tasklet exits the sameBob Pearson3-46/+60
2022-07-22RDMA/rxe: Fix rnr retry behaviorBob Pearson4-3/+22
2022-07-22RDMA/rxe: Add rxe_is_fenced() subroutineBob Pearson1-6/+31
2022-07-22RDMA/rxe: For invalidate compare according to set keys in mrMd Haris Iqbal2-7/+7
2022-07-22IB: Fix repeated words 'the the' commentsSlark Xiao3-3/+3
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-52/+5
2022-07-21RDMA/rxe: Fix mw bind to allow any consumer key portionBob Pearson1-7/+0
2022-07-21RDMA/rxe: Fix spelling mistake in error printZhang Jiaming1-1/+1
2022-07-19RDMA/mlx5: Expose steering anchor to userspaceMark Bloch2-5/+139
2022-07-19RDMA/mlx5: Refactor get flow table functionMark Bloch1-10/+11
2022-07-19RDMA/rxe: Remove unused qp parameterXiao Yang3-5/+5
2022-07-19IB/qib: Fix comment typoJason Wang1-1/+1
2022-07-19RDMA/hfi1: fix potential memory leak in setup_base_ctxt()Jianglei Nie1-1/+3
2022-07-18RDMA/rxe: Remove unused mask parameterlizhijian@fujitsu.com1-3/+2
2022-07-18RDMA/rxe: Rename rxe_atomic_reply to atomic_replyXiao Yang1-2/+2
2022-07-18RDMA/rxe: Add common rxe_prepare_res()Xiao Yang1-39/+32
2022-07-18RDMA/rxe: Fix BUG: KASAN: null-ptr-deref in rxe_qp_do_cleanupZhu Yanjun1-4/+6
2022-07-18RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY eventCheng Xu1-3/+4
2022-07-18RDMA/hns: Recover 1bit-ECC error of RAM on chipHaoyue Xu3-2/+193
2022-07-18RDMA/hns: Refactor the abnormal interrupt handler functionHaoyue Xu1-12/+23
2022-07-18RDMA/hns: Fix incorrect clearing of interrupt status registerHaoyue Xu1-2/+2
2022-07-18RDMA/hns: Fix the wrong type of return value of the interrupt handlerHaoyue Xu1-13/+14
2022-07-18RDMA/hns: Remove unused abnormal interrupt of type RASHaoyue Xu2-11/+0
2022-07-18RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr()Jianglei Nie1-3/+5
2022-07-18RDMA/hfi1: Depend on !UMLEhab Ababneh1-1/+1
2022-07-18RDMA/irdma: Use the bitmap API to allocate bitmapsChristophe JAILLET1-5/+4
2022-07-18RDMA/rtrs-srv: Do not use mempool for page allocationJack Wang1-17/+6
2022-07-18RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline functionMd Haris Iqbal1-19/+16
2022-07-18RDMA/rtrs-srv: Use per-cpu variables for rdma statsSantosh Kumar Pradhan4-16/+42
2022-07-18RDMA/rtrs-clt: Use this_cpu_ API for statsSantosh Kumar Pradhan1-11/+3
2022-07-18RDMA/rtrs-srv: Fix modinfo output for stringifyJack Wang1-10/+11
2022-07-18RDMA: remove useless condition in siw_create_cq()Andrey Strachuk1-1/+1
2022-07-18RDMA/rtrs-clt: Use bitmap_empty()Christophe JAILLET1-5/+3
2022-07-18RDMA/rtrs-clt: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+3
2022-07-18RDMA/qib: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-18RDMA/irdma: Fix setting of QP context err_rq_idx_valid fieldMustafa Ismail1-11/+4
2022-07-18RDMA/irdma: Fix VLAN connection with wildcard addressMustafa Ismail1-5/+6
2022-07-18RDMA/irdma: Fix a window for use-after-freeMustafa Ismail1-1/+1
2022-07-18RDMA/irdma: Make resource distribution algorithm more QP orientedNayan Kumar2-7/+6
2022-07-18RDMA/irdma: Make CQP invalid state error non-criticalMustafa Ismail1-0/+1
2022-07-18RDMA/irdma: Add AE source to error logMustafa Ismail1-2/+2
2022-07-18RDMA/irdma: Add 2 level PBLE support for FMRMustafa Ismail2-4/+12
2022-07-17ipoib: switch to netif_napi_add_weight()Jakub Kicinski1-2/+4
2022-07-17IB/hfi1: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-07-17IB/hfi1: switch to netif_napi_add_tx()Jakub Kicinski1-3/+1
2022-07-17RDMA/qib: Use the bitmap API when applicableChristophe JAILLET1-15/+8
2022-07-15tracing/IB/hfi1: Use the new __vstring() helperSteven Rostedt (Google)1-6/+2
2022-07-11RDMA/irdma: Fix sleep from invalid context BUGMustafa Ismail1-50/+0
2022-07-11RDMA/irdma: Do not advertise 1GB page size for x722Mustafa Ismail4-2/+5
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-2/+1
2022-07-04IB: Fix spelling of 'writable'Zhang Jiaming3-4/+4
2022-07-04RDMA/rxe: Remove unnecessary include statementBob Pearson1-1/+0
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2022-06-30RDMA/rxe: Replace include statementBob Pearson1-3/+2
2022-06-30RDMA/rxe: Convert pr_warn/err to pr_debug in pyverbsBob Pearson2-7/+9
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+7
2022-06-30RDMA/rxe: Fix deadlock in rxe_do_local_ops()Bob Pearson1-3/+5
2022-06-30RDMA/rxe: Merge normal and retry atomic flowsBob Pearson3-46/+36
2022-06-30RDMA/rxe: Move atomic original value to resBob Pearson2-7/+8
2022-06-30RDMA/rxe: Move atomic responder res to atomic_replyBob Pearson1-22/+33
2022-06-30RDMA/rxe: Add a responder state for atomic replyBob Pearson1-6/+18
2022-06-30RDMA/rxe: Move code to rxe_prepare_atomic_res()Bob Pearson1-16/+27
2022-06-30RDMA/rxe: Convert read side locking to rcuBob Pearson1-15/+7
2022-06-30RDMA/rxe: Stop lookup of partially built objectsBob Pearson5-26/+135
2022-06-24RDMA/rxe: Remove useless pkt parametersXiao Yang1-16/+12
2022-06-24RDMA: Correct duplicated words in commentsJiang Jian2-2/+2
2022-06-24RDMA/cm: Fix memory leak in ib_cm_insert_listenMiaoqian Lin1-1/+3
2022-06-24IB/iser: Drain the entire QP during destruction flowMax Gurtovoy1-2/+4
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie1-2/+2
2022-06-16Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky2-18/+36
2022-06-16RDMA/rxe: fix xa_alloc_cycle() error return value check againDongliang Mu1-2/+2
2022-06-16RDMA/usnic: Use device_iommu_capable()Robin Murphy1-1/+1
2022-06-16RDMA/core: Add a netevent notifier to cmaPatrisious Haddad1-0/+81
2022-06-16RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and remote IPPatrisious Haddad2-12/+138
2022-06-13RDMA/mlx5: Support handling of modify-header pattern ICM areaYevgeny Kliteynik2-18/+36
2022-06-07RDMA/mlx5: Add a umr recovery flowAharon Landau3-11/+83
2022-06-07RDMA/hfi1: Fix typo in commentXiang wangx1-1/+1
2022-06-07RDMA/qedr: Fix reporting QP timeout attributeKamal Heib2-1/+4
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds80-1925/+1832
2022-05-26RDMA/rtrs-clt: Fix one kernel-doc commentYang Li1-1/+1
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-54/+54
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+3
2022-05-24RDMA/hfi1: Remove all traces of diagpkt supportDennis Dalessandro1-23/+0
2022-05-24RDMA/hfi1: Consolidate software versionsDennis Dalessandro2-18/+1
2022-05-24RDMA/hfi1: Remove pointless driver versionDennis Dalessandro2-21/+0
2022-05-24RDMA/hfi1: Fix potential integer multiplication overflow errorsDennis Dalessandro1-1/+1
2022-05-24RDMA/hfi1: Prevent panic when SDMA is disabledDouglas Miller1-0/+2
2022-05-24RDMA/hfi1: Prevent use of lock before it is initializedDouglas Miller1-5/+7
2022-05-24RDMA/rxe: Fix an error handling path in rxe_get_mcg()Christophe JAILLET1-2/+4
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe10-100/+101
2022-05-24IB/core: Fix typo in commentJulia Lawall1-1/+1
2022-05-24IB/hf1: Fix typo in commentJulia Lawall1-1/+1
2022-05-24IB/qib: Fix typo in commentJulia Lawall1-1/+1
2022-05-24IB/iser: Fix typo in commentJulia Lawall1-1/+1
2022-05-20RDMA/mlx4: Avoid flush_scheduled_work() usageTetsuo Handa3-8/+34
2022-05-20IB/isert: Avoid flush_scheduled_work() usageTetsuo Handa1-9/+16
2022-05-19RDMA/mlx5: Remove duplicate pointer assignment in mlx5_ib_alloc_implicit_mr()Daisuke Matsuda1-1/+0
2022-05-17RDMA/qedr: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi1-1/+0
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-96/+85
2022-05-12RDMA/hns: Use hr_reg_read() instead of remaining roce_get_xxx()Wenpeng Liang4-251/+101
2022-05-12RDMA/hns: Use hr_reg_xxx() instead of remaining roce_set_xxx()Wenpeng Liang2-266/+153
2022-05-11RDMA/irdma: Add SW mechanism to generate completions on errorMustafa Ismail4-37/+210
2022-05-11RDMA/siw: Enable siw on tunnel devicesBernard Metzler1-2/+3
2022-05-10scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy2-33/+33
2022-05-10scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy2-33/+33
2022-05-09net/mlx5: Lag, expose number of lag portsMark Bloch4-2/+4
2022-05-09RDMA/rxe: Enforce IBA C11-17Bob Pearson3-0/+17
2022-05-09RDMA/rxe: Move mw cleanup code to rxe_mw_cleanup()Bob Pearson2-29/+29
2022-05-09RDMA/rxe: Move mr cleanup code to rxe_mr_cleanup()Bob Pearson1-6/+4
2022-05-09RDMA/rxe: Move qp cleanup code to rxe_qp_do_cleanup()Bob Pearson3-10/+4
2022-05-09RDMA/rxe: Check rxe_get() return valueBob Pearson3-3/+6
2022-05-09RDMA/rxe: Add rxe_srq_cleanup()Bob Pearson4-22/+25
2022-05-06RDMA/rxe: Remove IB_SRQ_INIT_MASKBob Pearson3-57/+74
2022-05-06RDMA/rxe: Skip adjusting remote addr for write in retry operationChengguang Xu1-2/+0
2022-05-04RDMA/rxe: Optimize the mr pool structZhu Yanjun2-11/+3
2022-05-04RDMA/hns: Remove the num_cqc_timer variableYixing Liu4-5/+3
2022-05-04RDMA/hns: Add the detection for CMDQ status in the device initialization processYangyang Li2-0/+27
2022-05-04RDMA/rxe: Change mcg_lock to a _bh lockBob Pearson1-21/+15
2022-05-04RDMA/rxe: Do not call dev_mc_add/del() under a spinlockBob Pearson1-28/+23
2022-05-04RDMA/hns: Remove unnecessary ret variable from hns_roce_dereg_mr()Guo Zhengkui1-2/+1
2022-05-04RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu1-3/+4
2022-05-04RDMA/rxe: Replace paylen by payloadBob Pearson1-6/+6
2022-05-02RDMA/irdma: Fix possible crash due to NULL netdev in notifierMustafa Ismail1-12/+9
2022-05-02RDMA/irdma: Reduce iWARP QP destroy timeShiraz Saleem1-6/+4
2022-05-02RDMA/irdma: Flush iWARP QP if modified to ERR from RTR stateTatyana Nikolova2-13/+7
2022-04-25RDMA/core: Avoid flush_workqueue(system_unbound_wq) usageTetsuo Handa1-10/+14
2022-04-25RDMA/rxe: Remove useless parameters for update_state()Li Zhijian1-3/+2
2022-04-25RDMA/mlx5: Clean UMR QP type flow from mlx5_ib_post_send()Aharon Landau4-145/+1
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xltAharon Landau5-208/+116
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pasAharon Landau5-75/+164
2022-04-25RDMA/mlx5: Move creation and free of translation tables to umr.cAharon Landau3-100/+116
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to rereg pd accessAharon Landau3-25/+45
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to revoke MRsAharon Landau3-28/+34
2022-04-25RDMA/mlx5: Introduce mlx5_umr_post_send_wait()Aharon Landau2-0/+104
2022-04-25RDMA/mlx5: Expose wqe posting helpers outside of wr.cAharon Landau2-111/+121
2022-04-25RDMA/mlx5: Simplify get_umr_update_access_mask()Aharon Landau1-10/+5
2022-04-25RDMA/mlx5: Move mkey ctrl segment logic to umr.cAharon Landau5-141/+147
2022-04-25RDMA/mlx5: Move umr checks to umr.hAharon Landau5-70/+72
2022-04-25RDMA/mlx5: Move init and cleanup of UMR to umr.cAharon Landau4-103/+125
2022-04-20RDMA/rxe: Recheck the MR in when generating a READ replyBob Pearson1-2/+8
2022-04-19RDMA/mlx5: Fix flow steering egress flowLeon Romanovsky1-5/+0