summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c
AgeCommit message (Expand)AuthorFilesLines
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-02bnxt_en: Remove runtime interrupt vector allocationAjit Khaparde1-115/+41
2023-02-02RDMA/bnxt_re: Remove the sriov config callbackAjit Khaparde1-29/+0
2023-02-02bnxt_en: Remove struct bnxt access from RoCE driverHongguang Gao1-0/+9
2023-02-02bnxt_en: Use auxiliary bus calls over proprietary callsAjit Khaparde1-14/+26
2023-02-02bnxt_en: Use direct API instead of indirectionAjit Khaparde1-55/+20
2023-02-02bnxt_en: Remove usage of ulp_idAjit Khaparde1-119/+89
2023-02-02RDMA/bnxt_re: Use auxiliary driver interfaceAjit Khaparde1-28/+1
2023-02-02bnxt_en: Add auxiliary driver supportAjit Khaparde1-23/+111
2022-05-21eth: 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-13bnxt_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-11bnxt_en: Fix MSIX request logic for RDMA driver.Michael Chan1-2/+6
2019-11-25bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command.Vasundhara Volam1-2/+2
2019-11-01bnxt_en: Improve bnxt_ulp_stop()/bnxt_ulp_start() call sequence.Vasundhara Volam1-2/+8
2019-08-31bnxt_en: Handle firmware reset.Michael Chan1-0/+3
2019-07-01bnxt_en: Cap the returned MSIX vectors to the RDMA driver.Michael Chan1-1/+3
2019-05-23bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().Michael Chan1-1/+1
2019-02-07RDMA/bnxt_en: Enable RDMA driver support for 57500 chipDevesh Sharma1-3/+0
2018-12-18bnxt_en: Do not modify max_stat_ctxs after RDMA driver requests/frees stat_ctxsVasundhara Volam1-9/+2
2018-12-18bnxt_en: get rid of num_stat_ctxs variableVasundhara Volam1-1/+9
2018-12-09bnxt_en: Keep track of reserved IRQs.Michael Chan1-1/+1
2018-11-15bnxt_en: Disable RDMA support on the 57500 chips.Michael Chan1-0/+3
2018-09-04bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan1-5/+0
2018-09-04bnxt_en: Clean up unused functions.Michael Chan1-15/+0
2018-08-06bnxt_en: Add BNXT_NEW_RM() macro.Michael Chan1-2/+2
2018-07-10bnxt_en: Do not modify max IRQ count after RDMA driver requests/frees IRQs.Michael Chan1-2/+0
2018-04-01bnxt_en: Add ULP calls to stop and restart IRQs.Michael Chan1-7/+74
2018-04-01bnxt_en: Reserve completion rings and MSIX for bnxt_re RDMA driver.Michael Chan1-7/+32
2018-04-01bnxt_en: Change IRQ assignment for RDMA driver.Michael Chan1-1/+29
2017-08-24bnxt_en: Free MSIX vectors when unregistering the device from bnxt_re.Michael Chan1-0/+2
2017-05-31bnxt_en: Add a callback to inform RDMA driver during PCI shutdown.Michael Chan1-0/+19
2016-12-07bnxt_en: Add interface to support RDMA driver.Michael Chan1-0/+346