summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-01-1250-296/+1509
|\
| * RDMA/bnxt_re: Fix error code in bnxt_re_create_cq()Dan Carpenter2024-01-081-2/+4
| * RDMA/efa: Add EFA query MR supportMichael Margolin2024-01-076-6/+140
| * RDMA/erdma: Add hardware statistics supportCheng Xu2023-12-304-0/+133
| * RDMA/erdma: Introduce dma pool for hardware responses of CMDQ requestsCheng Xu2023-12-303-2/+26
| * RDMA/mana_ib: Add CQ interrupt support for RAW QPLong Li2023-12-203-7/+102
| * RDMA/mana_ib: query device capabilitiesLong Li2023-12-205-16/+112
| * RDMA/mana_ib: register RDMA device with GDMALong Li2023-12-203-14/+29
| * RDMA/bnxt_re: Fix the sparse warningsSelvin Xavier2023-12-202-2/+2
| * RDMA/bnxt_re: Fix the offset for GenP7 adapters for user applicationsSelvin Xavier2023-12-201-3/+5
| * RDMA/bnxt_re: Share a page to expose per CQ info with userspaceSelvin Xavier2023-12-175-8/+74
| * RDMA/bnxt_re: Add UAPI to share a page with user spaceSelvin Xavier2023-12-172-0/+106
| * Expose c0 and SW encap ICM for RDMALeon Romanovsky2023-12-1210-22/+79
| |\
| | * RDMA/mlx5: Expose register c0 for RDMA deviceMark Bloch2023-12-121-0/+24
| | * RDMA/mlx5: Support handling of SW encap ICM areaShun Hao2023-12-122-0/+6
| * | RDMA/bnxt_re: Adds MSN table capability for Gen P7 adaptersSelvin Xavier2023-12-114-6/+86
| * | RDMA/bnxt_re: Doorbell changesSelvin Xavier2023-12-111-11/+35
| * | RDMA/bnxt_re: Get the toggle bits from CQ completionsSelvin Xavier2023-12-113-0/+8
| * | RDMA/bnxt_re: Update the HW interface definitionsSelvin Xavier2023-12-111-10/+57
| * | RDMA/bnxt_re: Update the BAR offsetsSelvin Xavier2023-12-112-16/+10
| * | RDMA/bnxt_re: Support new 5760X P7 devicesSelvin Xavier2023-12-118-24/+38
| * | RDMA/hns: Fix memory leak in free_mr_init()Chengchang Tang2023-12-071-0/+4
| * | RDMA/hns: Remove unnecessary checks for NULL in mtr_alloc_bufs()Chengchang Tang2023-12-071-1/+1
| * | RDMA/hns: Add a max length of gid tableJunxian Huang2023-12-071-2/+9
| * | RDMA/hns: Response dmac to userspaceJunxian Huang2023-12-071-0/+7
| * | RDMA/hns: Rename the interruptsChengchang Tang2023-12-071-3/+4
| * | RDMA/hns: Support SW stats with debugfsJunxian Huang2023-11-1912-43/+220
| * | RDMA/hns: Add debugfs to hns RoCEJunxian Huang2023-11-196-1/+99
| * | RDMA/hns: Fix inappropriate err code for unsupported operationsJunxian Huang2023-11-192-2/+2
| * | RDMA/usnic: Silence uninitialized symbol smatch warningsLeon Romanovsky2023-11-152-3/+3
| * | RDMA/irdma: Use crypto_shash_digest() in irdma_ieq_check_mpacrc()Eric Biggers2023-11-131-8/+3
| * | RDMA/bnxt_re: Remove roundup_pow_of_two depth for all hardware queue resourcesChandramohan Akula2023-11-132-19/+45
| * | RDMA/bnxt_re: Refactor the queue index updateChandramohan Akula2023-11-136-95/+123
| * | RDMA/hfi1: Copy userspace arrays safelyPhilipp Stanner2023-11-132-4/+4
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-01-081-2/+0
|\ \ \
| * | | PCI: Add Alibaba Vendor ID to linux/pci_ids.hShuai Xue2023-12-131-2/+0
| |/ /
* | | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-1/+1
|\ \ \ | |_|/ |/| |
| * | eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-1/+1
| |/
* | RDMA/irdma: Avoid free the non-cqp_request scratchShifeng Li2023-12-041-3/+1
* | RDMA/irdma: Fix support for 64k pagesMike Marciniszyn2023-12-041-1/+1
* | RDMA/irdma: Ensure iWarp QP queue memory is OS paged alignedMike Marciniszyn2023-12-041-0/+5
* | RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info()Shifeng Li2023-11-221-3/+3
* | RDMA/bnxt_re: Correct module description stringKalesh AP2023-11-221-1/+1
* | RDMA/irdma: Add wait for suspend on SQDMustafa Ismail2023-11-155-3/+29
* | RDMA/irdma: Do not modify to SQD on errorMustafa Ismail2023-11-151-7/+0
* | RDMA/hns: Fix unnecessary err return when using invalid congest control algor...Junxian Huang2023-11-131-4/+9
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-11-02127-416/+982
|\
| * 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-318-12/+33
| |\