aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-22RDMA/hns: Fix some print issuesYixing Liu2-4/+2
2021-06-22RDMA/hns: Fix uninitialized variableYixing Liu1-1/+1
2021-06-22RDMA/hns: Force rewrite inline flag of WQELang Cheng1-2/+2
2021-06-22Merge branch 'mlx5_realtime_ts' into rdma.git for-nextJason Gunthorpe4-47/+74
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe8-24/+29
2021-06-22RDMA/mlx5: Support real-time timestamp directly from the deviceAharon Landau4-6/+43
2021-06-22RDMA/mlx5: Refactor get_ts_format functions to simplify codeAharon Landau1-47/+37
2021-06-21IB/mlx4: Avoid field-overflowing memcpy()Kees Cook1-1/+1
2021-06-21RDMA/bnxt_re: Update ABI to pass wqe-mode to user spaceDevesh Sharma3-6/+5
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky6-11/+11
2021-06-21RDMA/hns: Use IDA interface to manage xrcd indexYangyang Li4-41/+25
2021-06-21RDMA/hns: Use IDA interface to manage pd indexYangyang Li4-37/+25
2021-06-21RDMA/hns: Use IDA interface to manage mtpt indexYangyang Li5-48/+43
2021-06-21RDMA/hns: Remove unused RR mechanismYangyang Li6-19/+12
2021-06-21RDMA/hns: Remove the unused hns_roce_bitmap_free_range functionYangyang Li2-14/+1
2021-06-21RDMA/hns: Remove the unused hns_roce_bitmap_alloc_range functionYangyang Li2-41/+0
2021-06-21RDMA/hns: Clean SRQC structure definitionXi Wang2-93/+4
2021-06-21RDMA/hns: Use new interface to write DB related fieldsYixing Liu2-78/+49
2021-06-21RDMA/hns: Use new interface to write FRMR fieldsYixing Liu2-29/+22
2021-06-21RDMA/hns: Use new interface to get CQE fieldsLang Cheng2-97/+48
2021-06-21RDMA/hns: Use new interface to modify QP contextLang Cheng2-881/+449
2021-06-21RDMA/hns: Use new interface to write CQ context.Yixing Liu2-121/+79
2021-06-21RDMA/hns: Add hr_reg_write_bool()Lang Cheng2-12/+20
2021-06-21RDMA/hns: Add a check to ensure integer mtu is positiveWeihang Li1-5/+10
2021-06-21RDMA/hns: Do not use !! for values that are already bool when calling hr_reg_write()Weihang Li1-2/+1
2021-06-21RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPsAvihai Horon2-5/+10
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-18/+21
2021-06-18RDMA/hns: Clear extended doorbell info before usingXi Wang2-0/+22
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe11-14/+11
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe6-39/+6
2021-06-16RDMA/hfi1: Use attributes for the port sysfsJason Gunthorpe2-340/+194
2021-06-16RDMA/qib: Use attributes for the port sysfsJason Gunthorpe2-356/+254
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe11-84/+119
2021-06-16RDMA/hns: Support getting max QP number from firmwareXi Wang6-27/+106
2021-06-16RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky1-2/+2
2021-06-14net/mlx5: Round-Robin EQs over IRQsShay Drory1-2/+1
2021-06-14net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky1-0/+5
2021-06-10RDMA/irdma: Store PBL info address a pointer typeShiraz Saleem5-24/+23
2021-06-10IB/mlx5: Fix initializing CQ fragments bufferAlaa Hleihel1-5/+4
2021-06-10RDMA/mlx5: Delete right entry from MR signature databaseAharon Landau1-2/+2
2021-06-10RDMA: Verify port when creating flow ruleMaor Gottlieb2-6/+2
2021-06-09net/mlx5: Added new parameters to reformat contextYevgeny Kliteynik1-2/+7
2021-06-08RDMA/irdma: Use list_last_entry/list_first_entryShiraz Saleem2-3/+3
2021-06-08RDMA/mlx5: Block FDB rules when not in switchdev modeMark Bloch1-0/+6
2021-06-08RDMA/irdma: Use list_move instead of list_del/list_addBaokun Li1-2/+1
2021-06-08RDMA/cxgb4: Use refcount_t instead of atomic_t for reference countingWeihang Li3-8/+8
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for QP reference countingWeihang Li2-7/+7
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference countingWeihang Li2-5/+5
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for CQ reference countingWeihang Li2-5/+5
2021-06-07RDMA/irdma: Fix return error sign from irdma_modify_qpKamal Heib1-1/+1