summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2022-11-22RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao
2022-11-22RDMA/irdma: Initialize net_type before checking itMustafa Ismail
2022-11-22RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang
2022-11-21IB/isert: use the ISCSI_LOGIN_CURRENT_STAGE macroMaurizio Lombardi
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman
2022-11-21RDMA/qib: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig
2022-11-21RDMA/hfi1: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig
2022-11-18RDMA/hns: Fix incorrect sge nums calculationLuoyouming
2022-11-18RDMA/hns: Fix ext_sge num error when post sendLuoyouming
2022-11-18RDMA/rxe: Fix mr->map double freeLi Zhijian
2022-11-18RDMA/rxe: Remove reliable datagram supportZhu Yanjun
2022-11-18IB/hfi1: Replace 1-element array with singletonKees Cook
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-17RDMA/rtrs-srv: Remove kobject_del from rtrs_srv_destroy_once_sysfs_root_foldersGuoqing Jiang
2022-11-17RDMA/rtrs-srv: Fix several issues in rtrs_srv_destroy_path_filesGuoqing Jiang
2022-11-17RDMA/rtrs: Clean up rtrs_rdma_dev_pd_opsGuoqing Jiang
2022-11-17RDMA/rtrs-srv: Remove outdated comments from create_conGuoqing Jiang
2022-11-17RDMA/rtrs-clt: Correct the checking of ib_map_mr_sgGuoqing Jiang
2022-11-17RDMA/rtrs-srv: Correct the checking of ib_map_mr_sgGuoqing Jiang
2022-11-17RDMA/rtrs-srv: Refactor the handling of failure case in map_cont_bufsGuoqing Jiang
2022-11-17RDMA/rtrs-srv: Refactor rtrs_srv_rdma_cm_handlerGuoqing Jiang
2022-11-17RDMA/irdma: Do not request 2-level PBLEs for CQ allocMustafa Ismail
2022-11-17RDMA/irdma: Fix RQ completion opcodeMustafa Ismail
2022-11-17RDMA/irdma: Fix inline for multiple SGE'sMustafa Ismail
2022-11-15RDMA/siw: Set defined status for work completion with undefined statusBernard Metzler
2022-11-15RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang
2022-11-15RDMA/core: Make sure "ib_port" is valid when access sysfs nodeMark Zhang
2022-11-15RDMA/restrack: Release MR restrack when deleteMark Zhang
2022-11-14RDMA/mana: Remove redefinition of basic u64 typeLeon Romanovsky
2022-11-11RDMA/mana_ib: Add a driver for Microsoft Azure Network AdapterLong Li
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mmap.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_icrc.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_task.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_av.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_verbs.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_srq.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_resp.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_req.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_qp.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_net.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mw.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mr.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_cq.cBob Pearson
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_comp.cBob Pearson
2022-11-10RDMA/rxe: Add ibdev_dbg macros for rxeBob Pearson
2022-11-10IB/mad: Don't call to function that might sleep while in atomic contextLeonid Ravich
2022-11-09RDMA/rxe: Implement packet length validation on responderDaisuke Matsuda
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman