summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Revert "RDMA/rxe: Remove VLAN code leftovers from RXE"Martin Wilck2021-01-202-0/+11
* RDMA/usnic: Fix misuse of sysfs_emit_atJoe Perches2021-01-191-4/+3
* Revert "RDMA/mlx5: Fix devlink deadlock on net namespace deletion"Parav Pandit2021-01-191-4/+2
* RDMA/hns: Use mutex instead of spinlock for ida allocationYangyang Li2021-01-192-6/+7
* RDMA/vmw_pvrdma: Fix network_hdr_type reported in WCBryan Tan2021-01-192-1/+15
* RDMA/cxgb4: Fix the reported max_recv_sge valueKamal Heib2021-01-181-1/+1
* RDMA/cma: Fix error flow in default_roce_mode_storeNeta Ostrovsky2021-01-141-1/+3
* RDMA/mlx5: Fix wrong free of blue flame register on errorMark Bloch2021-01-141-1/+1
* IB/mlx5: Fix error unwinding when set_has_smi_cap failsParav Pandit2021-01-141-1/+1
* RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()Aharon Landau2021-01-141-1/+1
* RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()Tom Rix2021-01-071-1/+1
* RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu2021-01-071-0/+3
* RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky2021-01-071-0/+1
* RDMA/ucma: Do not miss ctx destruction steps in some casesJason Gunthorpe2021-01-061-63/+72
* block/rnbd-clt: Does not request pdu to rtrs-cltGioh Kim2020-12-162-13/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-16152-3597/+3477
|\
| * RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky2020-12-141-3/+4
| * RDMA/mlx5: Fix MR cache memory leakMaor Gottlieb2020-12-141-0/+1
| * RDMA/rxe: Use acquire/release for memory orderingBob Pearson2020-12-113-50/+60
| * RDMA/hns: Simplify AEQE process for different types of queueYixian Liu2020-12-113-62/+23
| * RDMA/hns: Fix inaccurate printsYixing Liu2020-12-118-90/+107
| * RDMA/hns: Fix incorrect symbol typesWenpeng Liang2020-12-1110-73/+73
| * RDMA/hns: Clear redundant variable initializationXinhao Liu2020-12-112-5/+5
| * RDMA/hns: Fix coding style issuesLang Cheng2020-12-1113-51/+43
| * RDMA/hns: Remove unnecessary access right set during INIT2INITYixian Liu2020-12-111-46/+0
| * RDMA/hns: WARN_ON if get a reserved sl from usersWeihang Li2020-12-111-0/+4
| * RDMA/hns: Avoid filling sl in high 3 bits of vlan_idWeihang Li2020-12-111-10/+1
| * RDMA/hns: Do shift on traffic class when using RoCEv2Weihang Li2020-12-113-8/+12
| * RDMA/hns: Normalization the judgment of some featuresWenpeng Liang2020-12-113-7/+7
| * RDMA/hns: Limit the length of data copied between kernel and userspaceWenpeng Liang2020-12-115-16/+22
| * RDMA/mlx4: Remove bogus dev_base_lock usageVladimir Oltean2020-12-101-3/+0
| * RDMA/uverbs: Fix incorrect variable typeAvihai Horon2020-12-101-9/+5
| * RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein2020-12-101-3/+4
| * RDMA/core: Clean up cq pool mechanismJack Morgenstein2020-12-103-15/+9
| * RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn2020-12-101-0/+1
| * RDMA/mlx5: Remove unneeded semicolonTom Rix2020-12-101-1/+1
| * RDMA/iser: Remove in_interrupt() usageSebastian Andrzej Siewior2020-12-071-17/+5
| * RDMA/mlx5: Assign dev to DM MRMaor Gottlieb2020-12-074-30/+35
| * RDMA/hns: Move capability flags of QP and CQ to hns-abi.hWeihang Li2020-12-076-15/+1
| * IB: Fix kernel-doc markupsMauro Carvalho Chehab2020-12-0712-23/+25
| * RDMA/bnxt_re: Fix max_qp_wrs reportedSelvin Xavier2020-12-071-1/+1
| * RDMA/i40iw: Replace atomic_add_return(1, ..)Yejune Deng2020-12-071-3/+3
| * RDMA/mlx5: Fix error unwinds for rereg_mrJason Gunthorpe2020-12-071-128/+188
| * RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()Jason Gunthorpe2020-12-073-129/+140
| * RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2020-12-078-52/+151
| * RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe2020-12-073-16/+7
| * RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()Jason Gunthorpe2020-12-071-4/+6
| * RDMA/efa: Use dma_set_mask_and_coherent() to simplify codeGal Pressman2020-12-011-9/+2
| * RDMA/hns: Refactor process of setting extended sgeWeihang Li2020-12-011-32/+28
| * RDMA/hns: Bugfix for calculation of extended sgeYangyang Li2020-12-011-1/+6