summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re
AgeCommit message (Expand)AuthorFilesLines
2024-01-25RDMA/bnxt_re: Add a missing check in bnxt_qplib_query_srqKalesh AP1-1/+2
2024-01-25RDMA/bnxt_re: Return error for SRQ resizeKalesh AP1-3/+2
2024-01-25RDMA/bnxt_re: Fix unconditional fence for newer adaptersKalesh AP1-12/+16
2024-01-25RDMA/bnxt_re: Remove a redundant check inside bnxt_re_vf_res_configKalesh AP1-3/+0
2024-01-25RDMA/bnxt_re: Avoid creating fence MR for newer adaptersKalesh AP1-0/+10
2024-01-08RDMA/bnxt_re: Fix error code in bnxt_re_create_cq()Dan Carpenter1-2/+4
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-12Expose c0 and SW encap ICM for RDMALeon Romanovsky1-1/+1
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-11-22RDMA/bnxt_re: Correct module description stringKalesh AP1-1/+1
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-10-31Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe2-2/+13
2023-10-22RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in bnxt_re_handle_cq_async_err...Nathan Chancellor1-0/+1
2023-10-15RDMA/bnxt_re: Do not report SRQ error in srq notificationChandramohan Akula1-5/+2
2023-10-15RDMA/bnxt_re: Report async events and errorsChandramohan Akula1-9/+156
2023-10-15RDMA/bnxt_re: Update HW interface headersChandramohan Akula1-0/+58
2023-09-21RDMA/bnxt_re: Decrement resource stats correctlySelvin Xavier1-0/+4
2023-09-21RDMA/bnxt_re: Fix the handling of control path response dataSelvin Xavier1-2/+9
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski1-1/+1
2023-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-245/+728
2023-08-21RDMA/bnxt_re: Fix kernel doc errorsLeon Romanovsky1-15/+15
2023-08-15RDMA/bnxt_re: Add support for dmabuf pinned memory regionsSaravanan Vajravel3-26/+62
2023-08-15RDMA/bnxt_re: Protect the PD table bitmapSelvin Xavier3-8/+24
2023-08-15RDMA/bnxt_re: Initialize mutex dbq_lockKashyap Desai1-0/+1
2023-08-10RDMA/bnxt_re: Initialize dpi_tbl_lock mutexKashyap Desai1-0/+1
2023-08-10RDMA/bnxt_re: Fix error handling in probe failure pathKalesh AP1-0/+2
2023-08-10RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAFSelvin Xavier1-1/+1
2023-08-07RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP6-25/+25
2023-08-07RDMA/bnxt_re: Avoid unnecessary memsetKalesh AP2-9/+4
2023-08-07RDMA/bnxt_re: Cleanup bnxt_re_process_raw_qp_pkt_rx() functionKalesh AP1-13/+8
2023-08-07RDMA/bnxt_re: Fix the sideband buffer size handling for FW commandsSelvin Xavier3-80/+55
2023-08-07RDMA/bnxt_re: Remove a redundant flagKalesh AP2-4/+2
2023-08-07RDMA/bnxt_re: Fix max_qp count for virtual functionsKalesh AP3-9/+6
2023-07-31RDMA: Remove unnecessary ternary operatorsRuan Jinjie3-9/+6
2023-07-30bnxt_re: Update the debug counters for doorbell pacingChandramohan Akula3-0/+32
2023-07-30bnxt_re: Expose the missing hw countersChandramohan Akula3-2/+39
2023-07-30bnxt_re: Update the hw counters for resource statsChandramohan Akula3-9/+94
2023-07-30bnxt_re: Reorganize the resource statsChandramohan Akula5-42/+47
2023-07-21RDMA/bnxt_re: Add a new uapi for driver notificationChandramohan Akula1-0/+15
2023-07-21RDMA/bnxt_re: Implement doorbell pacing algorithmChandramohan Akula2-0/+129
2023-07-21RDMA/bnxt_re: Update alloc_page uapi for pacingChandramohan Akula2-3/+34