aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-11bnxt_en: Enhance stats context reservation logicSaravanan Vajravel1-0/+6
2025-07-15bnxt: move bnxt_hsi.h to include/linux/bnxt/hsi.hAndy Gospodarek1-1/+1
2025-06-17bnxt_en: Fix double invocation of bnxt_ulp_stop()/bnxt_ulp_start()Kalesh AP1-14/+10
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+3
2025-05-20bnxt_en: Fix netdev locking in ULP IRQ functionsMichael Chan1-6/+3
2025-04-21bnxt_en: Remove unused field "ref_count" in struct bnxt_ulpKalesh AP1-5/+0
2025-03-06eth: bnxt: remove most dependencies on RTNLStanislav Fomichev1-6/+10
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+34
2025-01-14RDMA/bnxt_re: Pass the context for ulp_irq_stopKalesh AP1-1/+4
2025-01-14RDMA/bnxt_re: Add Async event handling supportKalesh AP1-4/+2
2025-01-14bnxt_en: Add ULP call to notify async eventsMichael Chan1-0/+28
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-01-06bnxt_en: Fix possible memory leak when hwrm_req_replace failsKalesh AP1-1/+2
2024-12-19bnxt_en: Use FW defined resource limits for RoCEHongguang Gao1-0/+2
2024-11-12RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration designBhargava Chenna Marreddy1-0/+2
2024-09-10bnxt_en: Increase the number of MSIX vectors for RoCE deviceMichael Chan1-4/+10
2024-06-13auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman1-2/+2
2024-05-02bnxt_en: Add a mutex to synchronize ULP operationsKalesh AP1-1/+19
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2024-04-10bnxt_en: Utilize ulp client resources if RoCE is not registeredVikas Gupta1-0/+14
2024-04-10bnxt_en: Change MSIX/NQs allocation policyVikas Gupta1-17/+60
2024-04-10bnxt_en: Refactor bnxt_rdma_aux_device_init/uninit functionsVikas Gupta1-8/+25
2024-04-10bnxt_en: Remove unneeded MSIX base structure fields and codeVikas Gupta1-16/+4
2024-04-10bnxt_en: Remove a redundant NULL check in bnxt_register_dev()Kalesh AP1-3/+0
2024-04-08bnxt_en: Fix error recovery for RoCE ulp clientVikas Gupta1-0/+3
2024-04-08bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init()Vikas Gupta1-1/+2
2024-03-28bnxt_en: Refactor VNIC alloc and cfg functionsPavan Chebbi1-1/+1
2023-12-04bnxt_en: Consolidate DB offset calculationHongguang Gao1-6/+4
2023-11-21bnxt_en: Rename some macros for the P5 chipsRandy Schacher1-1/+1
2023-07-21bnxt_en: Share the bar0 address with the RoCE driverChandramohan Akula1-1/+1
2023-04-18bnxt_en: Fix a possible NULL pointer dereference in unload pathKalesh AP1-9/+10
2023-03-06bnxt_en: Fix the double free during device removalSelvin Xavier1-0/+2
2023-02-01bnxt_en: Remove runtime interrupt vector allocationAjit Khaparde1-115/+41
2023-02-01RDMA/bnxt_re: Remove the sriov config callbackAjit Khaparde1-29/+0
2023-02-01bnxt_en: Remove struct bnxt access from RoCE driverHongguang Gao1-0/+9
2023-02-01bnxt_en: Use auxiliary bus calls over proprietary callsAjit Khaparde1-14/+26
2023-02-01bnxt_en: Use direct API instead of indirectionAjit Khaparde1-55/+20
2023-02-01bnxt_en: Remove usage of ulp_idAjit Khaparde1-119/+89
2023-02-01RDMA/bnxt_re: Use auxiliary driver interfaceAjit Khaparde1-28/+1
2023-02-01bnxt_en: Add auxiliary driver supportAjit Khaparde1-23/+111
2022-05-20eth: bnxt: make ulp_id unsigned to make GCC 12 happyJakub Kicinski1-6/+6
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer1-12/+18
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer1-0/+1
2021-07-19bnxt_en: Refresh RoCE capabilities in bnxt_ulp_probe()Michael Chan1-4/+5
2021-04-19RDMA/bnxt_re: Create direct symbol link between bnxt modulesLeon Romanovsky1-0/+1
2021-01-12bnxt_en: Improve stats context resource accounting with RDMA driver loaded.Michael Chan1-2/+6
2020-05-04bnxt_en: Add doorbell information to bnxt_en_dev struct.Michael Chan1-0/+2
2020-05-04bnxt_en: Set the db_offset on 57500 chips for the RDMA MSIX entries.Michael Chan1-1/+7
2019-12-10bnxt_en: Fix MSIX request logic for RDMA driver.Michael Chan1-2/+6
2019-11-24bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command.Vasundhara Volam1-2/+2