aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-03Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-63/+5
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds130-3055/+3818
2021-04-30IB/qib: Remove redundant assignment to retYang Li1-1/+0
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-6/+4
2021-04-27RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_resLv Yunlong1-0/+1
2021-04-27IB/hfi1: Remove redundant variable rcdJiapeng Chong1-4/+4
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+2
2021-04-20RDMA/mlx5: Expose private query portMark Bloch1-0/+173
2021-04-20RDMA/mlx4: Remove an unused variableChristophe JAILLET1-3/+0
2021-04-20RDMA/mlx5: Fix type assignment for ICM DMMaor Gottlieb1-10/+13
2021-04-20IB/mlx5: Set right RoCE l3 type and roce version while deleting GIDParav Pandit1-4/+4
2021-04-20RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one failsSindhu Devale1-4/+2
2021-04-20RDMA/cxgb4: add missing qpid incrementPotnuri Bharat Teja1-1/+1
2021-04-19RDMA/bnxt_re: Get rid of custom module reference countingLeon Romanovsky1-14/+2
2021-04-19RDMA/bnxt_re: Create direct symbol link between bnxt modulesLeon Romanovsky1-6/+1
2021-04-19RDMA/bnxt_re: Depend on bnxt ethernet driver and not blindly select itLeon Romanovsky1-3/+1
2021-04-13RDMA/hns: Remove duplicated hem page size config codeXi Wang3-110/+76
2021-04-13RDMA/hns: Enable RoCE on virtual functionsWei Xu3-39/+202
2021-04-13RDMA/hns: Set parameters of all the functions belong to a PFWei Xu1-2/+16
2021-04-13RDMA/hns: Reserve the resource for the VFsWei Xu3-28/+60
2021-04-13RDMA/hns: Query the number of functions supported by the PFWei Xu3-4/+10
2021-04-13RDMA/hns: Simplify function's resource related commandXi Wang3-305/+89
2021-04-13Merge branch 'mlx5_memic_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJason Gunthorpe8-367/+659
2021-04-13RDMA/mlx5: Expose UAPI to query DMMaor Gottlieb2-1/+47
2021-04-13RDMA/mlx5: Add support in MEMIC operationsMaor Gottlieb4-14/+198
2021-04-13RDMA/mlx5: Add support to MODIFY_MEMIC commandMaor Gottlieb2-0/+38
2021-04-13RDMA/mlx5: Re-organize the DM codeMaor Gottlieb3-116/+114
2021-04-13RDMA/mlx5: Move all DM logic to separate fileMaor Gottlieb8-362/+388
2021-04-13IB/hfi1: Rework AIP and VNIC dummy netdev usageMike Marciniszyn5-116/+105
2021-04-13RDMA/qib: Remove useless qib_read_ureg() functionJiapeng Chong1-22/+0
2021-04-13RDMA/hns: Remove unnecessary flush operation for workqueueYixian Liu2-3/+0
2021-04-12RDMA/i40iw: Use DEFINE_SPINLOCK() for spinlockYe Bin1-2/+1
2021-04-12RDMA/bnxt_re: Fix error return code in bnxt_qplib_cq_process_terminal()Wang Wensheng1-0/+1
2021-04-12IB/hfi1: Fix error return code in parse_platform_config()Wang Wensheng1-0/+1
2021-04-12RDMA/qedr: Fix error return code in qedr_iw_connect()Wang Wensheng1-1/+3
2021-04-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJason Gunthorpe3-6/+4
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-21/+20
2021-04-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski3-6/+4
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-04-08RDMA/hns: Prevent le32 from being implicitly converted to u32Lang Cheng1-8/+7
2021-04-08RDMA/hns: Simplify the function config_eqc()Yixing Liu2-185/+65
2021-04-08RDMA/hns: Add XRC subtype in QPC and XRC type in SRQCWenpeng Liang2-7/+11
2021-04-08RDMA/hns: Remove unsupported QP typesWenpeng Liang3-5/+1
2021-04-08RDMA/hns: Delete unused members in the structure hns_roce_hwYangyang Li3-32/+0
2021-04-08RDMA/hns: Delete redundant abnormal interrupt statusWenpeng Liang2-16/+6
2021-04-08RDMA/hns: Delete redundant condition judgment related to eqYangyang Li1-21/+6
2021-04-08RDMA/hns: Fix missing assignment of max_inline_dataWeihang Li1-0/+1
2021-04-08RDMA/hns: Avoid enabling RQ inline on UDWeihang Li2-3/+8
2021-04-08RDMA/hns: Modify prints for mailbox and command queueWenpeng Liang2-10/+20
2021-04-08RDMA/hns: Support more return types of command queueLang Cheng1-4/+14