aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2021-03-22bnxt_en: Remove the read of BNXT_FW_RESET_INPROG_REG after firmware reset.Vasundhara Volam1-19/+10
2021-03-22bnxt_en: Set BNXT_STATE_FW_RESET_DET flag earlier for the RDMA driver.Michael Chan1-1/+3
2021-03-22bnxt_en: check return value of bnxt_hwrm_func_resc_qcapsScott Branden1-1/+4
2021-03-22bnxt_en: don't fake firmware response success when PCI is disabledEdwin Peer1-2/+2
2021-03-22bnxt_en: Improve wait for firmware commands completionPavan Chebbi2-4/+29
2021-03-22bnxt_en: Improve the status_reliable flag in bp->fw_health.Michael Chan1-5/+26
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-12/+8
2021-02-26bnxt_en: reliably allocate IRQ table on reset to avoid crashEdwin Peer1-2/+12
2021-02-26bnxt_en: Fix race between firmware reset and driver remove.Vasundhara Volam1-0/+3
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+4
2021-02-14bnxt_en: Improve logging of error recovery settings information.Michael Chan1-7/+8
2021-02-14bnxt_en: Reply to firmware's echo request async message.Michael Chan2-0/+32
2021-02-14bnxt_en: Initialize "context kind" field for context memory blocks.Michael Chan1-5/+42
2021-02-14bnxt_en: Add context memory initialization infrastructure.Michael Chan2-18/+53
2021-02-14bnxt_en: Implement faster recovery for firmware fatal error.Michael Chan1-0/+19
2021-02-14bnxt_en: selectively allocate context memoriesEdwin Peer1-32/+52
2021-02-14bnxt_en: Update firmware interface spec to 1.10.2.16.Michael Chan2-10/+95
2021-02-11bnxt_en: Fix devlink info's stored fw.psid version format.Vasundhara Volam1-2/+2
2021-02-11bnxt_en: reverse order of TX disable and carrier offEdwin Peer1-1/+2
2021-01-26bnxt_en: Convert to use netif_level() helpers.Michael Chan1-20/+14
2021-01-25bnxt_en: Do not process completion entries after fatal condition detected.Michael Chan1-0/+8
2021-01-25bnxt_en: Consolidate firmware reset event logging.Michael Chan1-7/+10
2021-01-25bnxt_en: Improve firmware fatal error shutdown sequence.Michael Chan1-3/+10
2021-01-25bnxt_en: Modify bnxt_disable_int_sync() to be called more than once.Michael Chan1-0/+3
2021-01-25bnxt_en: Add a new BNXT_STATE_NAPI_DISABLED flag to keep track of NAPI state.Michael Chan2-1/+4
2021-01-25bnxt_en: Add bnxt_fw_reset_timeout() helper.Michael Chan1-6/+9
2021-01-25bnxt_en: Retry open if firmware is in reset.Vasundhara Volam2-2/+14
2021-01-25bnxt_en: attempt to reinitialize after aborted resetEdwin Peer1-2/+27
2021-01-25bnxt_en: log firmware debug notificationsEdwin Peer1-0/+8
2021-01-25bnxt_en: Add an upper bound for all firmware command timeouts.Vasundhara Volam2-0/+3
2021-01-25bnxt_en: Move reading VPD info after successful handshake with fw.Vasundhara Volam1-3/+3
2021-01-25bnxt_en: Retry sending the first message to firmware if it is under reset.Michael Chan2-7/+42
2021-01-25bnxt_en: handle CRASH_NO_MASTER during bnxt_open()Edwin Peer1-28/+39
2021-01-25bnxt_en: Define macros for the various health register states.Michael Chan2-4/+13
2021-01-25bnxt_en: Update firmware interface to 1.10.2.11.Michael Chan3-53/+203
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-6/+3
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+8
2021-01-12bnxt_en: Clear DEFRAG flag in firmware message when retry flashing.Pavan Chebbi1-1/+2
2021-01-12bnxt_en: Improve stats context resource accounting with RDMA driver loaded.Michael Chan1-2/+6
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+1
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+2
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2021-01-05bnxt_en: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2020-12-28bnxt_en: Check TQM rings for maximum supported value.Michael Chan2-3/+11
2020-12-28bnxt_en: Fix AER recovery.Vasundhara Volam1-17/+14
2020-12-14bnxt_en: Enable batch mode when using HWRM_NVM_MODIFY to flash packages.Michael Chan1-9/+40
2020-12-14bnxt_en: Retry installing FW package under NO_SPACE error condition.Pavan Chebbi1-5/+32
2020-12-14bnxt_en: Restructure bnxt_flash_package_from_fw_obj() to execute in a loop.Pavan Chebbi1-32/+28
2020-12-14bnxt_en: Rearrange the logic in bnxt_flash_package_from_fw_obj().Michael Chan1-33/+30
2020-12-14bnxt_en: Refactor bnxt_flash_nvram.Pavan Chebbi1-19/+32