summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c
AgeCommit message (Expand)Author
2025-06-17bnxt_en: Fix double invocation of bnxt_ulp_stop()/bnxt_ulp_start()Kalesh AP
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-20bnxt_en: Fix netdev locking in ULP IRQ functionsMichael Chan
2025-04-21bnxt_en: Remove unused field "ref_count" in struct bnxt_ulpKalesh AP
2025-03-06eth: bnxt: remove most dependencies on RTNLStanislav Fomichev
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-01-14RDMA/bnxt_re: Pass the context for ulp_irq_stopKalesh AP
2025-01-14RDMA/bnxt_re: Add Async event handling supportKalesh AP
2025-01-14bnxt_en: Add ULP call to notify async eventsMichael Chan
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-06bnxt_en: Fix possible memory leak when hwrm_req_replace failsKalesh AP
2024-12-19bnxt_en: Use FW defined resource limits for RoCEHongguang Gao
2024-11-12RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration designBhargava Chenna Marreddy
2024-09-10bnxt_en: Increase the number of MSIX vectors for RoCE deviceMichael Chan
2024-06-13auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman
2024-05-02bnxt_en: Add a mutex to synchronize ULP operationsKalesh AP
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-10bnxt_en: Utilize ulp client resources if RoCE is not registeredVikas Gupta
2024-04-10bnxt_en: Change MSIX/NQs allocation policyVikas Gupta
2024-04-10bnxt_en: Refactor bnxt_rdma_aux_device_init/uninit functionsVikas Gupta
2024-04-10bnxt_en: Remove unneeded MSIX base structure fields and codeVikas Gupta
2024-04-10bnxt_en: Remove a redundant NULL check in bnxt_register_dev()Kalesh AP
2024-04-08bnxt_en: Fix error recovery for RoCE ulp clientVikas Gupta
2024-04-08bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init()Vikas Gupta
2024-03-28bnxt_en: Refactor VNIC alloc and cfg functionsPavan Chebbi
2023-12-04bnxt_en: Consolidate DB offset calculationHongguang Gao
2023-11-21bnxt_en: Rename some macros for the P5 chipsRandy Schacher
2023-07-21bnxt_en: Share the bar0 address with the RoCE driverChandramohan Akula
2023-04-18bnxt_en: Fix a possible NULL pointer dereference in unload pathKalesh AP
2023-03-06bnxt_en: Fix the double free during device removalSelvin Xavier
2023-02-01bnxt_en: Remove runtime interrupt vector allocationAjit Khaparde
2023-02-01RDMA/bnxt_re: Remove the sriov config callbackAjit Khaparde
2023-02-01bnxt_en: Remove struct bnxt access from RoCE driverHongguang Gao
2023-02-01bnxt_en: Use auxiliary bus calls over proprietary callsAjit Khaparde
2023-02-01bnxt_en: Use direct API instead of indirectionAjit Khaparde
2023-02-01bnxt_en: Remove usage of ulp_idAjit Khaparde
2023-02-01RDMA/bnxt_re: Use auxiliary driver interfaceAjit Khaparde
2023-02-01bnxt_en: Add auxiliary driver supportAjit Khaparde
2022-05-20eth: bnxt: make ulp_id unsigned to make GCC 12 happyJakub Kicinski
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer
2021-07-19bnxt_en: Refresh RoCE capabilities in bnxt_ulp_probe()Michael Chan
2021-04-19RDMA/bnxt_re: Create direct symbol link between bnxt modulesLeon Romanovsky
2021-01-12bnxt_en: Improve stats context resource accounting with RDMA driver loaded.Michael Chan
2020-05-04bnxt_en: Add doorbell information to bnxt_en_dev struct.Michael Chan
2020-05-04bnxt_en: Set the db_offset on 57500 chips for the RDMA MSIX entries.Michael Chan
2019-12-10bnxt_en: Fix MSIX request logic for RDMA driver.Michael Chan
2019-11-24bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command.Vasundhara Volam
2019-10-31bnxt_en: Improve bnxt_ulp_stop()/bnxt_ulp_start() call sequence.Vasundhara Volam
2019-08-30bnxt_en: Handle firmware reset.Michael Chan