summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi1-0/+7
2022-03-08bnxt_en: Fix occasional ethtool -t loopback test failuresMichael Chan1-0/+7
2022-03-02bnxt_en: Fix incorrect multicast rx mask setting when not requestedPavan Chebbi1-5/+8
2022-03-02bnxt_en: Fix offline ethtool selftest with RDMA enabledMichael Chan1-5/+5
2022-01-27bnxt_en: use firmware provided max timeout for messagesEdwin Peer1-0/+6
2021-11-18bnxt_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/net...Linus 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-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-28bnxt: count discards due to memory allocation errorsJakub Kicinski1-1/+10
2021-08-28bnxt: 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-20Merge 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
2021-08-16bnxt_en: Disable aRFS if running on 212 firmwareMichael Chan1-0/+3
2021-08-13bnxt: count Tx dropsJakub Kicinski1-0/+2
2021-08-13bnxt: make sure xmit_more + errors does not miss doorbellsJakub Kicinski1-13/+26
2021-08-13bnxt: disable napi before canceling DIMJakub Kicinski1-2/+1
2021-08-13bnxt: don't lock the tx queue from napi pollJakub Kicinski1-22/+32
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2021-08-08bnxt_en: Update firmware call to retrieve TX PTP timestampMichael Chan1-1/+4
2021-08-03bnxt_en: Increase maximum RX ring size if jumbo ring is not usedMichael Chan1-2/+8
2021-08-03bnxt_en: Don't use static arrays for completion ring pagesMichael Chan1-0/+65
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2021-07-28bnxt_en: Log if an invalid signal detected on TSIO pinPavan Chebbi1-0/+18
2021-07-28bnxt_en: Event handler for PPS eventsPavan Chebbi1-0/+5
2021-07-28bnxt_en: 1PPS functions to configure TSIO pinsPavan Chebbi1-0/+1
2021-07-28bnxt_en: 1PPS support for 5750X family chipsPavan Chebbi1-0/+2
2021-07-28bnxt_en: Do not read the PTP PHC during chip resetMichael Chan1-2/+16