summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Add the check of the CQE size of the user spaceWenpeng Liang2021-09-271-9/+22
* RDMA/hns: Fix the size setting error when copying CQE in clean_cq()Wenpeng Liang2021-09-271-1/+1
* RDMA/hfi1: Fix kernel pointer leakGuo Zhi2021-09-271-4/+4
* RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky2021-09-243-10/+10
* RDMA/hns: Work around broken constant propagation in gcc 8Jason Gunthorpe2021-09-241-5/+6
* RDMA/irdma: Report correct WC error when there are MW bind errorsSindhu Devale2021-09-203-0/+8
* RDMA/irdma: Report correct WC error when transport retry counter is exceededSindhu Devale2021-09-203-0/+6
* RDMA/irdma: Validate number of CQ entries on create CQSindhu Devale2021-09-201-1/+1
* RDMA/irdma: Skip CQP ring during a resetSindhu Devale2021-09-206-10/+8
* IB/qib: Fix clang confusion of NULL pointer comparisonJason Gunthorpe2021-09-131-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-094-6/+8
|\
| * IB/hfi1: make hist staticchongjiapeng2021-09-081-1/+1
| * RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker2021-09-081-2/+2
| * IB/qib: Fix null pointer subtraction compiler warningJason Gunthorpe2021-09-081-1/+3
| * RDMA/mlx5: Fix xlt_chunk_align calculationNiklas Schnelle2021-09-081-1/+1
| * RDMA/mlx5: Fix number of allocated XLT entriesNiklas Schnelle2021-09-081-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-02132-4175/+1003
|\ \ | |/
| * Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-3022-68/+58
| |\
| | * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-247-9/+12
| * | RDMA/mlx5: Relax DCS QP creation checksLior Nahmanson2021-08-301-2/+1
| * | RDMA/hns: Delete unnecessary blank lines.Xinhao Liu2021-08-263-4/+0
| * | RDMA/hns: Encapsulate the qp db as a functionYixing Liu2021-08-261-53/+82
| * | RDMA/hns: Adjust the order in which irq are requested and enabledWenpeng Liang2021-08-261-16/+13
| * | RDMA/hns: Remove RST2RST error prints for hw v1Weihang Li2021-08-261-10/+1
| * | RDMA/hns: Remove dqpn filling when modify qp from Init to InitWenpeng Liang2021-08-261-7/+0
| * | RDMA/hns: Fix QP's resp incomplete assignmentWenpeng Liang2021-08-261-2/+1
| * | RDMA/hns: Fix query destination qpnWenpeng Liang2021-08-261-1/+1
| * | RDMA/hfi1: Convert to SPDX identifierCai Huoqing2021-08-2573-3170/+133
| * | RDMA/hns: Bugfix for incorrect association between dip_idx and dgidJunxian Huang2021-08-254-5/+31
| * | RDMA/hns: Bugfix for the missing assignment for dip_idxJunxian Huang2021-08-251-1/+3
| * | RDMA/hns: Bugfix for data type of dip_idxJunxian Huang2021-08-251-1/+1
| * | RDMA/hns: Fix incorrect lsn fieldYixing Liu2021-08-251-3/+0
| * | RDMA/irdma: Remove the repeated declarationShaokun Zhang2021-08-251-2/+0
| * | RDMA/hns: Delete unused hns bitmap interfaceYangyang Li2021-08-242-75/+0
| * | RDMA/hns: Use IDA interface to manage srq indexYangyang Li2021-08-244-34/+18
| * | RDMA/hns: Use IDA interface to manage uar indexYangyang Li2021-08-244-31/+22
| * | RDMA/hns: Ownerbit mode add control fieldLang Cheng2021-08-231-0/+3
| * | RDMA/hns: Enable stash feature of HIP09Yixing Liu2021-08-231-0/+1
| * | RDMA/hns: Remove unsupport cmdq modeLang Cheng2021-08-232-27/+14
| * | RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-239-75/+52
| * | RDMA/efa: Rename vector field in efa_irq struct to irqnGal Pressman2021-08-222-11/+9
| * | RDMA/efa: Remove unused cpu field from irq structGal Pressman2021-08-222-3/+1
| * | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-08-225-33/+107
| |\ \
| * | | RDMA/qedr: Move variables reset to qedr_set_common_qp_params()Prabhakar Kushwaha2021-08-191-18/+14
| * | | RDMA/hfi1: Stop using seq_get_buf in _driver_stats_seq_showChristoph Hellwig2021-08-191-9/+4
| * | | RDMA/hns: Fix return in hns_roce_rereg_user_mr()YueHaibing2021-08-191-1/+3
| * | | RDMA/mlx5: Delete not-available udata checkLeon Romanovsky2021-08-031-3/+0
| * | | RDMA/mlx5: Drop in-driver verbs object creationsLeon Romanovsky2021-08-031-71/+21
| * | | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-0338-392/+240
| * | | RDMA/mlx5: Rework custom driver QP type creationLeon Romanovsky2021-08-033-27/+14