summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re
AgeCommit message (Expand)AuthorFilesLines
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-16/+30
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas2-0/+10
2025-07-16bnxt: move bnxt_hsi.h to include/linux/bnxt/hsi.hAndy Gospodarek1-2/+2
2025-07-07RDMA/bnxt_re: Use macro instead of hard coded valueKalesh AP2-1/+2
2025-07-07RDMA/bnxt_re: Support 2G message sizeSelvin Xavier2-14/+17
2025-07-07RDMA/bnxt_re: Fix size of uverbs_copy_to() in BNXT_RE_METHOD_GET_TOGGLE_MEMKalesh AP1-1/+1
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe1-10/+0
2025-05-25RDMA/bnxt_re: Support extended stats for Thor2 VFAjit Khaparde2-2/+7
2025-05-21RDMA/bnxt_re: Fix return code of bnxt_re_configure_ccKalesh AP1-1/+1
2025-05-21RDMA/bnxt_re: Fix missing error handling for tx_queueGautam R A1-6/+9
2025-05-21RDMA/bnxt_re: Fix incorrect display of inactivity_cp in debugfs outputGautam R A1-0/+5
2025-04-10RDMA/bnxt_re: Remove unusable nq variableLeon Romanovsky1-5/+0
2025-04-07RDMA/bnxt_re: Fix budget handling of notification queueKashyap Desai1-5/+0
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-1/+370
2025-03-17RDMA/bnxt_re: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-03-13RDMA/bnxt_re: Support perf management countersPreethi G5-0/+139
2025-03-12RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp pathSaravanan Vajravel1-2/+0
2025-03-03RDMA/bnxt_re: Fix reporting maximum SRQs on P7 chipsPreethi G3-1/+10
2025-03-03RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indxKashyap Desai1-1/+2
2025-03-03RDMA/bnxt_re: Fix allocation of QP tableKashyap Desai6-19/+19
2025-02-23RDMA/bnxt_re: Fix the page details for the srq created by kernel consumersKashyap Desai1-0/+2
2025-02-10RDMA/bnxt_re: Fix the statistics for Gen P7 VFSelvin Xavier2-2/+10
2025-02-10RDMA/bnxt_re: Fix issue in the unload pathKalesh AP2-11/+0
2025-02-10RDMA/bnxt_re: Add sanity checks on rdev validityKalesh AP1-0/+5
2025-02-10RDMA/bnxt_re: Fix an issue in bnxt_re_async_notifierKalesh AP1-1/+6
2025-02-09RDMA/bnxt_re: Fix the condition check while programming congestion controlSelvin Xavier1-1/+1
2025-02-09RDMA/bnxt_re: Fix buffer overflow in debugfs codeDan Carpenter1-0/+3
2025-02-04RDMA/bnxt_re: Congestion control settings using debugfs hookSelvin Xavier3-1/+228
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-172/+365
2025-01-14RDMA/bnxt_re: Allocate dev_attr information dynamicallyKalesh AP8-45/+51
2025-01-14RDMA/bnxt_re: Pass the context for ulp_irq_stopKalesh AP1-1/+11
2025-01-14RDMA/bnxt_re: Add support to handle DCB_CONFIG_CHANGE eventKalesh AP4-0/+107
2025-01-14RDMA/bnxt_re: Query firmware defaults of CC params during probeKalesh AP4-0/+121
2025-01-14RDMA/bnxt_re: Add Async event handling supportKalesh AP2-0/+40
2025-01-05RDMA/bnxt_re: Fix to drop reference to the mmap entry in case of errorKalesh AP1-3/+4
2024-12-31RDMA/bnxt_re: Fix error recovery sequenceKalesh AP2-9/+4
2024-12-25RDMA/bnxt_re: Remove deliver net device eventYuyu Li1-71/+0
2024-12-19RDMA/bnxt_re: Fix the locking while accessing the QP tableSelvin Xavier1-0/+2
2024-12-19RDMA/bnxt_re: Fix MSN table size for variable wqe modeDamodharam Ammepalli1-1/+6
2024-12-19RDMA/bnxt_re: Add send queue size check for variable wqeDamodharam Ammepalli1-0/+4
2024-12-19RDMA/bnxt_re: Disable use of reserved wqesKalesh AP1-5/+7
2024-12-19RDMA/bnxt_re: Fix max_qp_wrs reportedSelvin Xavier1-1/+1
2024-12-16RDMA/bnxt_re: Fix reporting hw_ver in query_deviceKalesh AP1-1/+1
2024-12-16RDMA/bnxt_re: Fix to export port num to ib_query_qpHongguang Gao4-0/+7
2024-12-16RDMA/bnxt_re: Fix setting mandatory attributes for modify_qpDamodharam Ammepalli3-2/+17
2024-12-16RDMA/bnxt_re: Add check for path mtu in modify_qpSaravanan Vajravel1-12/+14
2024-12-16RDMA/bnxt_re: Fix the check for 9060 conditionKalesh AP1-4/+6
2024-12-16RDMA/bnxt_re: Remove unnecessary header file inclusionKalesh AP2-11/+0
2024-12-16RDMA/bnxt_re: Eliminate need for some forward declarationsKalesh AP1-39/+34