aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re
AgeCommit message (Expand)Author
2023-11-22RDMA/bnxt_re: Correct module description stringKalesh AP
2023-10-31Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe
2023-10-22RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in bnxt_re_handle_cq_async_err...Nathan Chancellor
2023-10-15RDMA/bnxt_re: Do not report SRQ error in srq notificationChandramohan Akula
2023-10-15RDMA/bnxt_re: Report async events and errorsChandramohan Akula
2023-10-15RDMA/bnxt_re: Update HW interface headersChandramohan Akula
2023-09-21RDMA/bnxt_re: Decrement resource stats correctlySelvin Xavier
2023-09-21RDMA/bnxt_re: Fix the handling of control path response dataSelvin Xavier
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-08-21RDMA/bnxt_re: Fix kernel doc errorsLeon Romanovsky
2023-08-15RDMA/bnxt_re: Add support for dmabuf pinned memory regionsSaravanan Vajravel
2023-08-15RDMA/bnxt_re: Protect the PD table bitmapSelvin Xavier
2023-08-15RDMA/bnxt_re: Initialize mutex dbq_lockKashyap Desai
2023-08-10RDMA/bnxt_re: Initialize dpi_tbl_lock mutexKashyap Desai
2023-08-10RDMA/bnxt_re: Fix error handling in probe failure pathKalesh AP
2023-08-10RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAFSelvin Xavier
2023-08-07RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP
2023-08-07RDMA/bnxt_re: Avoid unnecessary memsetKalesh AP
2023-08-07RDMA/bnxt_re: Cleanup bnxt_re_process_raw_qp_pkt_rx() functionKalesh AP
2023-08-07RDMA/bnxt_re: Fix the sideband buffer size handling for FW commandsSelvin Xavier
2023-08-07RDMA/bnxt_re: Remove a redundant flagKalesh AP
2023-08-07RDMA/bnxt_re: Fix max_qp count for virtual functionsKalesh AP
2023-07-31RDMA: Remove unnecessary ternary operatorsRuan Jinjie
2023-07-30bnxt_re: Update the debug counters for doorbell pacingChandramohan Akula
2023-07-30bnxt_re: Expose the missing hw countersChandramohan Akula
2023-07-30bnxt_re: Update the hw counters for resource statsChandramohan Akula
2023-07-30bnxt_re: Reorganize the resource statsChandramohan Akula
2023-07-21RDMA/bnxt_re: Add a new uapi for driver notificationChandramohan Akula
2023-07-21RDMA/bnxt_re: Implement doorbell pacing algorithmChandramohan Akula
2023-07-21RDMA/bnxt_re: Update alloc_page uapi for pacingChandramohan Akula
2023-07-21RDMA/bnxt_re: Enable pacing support for the user appsChandramohan Akula
2023-07-21RDMA/bnxt_re: Initialize Doorbell pacing featureChandramohan Akula
2023-07-21RDMA/bnxt_re: use vmalloc_array and vcallocJulia Lawall
2023-07-17RDMA/bnxt_re: Fix hang during driver unloadSelvin Xavier
2023-07-17RDMA/bnxt_re: Prevent handling any completions after qp destroyKashyap Desai
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe
2023-06-27RDMA/bnxt_re: Fix an IS_ERR() vs NULL checkDan Carpenter
2023-06-26RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"Colin Ian King
2023-06-26RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.cYang Li
2023-06-26RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()Kashyap Desai
2023-06-26RDMA/bnxt_re: Remove incorrect return check from slow pathKashyap Desai
2023-06-21RDMA/bnxt_re: Enable low latency pushSelvin Xavier
2023-06-21RDMA/bnxt_re: Reorg the bar mappingSelvin Xavier
2023-06-21RDMA/bnxt_re: Move the interface version to chip context structureSelvin Xavier
2023-06-21RDMA/bnxt_re: Query function capabilities from firmwareSelvin Xavier
2023-06-21RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usageSelvin Xavier
2023-06-21RDMA/bnxt_re: Add disassociate ucontext supportSelvin Xavier
2023-06-21RDMA/bnxt_re: Use the common mmap helper functionsSelvin Xavier
2023-06-21RDMA/bnxt_re: Initialize opcode while sending messageLeon Romanovsky