summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | | RDMA/rxe: Do not NULL deref on debugging failure pathJason Gunthorpe2022-11-221-1/+1
| * | | RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao2022-11-221-2/+2
| * | | RDMA/irdma: Initialize net_type before checking itMustafa Ismail2022-11-221-0/+1
| * | | RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang2022-11-221-0/+2
| * | | IB/isert: use the ISCSI_LOGIN_CURRENT_STAGE macroMaurizio Lombardi2022-11-211-3/+2
| * | | RDMA/hns: Fix incorrect sge nums calculationLuoyouming2022-11-184-30/+110
| * | | RDMA/hns: Fix ext_sge num error when post sendLuoyouming2022-11-181-2/+11
| * | | RDMA/rxe: Fix mr->map double freeLi Zhijian2022-11-181-7/+2
| * | | RDMA/rxe: Remove reliable datagram supportZhu Yanjun2022-11-181-1/+0
| * | | IB/hfi1: Replace 1-element array with singletonKees Cook2022-11-181-11/+11
| * | | RDMA/rtrs-srv: Remove kobject_del from rtrs_srv_destroy_once_sysfs_root_foldersGuoqing Jiang2022-11-171-1/+0
| * | | RDMA/rtrs-srv: Fix several issues in rtrs_srv_destroy_path_filesGuoqing Jiang2022-11-171-3/+9
| * | | RDMA/rtrs: Clean up rtrs_rdma_dev_pd_opsGuoqing Jiang2022-11-172-21/+4
| * | | RDMA/rtrs-srv: Remove outdated comments from create_conGuoqing Jiang2022-11-171-6/+0
| * | | RDMA/rtrs-clt: Correct the checking of ib_map_mr_sgGuoqing Jiang2022-11-171-4/+2
| * | | RDMA/rtrs-srv: Correct the checking of ib_map_mr_sgGuoqing Jiang2022-11-171-1/+1
| * | | RDMA/rtrs-srv: Refactor the handling of failure case in map_cont_bufsGuoqing Jiang2022-11-171-27/+20
| * | | RDMA/rtrs-srv: Refactor rtrs_srv_rdma_cm_handlerGuoqing Jiang2022-11-171-9/+8
| * | | RDMA/irdma: Do not request 2-level PBLEs for CQ allocMustafa Ismail2022-11-171-10/+5
| * | | RDMA/irdma: Fix RQ completion opcodeMustafa Ismail2022-11-175-45/+71
| * | | RDMA/irdma: Fix inline for multiple SGE'sMustafa Ismail2022-11-173-104/+119
| * | | RDMA/siw: Set defined status for work completion with undefined statusBernard Metzler2022-11-151-2/+2
| * | | RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang2022-11-151-1/+1
| * | | RDMA/core: Make sure "ib_port" is valid when access sysfs nodeMark Zhang2022-11-151-6/+11
| * | | RDMA/restrack: Release MR restrack when deleteMark Zhang2022-11-151-2/+0
| * | | RDMA/mana: Remove redefinition of basic u64 typeLeon Romanovsky2022-11-141-3/+2
| * | | RDMA/mana_ib: Add a driver for Microsoft Azure Network AdapterLong Li2022-11-1111-0/+1714
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mmap.cBob Pearson2022-11-101-3/+3
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_icrc.cBob Pearson2022-11-101-2/+2
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe.cBob Pearson2022-11-101-2/+2
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_task.cBob Pearson2022-11-101-3/+4
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_av.cBob Pearson2022-11-104-21/+47
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_verbs.cBob Pearson2022-11-101-1/+1
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_srq.cBob Pearson2022-11-101-10/+10
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_resp.cBob Pearson2022-11-101-10/+7
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_req.cBob Pearson2022-11-101-5/+5
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_qp.cBob Pearson2022-11-101-35/+30
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_net.cBob Pearson2022-11-101-17/+21
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mw.cBob Pearson2022-11-101-10/+10
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mr.cBob Pearson2022-11-102-23/+20
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_cq.cBob Pearson2022-11-101-4/+4
| * | | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_comp.cBob Pearson2022-11-101-7/+5
| * | | RDMA/rxe: Add ibdev_dbg macros for rxeBob Pearson2022-11-101-0/+19
| * | | IB/mad: Don't call to function that might sleep while in atomic contextLeonid Ravich2022-11-101-5/+0
| * | | RDMA/rxe: Implement packet length validation on responderDaisuke Matsuda2022-11-091-7/+27
| * | | RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler2022-11-092-6/+58
| * | | RDMA/erdma: Implement atomic operations supportCheng Xu2022-11-073-8/+52
| * | | RDMA/erdma: Report atomic capacity when hardware supports atomic featureCheng Xu2022-11-074-0/+11
| * | | RDMA/erdma: Extend access right field of FRMR and REG MR to support atomicCheng Xu2022-11-074-13/+11
| * | | RDMA/irdma: Report the correct link speedShiraz Saleem2022-11-071-32/+3