aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-27bnxt_en: Support configurable CQE coalescing modeMichael Chan1-5/+11
2021-12-27bnxt_en: enable interrupt sampling on 5750X for DIMAndy Gospodarek1-1/+13
2021-12-27bnxt_en: Log error report for dropped doorbellMichael Chan1-2/+8
2021-12-27bnxt_en: Add event handler for PAUSE Storm eventSomnath Kotur1-0/+3
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-10-29bnxt_en: implement firmware live patchingEdwin Peer1-0/+2
2021-10-29bnxt_en: Update firmware interface to 1.10.2.63Michael Chan1-0/+4
2021-10-29bnxt_en: Retrieve coredump and crashdump size via FW commandVasundhara Volam1-0/+31
2021-10-29bnxt_en: improve fw diagnose devlink health messagesEdwin Peer1-3/+16
2021-10-29bnxt_en: remove fw_reset devlink health reporterEdwin Peer1-11/+22
2021-10-29bnxt_en: improve error recovery information messagesEdwin Peer1-8/+12
2021-10-29bnxt_en: add enable_remote_dev_reset devlink parameterEdwin Peer1-0/+23
2021-10-29bnxt_en: implement devlink dev reload fw_activateEdwin Peer1-1/+7
2021-10-29bnxt_en: implement devlink dev reload driver_reinitEdwin Peer1-9/+5
2021-10-29bnxt_en: refactor cancellation of resource reservationsEdwin Peer1-19/+28
2021-10-29bnxt_en: refactor printing of device infoEdwin Peer1-54/+13
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-10bnxt: use netif_is_rxfh_configured instead of open codeJuhee Kang1-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-2/+2
2021-09-24bnxt_en: Check devlink allocation and registration statusLeon Romanovsky1-1/+4
2021-09-20bnxt_en: Fix TX timeout when TX ring size is set to the smallestMichael Chan1-4/+4
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+29
2021-09-13bnxt_en: Clean up completion ring page arrays completelyMichael Chan1-0/+8
2021-09-13bnxt_en: make bnxt_free_skbs() safe to call after bnxt_free_mem()Edwin Peer1-0/+13
2021-09-13bnxt_en: Fix error recovery regressionMichael Chan1-4/+8
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-43/+12
2021-09-05bnxt_en: Fix possible unintended driver initiated error recoveryMichael Chan1-7/+18
2021-09-05bnxt_en: Fix UDP tunnel logicMichael Chan1-11/+17
2021-09-01bnxt_en: Fix 64-bit doorbell operation on 32-bit kernelsMichael Chan1-6/+8
2021-08-30bnxt_en: support multiple HWRM commands in flightEdwin Peer1-4/+17
2021-08-30bnxt_en: remove legacy HWRM interfaceEdwin Peer1-17/+1
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer1-764/+983
2021-08-30bnxt_en: use link_lock instead of hwrm_cmd_lock to protect link_infoEdwin Peer1-0/+5
2021-08-30bnxt_en: introduce new firmware message API based on DMA poolsEdwin Peer1-35/+7
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer1-272/+1
2021-08-30bnxt_en: Refactor the HWRM_VER_GET firmware callsEdwin Peer1-6/+11
2021-08-30bnxt_en: remove DMA mapping for KONG responseEdwin Peer1-38/+4
2021-08-27bnxt: count discards due to memory allocation errorsJakub Kicinski1-1/+10
2021-08-27bnxt: count packets discarded because of netpollJakub Kicinski1-1/+8
2021-08-24bnxt: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-29/+9
2021-08-24bnxt: Read VPD with pci_vpd_alloc()Heiner Kallweit1-9/+4
2021-08-23net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-10/+10
2021-08-23Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-0/+6
2021-08-23Revert "bnxt: Read VPD with pci_vpd_alloc()"David S. Miller1-4/+9
2021-08-23Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-9/+29
2021-08-22bnxt: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-29/+9
2021-08-22bnxt: Read VPD with pci_vpd_alloc()Heiner Kallweit1-9/+4
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-37/+76
2021-08-16bnxt_en: Add missing DMA memory barriersMichael Chan1-0/+12