summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Change mcg_lock to a _bh lockBob Pearson2022-05-041-21/+15
* RDMA/rxe: Do not call dev_mc_add/del() under a spinlockBob Pearson2022-05-041-28/+23
* RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu2022-05-041-3/+4
* RDMA/irdma: Fix possible crash due to NULL netdev in notifierMustafa Ismail2022-05-021-12/+9
* RDMA/irdma: Reduce iWARP QP destroy timeShiraz Saleem2022-05-021-6/+4
* RDMA/irdma: Flush iWARP QP if modified to ERR from RTR stateTatyana Nikolova2022-05-022-13/+7
* RDMA/rxe: Recheck the MR in when generating a READ replyBob Pearson2022-04-201-2/+8
* RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core()Duoming Zhou2022-04-191-6/+1
* RDMA/rxe: Fix "Replace mr by rkey in responder resources"Bob Pearson2022-04-121-8/+17
* RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller2022-04-081-0/+6
* IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche2022-04-041-1/+5
* IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVDMark Zhang2022-04-041-2/+1
* RDMA/mlx5: Add a missing update of cache->last_addAharon Landau2022-04-041-0/+1
* RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau2022-04-041-1/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-0/+1
|\
| * scsi: iscsi: Stop using the SCSI pointerBart Van Assche2022-02-221-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-03-24106-2875/+2870
|\ \
| * | RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()Dan Carpenter2022-03-181-1/+2
| * | IB/iser: Fix error flow in case of registration failureMax Gurtovoy2022-03-181-3/+11
| * | IB/iser: Generalize map/unmap dma tasksMax Gurtovoy2022-03-183-45/+31
| * | IB/iser: Use iser_fr_desc as registration contextMax Gurtovoy2022-03-184-11/+11
| * | IB/iser: Remove iser_reg_data_sg helper functionMax Gurtovoy2022-03-181-22/+9
| * | RDMA/rxe: Use standard names for ref countingBob Pearson2022-03-1612-96/+94
| * | RDMA/rxe: Replace red-black trees by xarraysBob Pearson2022-03-166-280/+85
| * | RDMA/rxe: Shorten pool names in rxe_pool.cBob Pearson2022-03-151-8/+8
| * | RDMA/rxe: Move max_elem into rxe_type_infoBob Pearson2022-03-153-20/+20
| * | RDMA/rxe: Replace obj by elem in declarationBob Pearson2022-03-152-2/+2
| * | RDMA/rxe: Delete _locked() APIs for pool objectsBob Pearson2022-03-152-79/+12
| * | RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOCBob Pearson2022-03-152-10/+13
| * | RDMA/rxe: Replace mr by rkey in responder resourcesBob Pearson2022-03-153-47/+87
| * | RDMA/rxe: Fix ref error in rxe_av.cBob Pearson2022-03-155-35/+63
| * | RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPTYixing Liu2022-03-154-4/+335
| * | RDMA/irdma: Add support for address handle re-useMustafa Ismail2022-03-154-60/+164
| * | RDMA/qib: Fix typos in commentsJulia Lawall2022-03-141-2/+2
| * | RDMA/mlx5: Fix memory leak in error flow for subscribe event routineYongzhi Liu2022-03-141-1/+3
| * | Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"Leon Romanovsky2022-03-143-1/+4
| * | RDMA/rxe: Remove useless argument for update_state()Chengguang Xu2022-03-141-2/+2
| * | RDMA/rxe: Change variable and function argument to proper typeChengguang Xu2022-03-141-5/+5
| * | RDMA/irdma: Prevent some integer underflowsDan Carpenter2022-03-141-5/+5
| * | RDMA/hns: Refactor the alloc_cqc()Wenpeng Liang2022-03-041-28/+37
| * | RDMA/hns: Refactor the alloc_srqc()Chengchang Tang2022-03-041-28/+52
| * | RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()Wenpeng Liang2022-03-043-8/+6
| * | RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang2022-03-047-45/+35
| * | RDMA/hns: Refactor mailbox functionsChengchang Tang2022-03-048-112/+120
| * | RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang2022-03-045-29/+28
| * | RDMA/hns: Remove redundant parameter "mailbox" in the mailboxWenpeng Liang2022-03-043-11/+7
| * | RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang2022-03-048-51/+34
| * | RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang2022-03-048-46/+37
| * | RDMA/core: Fix ib_qp_usecnt_dec() called when errorYajun Deng2022-03-043-4/+1
| * | IB/hfi1: Allow larger MTU without AIPMike Marciniszyn2022-03-041-2/+1