summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |\
| * | 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-241-8/+4
| * | 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/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