summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2022-05-04RDMA/rxe: Change mcg_lock to a _bh lockBob Pearson
2022-05-04RDMA/rxe: Do not call dev_mc_add/del() under a spinlockBob Pearson
2022-05-04RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu
2022-05-02RDMA/irdma: Fix possible crash due to NULL netdev in notifierMustafa Ismail
2022-05-02RDMA/irdma: Reduce iWARP QP destroy timeShiraz Saleem
2022-05-02RDMA/irdma: Flush iWARP QP if modified to ERR from RTR stateTatyana Nikolova
2022-04-20RDMA/rxe: Recheck the MR in when generating a READ replyBob Pearson
2022-04-19RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core()Duoming Zhou
2022-04-12RDMA/rxe: Fix "Replace mr by rkey in responder resources"Bob Pearson
2022-04-08RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller
2022-04-04IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche
2022-04-04IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVDMark Zhang
2022-04-04RDMA/mlx5: Add a missing update of cache->last_addAharon Landau
2022-04-04RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-18RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()Dan Carpenter
2022-03-18IB/iser: Fix error flow in case of registration failureMax Gurtovoy
2022-03-18IB/iser: Generalize map/unmap dma tasksMax Gurtovoy
2022-03-18IB/iser: Use iser_fr_desc as registration contextMax Gurtovoy
2022-03-18IB/iser: Remove iser_reg_data_sg helper functionMax Gurtovoy
2022-03-16RDMA/rxe: Use standard names for ref countingBob Pearson
2022-03-16RDMA/rxe: Replace red-black trees by xarraysBob Pearson
2022-03-15RDMA/rxe: Shorten pool names in rxe_pool.cBob Pearson
2022-03-15RDMA/rxe: Move max_elem into rxe_type_infoBob Pearson
2022-03-15RDMA/rxe: Replace obj by elem in declarationBob Pearson
2022-03-15RDMA/rxe: Delete _locked() APIs for pool objectsBob Pearson
2022-03-15RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOCBob Pearson
2022-03-15RDMA/rxe: Replace mr by rkey in responder resourcesBob Pearson
2022-03-15RDMA/rxe: Fix ref error in rxe_av.cBob Pearson
2022-03-15RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPTYixing Liu
2022-03-15RDMA/irdma: Add support for address handle re-useMustafa Ismail
2022-03-14RDMA/qib: Fix typos in commentsJulia Lawall
2022-03-14RDMA/mlx5: Fix memory leak in error flow for subscribe event routineYongzhi Liu
2022-03-14Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"Leon Romanovsky
2022-03-14RDMA/rxe: Remove useless argument for update_state()Chengguang Xu
2022-03-14RDMA/rxe: Change variable and function argument to proper typeChengguang Xu
2022-03-14RDMA/irdma: Prevent some integer underflowsDan Carpenter
2022-03-09net/mlx5: Move debugfs entries to separate structMoshe Shemesh
2022-03-04RDMA/hns: Refactor the alloc_cqc()Wenpeng Liang
2022-03-04RDMA/hns: Refactor the alloc_srqc()Chengchang Tang
2022-03-04RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()Wenpeng Liang
2022-03-04RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang
2022-03-04RDMA/hns: Refactor mailbox functionsChengchang Tang
2022-03-04RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang
2022-03-04RDMA/hns: Remove redundant parameter "mailbox" in the mailboxWenpeng Liang
2022-03-04RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang
2022-03-04RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang