summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-11-02186-491/+1148
|\
| * IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAFGeorge Kennedy2023-10-311-3/+1
| * RDMA/mlx5: Fix mkey cache WQ flushMoshe Shemesh2023-10-311-0/+2
| * Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe2023-10-3114-30/+54
| |\
| * | RDMA/hfi1: Workaround truncation compilation errorLeon Romanovsky2023-10-251-1/+1
| * | IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lockChengfeng Ye2023-10-251-2/+3
| * | RDMA/core: Remove NULL check before dev_{put, hold}Yang Li2023-10-244-14/+7
| * | RDMA/hfi1: Remove redundant assignment to pointer ppdColin Ian King2023-10-241-1/+0
| * | RDMA/mlx5: Change the key being sent for MPV device affiliationPatrisious Haddad2023-10-241-1/+1
| * | RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in bnxt_re_handle_cq_async_err...Nathan Chancellor2023-10-221-0/+1
| * | RDMA/hns: Fix init failure of RoCE VF and HIP08Junxian Huang2023-10-191-10/+9
| * | RDMA/hns: Fix unnecessary port_num transition in HW stats allocationJunxian Huang2023-10-191-2/+1
| * | RDMA/hns: The UD mode can only be configured with DCQCNLuoyouming2023-10-191-0/+3
| * | RDMA/hns: Add check for SLLuoyouming2023-10-192-11/+25
| * | RDMA/hns: Fix signed-unsigned mixed comparisonsChengchang Tang2023-10-191-1/+1
| * | RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common()Chengchang Tang2023-10-191-1/+1
| * | RDMA/hns: Fix printing level of asynchronous eventsChengchang Tang2023-10-191-3/+3
| * | RDMA/core: Add support to set privileged QKEY parameterPatrisious Haddad2023-10-193-9/+58
| * | RDMA/bnxt_re: Do not report SRQ error in srq notificationChandramohan Akula2023-10-151-5/+2
| * | RDMA/bnxt_re: Report async events and errorsChandramohan Akula2023-10-151-9/+156
| * | RDMA/bnxt_re: Update HW interface headersChandramohan Akula2023-10-151-0/+58
| * | IB/mlx5: Fix rdma counter binding for RAW QPPatrisious Haddad2023-10-151-0/+27
| * | RDMA/irdma: Add support to re-register a memory regionSindhu Devale2023-10-092-43/+191
| * | RDMA/core: Fix a couple of obvious typos in commentsChuck Lever2023-10-041-1/+1
| * | IPsec packet offload support in multiport RoCE devicesLeon Romanovsky2023-10-041-0/+17
| |\ \
| * | | IB/hfi1: Annotate struct tid_rb_node with __counted_byKees Cook2023-10-021-1/+1
| * | | IB/mthca: Annotate struct mthca_icm_table with __counted_byKees Cook2023-10-021-1/+1
| * | | IB/srp: Annotate struct srp_fr_pool with __counted_byKees Cook2023-10-021-1/+1
| * | | RDMA/siw: Annotate struct siw_pbl with __counted_byKees Cook2023-10-021-1/+1
| * | | RDMA/usnic: Annotate struct usnic_uiom_chunk with __counted_byKees Cook2023-10-021-1/+1
| * | | RDMA/core: Annotate struct ib_pkey_cache with __counted_byKees Cook2023-10-021-1/+1
| * | | RDMA/hns: Support SRQ record doorbellYangyang Li2023-10-023-11/+108
| * | | RDMA/ipoib: Add support for XDR speed in ethtoolPatrisious Haddad2023-09-261-0/+2
| * | | IB/mlx5: Adjust mlx5 rate mapping to support 800GbPatrisious Haddad2023-09-261-1/+1
| * | | IB/mlx5: Rename 400G_8X speed to comply to naming conventionPatrisious Haddad2023-09-261-1/+1
| * | | IB/mlx5: Add support for 800G_8X lane speedPatrisious Haddad2023-09-261-0/+4
| * | | IB/mlx5: Expose XDR speed through MADOr Har-Toov2023-09-261-0/+13
| * | | IB/core: Add support for XDR link speedOr Har-Toov2023-09-263-1/+9
| * | | RDMA/mlx5: Implement mkeys management via LIFO queueShay Drory2023-09-263-180/+169
| * | | IB/qib: Replace deprecated strncpyJustin Stitt2023-09-221-1/+1
| * | | IB/hfi1: Replace deprecated strncpyJustin Stitt2023-09-221-2/+2
| * | | RDMA/irdma: Replace deprecated strncpyJustin Stitt2023-09-221-1/+1
| * | | RDMA/hns: Support SRQ restrack ops for hns driverwenglianfa2023-09-204-0/+79
| * | | RDMA/core: Add support to dump SRQ resource in RAW formatwenglianfa2023-09-202-0/+18
| * | | RDMA/core: Add dedicated SRQ resource tracker functionwenglianfa2023-09-202-1/+9
| * | | RDMA/hfi1: Use FIELD_GET() to extract Link WidthIlpo Järvinen2023-09-201-7/+2
| * | | RDMA/rtrs: Fix the problem of variable not initialized fullyZhu Yanjun2023-09-191-1/+1
| * | | RDMA/rtrs: Require holding rcu_read_lock explicitlyZhu Yanjun2023-09-191-1/+6
| * | | RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()Gustavo A. R. Silva2023-09-194-8/+12
| * | | IB/hfi1: Remove open coded reference to skb frag offsetDavid Ahern2023-09-181-1/+1