aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-20Revert "RDMA/rxe: Remove VLAN code leftovers from RXE"Martin Wilck2-0/+11
2021-01-19RDMA/usnic: Fix misuse of sysfs_emit_atJoe Perches1-4/+3
2021-01-19Revert "RDMA/mlx5: Fix devlink deadlock on net namespace deletion"Parav Pandit1-4/+2
2021-01-19RDMA/hns: Use mutex instead of spinlock for ida allocationYangyang Li2-6/+7
2021-01-19RDMA/vmw_pvrdma: Fix network_hdr_type reported in WCBryan Tan2-1/+15
2021-01-18RDMA/cxgb4: Fix the reported max_recv_sge valueKamal Heib1-1/+1
2021-01-14RDMA/cma: Fix error flow in default_roce_mode_storeNeta Ostrovsky1-1/+3
2021-01-14RDMA/mlx5: Fix wrong free of blue flame register on errorMark Bloch1-1/+1
2021-01-14IB/mlx5: Fix error unwinding when set_has_smi_cap failsParav Pandit1-1/+1
2021-01-14RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()Aharon Landau1-1/+1
2021-01-07RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()Tom Rix1-1/+1
2021-01-07RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu1-0/+3
2021-01-07RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky1-0/+1
2021-01-06RDMA/ucma: Do not miss ctx destruction steps in some casesJason Gunthorpe1-63/+72
2020-12-16block/rnbd-clt: Does not request pdu to rtrs-cltGioh Kim2-13/+0
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds152-3597/+3477
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+4
2020-12-14RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky1-3/+4
2020-12-14RDMA/mlx5: Fix MR cache memory leakMaor Gottlieb1-0/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-5/+13
2020-12-11RDMA/rxe: Use acquire/release for memory orderingBob Pearson3-50/+60
2020-12-11RDMA/hns: Simplify AEQE process for different types of queueYixian Liu3-62/+23
2020-12-11RDMA/hns: Fix inaccurate printsYixing Liu8-90/+107
2020-12-11RDMA/hns: Fix incorrect symbol typesWenpeng Liang10-73/+73
2020-12-11RDMA/hns: Clear redundant variable initializationXinhao Liu2-5/+5
2020-12-11RDMA/hns: Fix coding style issuesLang Cheng13-51/+43
2020-12-11RDMA/hns: Remove unnecessary access right set during INIT2INITYixian Liu1-46/+0
2020-12-11RDMA/hns: WARN_ON if get a reserved sl from usersWeihang Li1-0/+4
2020-12-11RDMA/hns: Avoid filling sl in high 3 bits of vlan_idWeihang Li1-10/+1
2020-12-11RDMA/hns: Do shift on traffic class when using RoCEv2Weihang Li3-8/+12
2020-12-11RDMA/hns: Normalization the judgment of some featuresWenpeng Liang3-7/+7
2020-12-11RDMA/hns: Limit the length of data copied between kernel and userspaceWenpeng Liang5-16/+22
2020-12-10RDMA/mlx4: Remove bogus dev_base_lock usageVladimir Oltean1-3/+0
2020-12-10RDMA/uverbs: Fix incorrect variable typeAvihai Horon1-9/+5
2020-12-10RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein1-3/+4
2020-12-10RDMA/core: Clean up cq pool mechanismJack Morgenstein3-15/+9
2020-12-10RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn1-0/+1
2020-12-10RDMA/mlx5: Remove unneeded semicolonTom Rix1-1/+1
2020-12-09RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky1-0/+2
2020-12-07Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski5-153/+168
2020-12-07RDMA/core: Fix empty gid table for non IB/RoCE devicesGal Pressman1-3/+0
2020-12-07RDMA/iser: Remove in_interrupt() usageSebastian Andrzej Siewior1-17/+5
2020-12-07RDMA/mlx5: Assign dev to DM MRMaor Gottlieb4-30/+35
2020-12-07RDMA/hns: Move capability flags of QP and CQ to hns-abi.hWeihang Li6-15/+1
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab12-23/+25
2020-12-07RDMA/bnxt_re: Fix max_qp_wrs reportedSelvin Xavier1-1/+1
2020-12-07RDMA/i40iw: Replace atomic_add_return(1, ..)Yejune Deng1-3/+3
2020-12-07RDMA/mlx5: Fix error unwinds for rereg_mrJason Gunthorpe1-128/+188
2020-12-07RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()Jason Gunthorpe3-129/+140
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe8-52/+151