summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2024-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds50-296/+1509
2024-01-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+0
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-01-08RDMA/bnxt_re: Fix error code in bnxt_re_create_cq()Dan Carpenter1-2/+4
2024-01-07RDMA/efa: Add EFA query MR supportMichael Margolin6-6/+140
2023-12-30RDMA/erdma: Add hardware statistics supportCheng Xu4-0/+133
2023-12-30RDMA/erdma: Introduce dma pool for hardware responses of CMDQ requestsCheng Xu3-2/+26
2023-12-20RDMA/mana_ib: Add CQ interrupt support for RAW QPLong Li3-7/+102
2023-12-20RDMA/mana_ib: query device capabilitiesLong Li5-16/+112
2023-12-20RDMA/mana_ib: register RDMA device with GDMALong Li3-14/+29
2023-12-20RDMA/bnxt_re: Fix the sparse warningsSelvin Xavier2-2/+2
2023-12-20RDMA/bnxt_re: Fix the offset for GenP7 adapters for user applicationsSelvin Xavier1-3/+5
2023-12-17RDMA/bnxt_re: Share a page to expose per CQ info with userspaceSelvin Xavier5-8/+74
2023-12-17RDMA/bnxt_re: Add UAPI to share a page with user spaceSelvin Xavier2-0/+106
2023-12-13PCI: Add Alibaba Vendor ID to linux/pci_ids.hShuai Xue1-2/+0
2023-12-12Expose c0 and SW encap ICM for RDMALeon Romanovsky10-22/+79
2023-12-12RDMA/mlx5: Expose register c0 for RDMA deviceMark Bloch1-0/+24
2023-12-12RDMA/mlx5: Support handling of SW encap ICM areaShun Hao2-0/+6
2023-12-11RDMA/bnxt_re: Adds MSN table capability for Gen P7 adaptersSelvin Xavier4-6/+86
2023-12-11RDMA/bnxt_re: Doorbell changesSelvin Xavier1-11/+35
2023-12-11RDMA/bnxt_re: Get the toggle bits from CQ completionsSelvin Xavier3-0/+8
2023-12-11RDMA/bnxt_re: Update the HW interface definitionsSelvin Xavier1-10/+57
2023-12-11RDMA/bnxt_re: Update the BAR offsetsSelvin Xavier2-16/+10
2023-12-11RDMA/bnxt_re: Support new 5760X P7 devicesSelvin Xavier8-24/+38
2023-12-07RDMA/hns: Fix memory leak in free_mr_init()Chengchang Tang1-0/+4
2023-12-07RDMA/hns: Remove unnecessary checks for NULL in mtr_alloc_bufs()Chengchang Tang1-1/+1
2023-12-07RDMA/hns: Add a max length of gid tableJunxian Huang1-2/+9
2023-12-07RDMA/hns: Response dmac to userspaceJunxian Huang1-0/+7
2023-12-07RDMA/hns: Rename the interruptsChengchang Tang1-3/+4
2023-12-05RDMA/irdma: Avoid free the non-cqp_request scratchShifeng Li1-3/+1
2023-12-05RDMA/irdma: Fix support for 64k pagesMike Marciniszyn1-1/+1
2023-12-05RDMA/irdma: Ensure iWarp QP queue memory is OS paged alignedMike Marciniszyn1-0/+5
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-1/+1
2023-11-22RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info()Shifeng Li1-3/+3
2023-11-22RDMA/bnxt_re: Correct module description stringKalesh AP1-1/+1
2023-11-19RDMA/hns: Support SW stats with debugfsJunxian Huang12-43/+220
2023-11-19RDMA/hns: Add debugfs to hns RoCEJunxian Huang6-1/+99
2023-11-19RDMA/hns: Fix inappropriate err code for unsupported operationsJunxian Huang2-2/+2
2023-11-15RDMA/irdma: Add wait for suspend on SQDMustafa Ismail5-3/+29
2023-11-15RDMA/irdma: Do not modify to SQD on errorMustafa Ismail1-7/+0
2023-11-15RDMA/usnic: Silence uninitialized symbol smatch warningsLeon Romanovsky2-3/+3
2023-11-13RDMA/irdma: Use crypto_shash_digest() in irdma_ieq_check_mpacrc()Eric Biggers1-8/+3
2023-11-13RDMA/bnxt_re: Remove roundup_pow_of_two depth for all hardware queue resourcesChandramohan Akula2-19/+45
2023-11-13RDMA/bnxt_re: Refactor the queue index updateChandramohan Akula6-95/+123
2023-11-13RDMA/hns: Fix unnecessary err return when using invalid congest control algor...Junxian Huang1-4/+9
2023-11-13RDMA/hfi1: Copy userspace arrays safelyPhilipp Stanner2-4/+4
2023-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds127-416/+982
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+17
2023-10-31IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAFGeorge Kennedy1-3/+1
2023-10-31RDMA/mlx5: Fix mkey cache WQ flushMoshe Shemesh1-0/+2