summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re/main.c
AgeCommit message (Expand)Author
2025-08-28RDMA/bnxt_re: Fix a possible memory leak in the driverKalesh AP
2025-03-07RDMA/bnxt_re: Allocate dev_attr information dynamicallyKalesh AP
2025-03-07RDMA/bnxt_re: Add sanity checks on rdev validityKalesh AP
2025-03-07RDMA/bnxt_re: Cache MSIx info to a local structureKalesh AP
2025-03-07RDMA/bnxt_re: Refactor NQ allocationKalesh AP
2025-03-07RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reservedKalesh AP
2025-01-09RDMA/bnxt_re: Fix error recovery sequenceKalesh AP
2024-12-05RDMA/bnxt_re: Correct the sequence of device suspendKalesh AP
2024-11-03RDMA/bnxt_re: Remove some dead codeChristophe JAILLET
2024-11-03RDMA/bnxt_re: Fix some error handling paths in bnxt_re_probe()Christophe JAILLET
2024-10-11RDMA/bnxt_re: Change the sequence of updating the CQ toggle valueChandramohan Akula
2024-10-11RDMA/bnxt_re: Fix an error path in bnxt_re_add_deviceKalesh AP
2024-10-11RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loopSelvin Xavier
2024-10-11RDMA/bnxt_re: Fix a possible NULL pointer dereferenceKalesh AP
2024-10-11RDMA/bnxt_re: Fix incorrect dereference of srq in async eventKashyap Desai
2024-10-08RDMA/bnxt_re: Fix a possible memory leakKalesh AP
2024-09-22RDMA/bnxt_re: Remove the unused variable en_devJiapeng Chong
2024-09-13RDMA/bnxt_re: Recover the device when FW error is detectedSelvin Xavier
2024-09-13RDMA/bnxt_re: Group all operations under add_device and remove_deviceSelvin Xavier
2024-09-13RDMA/bnxt_re: Use the aux device for L2 ULP callbacksChandramohan Akula
2024-09-13RDMA/bnxt_re: Change aux driver data to en_info to hold more informationChandramohan Akula
2024-09-02RDMA/bnxt_re: Share a page to expose per SRQ info with userspaceChandramohan Akula
2024-08-27RDMA/bnxt_re: Add support for Variable WQE in Genp7 adaptersSelvin Xavier
2024-07-01RDMA/bnxt_re: Disable doorbell moderation if hardware register read failsSelvin Xavier
2024-07-01RDMA/bnxt_re: Enable DB moderation for genP7 adaptersSelvin Xavier
2024-07-01RDMA/bnxt_re: Update the correct DB FIFO depth and mask for GenP7Selvin Xavier
2024-01-25RDMA/bnxt_re: Remove a redundant check inside bnxt_re_vf_res_configKalesh AP
2023-12-20RDMA/bnxt_re: Fix the offset for GenP7 adapters for user applicationsSelvin Xavier
2023-12-17RDMA/bnxt_re: Share a page to expose per CQ info with userspaceSelvin Xavier
2023-12-12Expose c0 and SW encap ICM for RDMALeon Romanovsky
2023-12-11RDMA/bnxt_re: Update the BAR offsetsSelvin Xavier
2023-12-11RDMA/bnxt_re: Support new 5760X P7 devicesSelvin Xavier
2023-11-22RDMA/bnxt_re: Correct module description stringKalesh AP
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-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-08-15RDMA/bnxt_re: Add support for dmabuf pinned memory regionsSaravanan Vajravel
2023-08-15RDMA/bnxt_re: Initialize mutex dbq_lockKashyap 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: 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: Reorganize the resource statsChandramohan Akula
2023-07-21RDMA/bnxt_re: Implement doorbell pacing algorithmChandramohan Akula
2023-07-21RDMA/bnxt_re: Initialize Doorbell pacing featureChandramohan Akula