summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2021-04-20bnxt: add more ethtool standard statsJakub Kicinski1-0/+6
2021-04-17bnxt: implement ethtool standard statsJakub Kicinski1-0/+125
2021-04-16bnxt: implement ethtool::get_fec_statsJakub Kicinski1-0/+15
2021-04-12bnxt_en: Free and allocate VF-Reps during error recovery.Sriharsha Basavapatna3-2/+74
2021-04-12bnxt_en: Refactor __bnxt_vf_reps_destroy().Michael Chan1-5/+16
2021-04-12bnxt_en: Refactor bnxt_vf_reps_create().Sriharsha Basavapatna1-18/+22
2021-04-12bnxt_en: Invalidate health register mapping at the end of probe.Vasundhara Volam1-0/+1
2021-04-12bnxt_en: Treat health register value 0 as valid in bnxt_try_reover_fw().Michael Chan1-2/+2
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-12/+8
2021-03-22bnxt_en: Enhance retry of the first message to the firmware.Michael Chan2-2/+7
2021-03-22bnxt_en: Remove the read of BNXT_FW_RESET_INPROG_REG after firmware reset.Vasundhara Volam1-20/+11
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-27bnxt_en: reliably allocate IRQ table on reset to avoid crashEdwin Peer1-2/+12
2021-02-27bnxt_en: Fix race between firmware reset and driver remove.Vasundhara Volam1-0/+3
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+4
2021-02-15bnxt_en: Improve logging of error recovery settings information.Michael Chan1-7/+8
2021-02-15bnxt_en: Reply to firmware's echo request async message.Michael Chan2-0/+32
2021-02-15bnxt_en: Initialize "context kind" field for context memory blocks.Michael Chan1-5/+42
2021-02-15bnxt_en: Add context memory initialization infrastructure.Michael Chan2-18/+53
2021-02-15bnxt_en: Implement faster recovery for firmware fatal error.Michael Chan1-0/+19
2021-02-15bnxt_en: selectively allocate context memoriesEdwin Peer1-32/+52
2021-02-15bnxt_en: Update firmware interface spec to 1.10.2.16.Michael Chan2-11/+96
2021-02-12bnxt_en: Fix devlink info's stored fw.psid version format.Vasundhara Volam1-2/+2
2021-02-12bnxt_en: reverse order of TX disable and carrier offEdwin Peer1-1/+2
2021-01-27bnxt_en: Convert to use netif_level() helpers.Michael Chan1-20/+14
2021-01-26bnxt_en: Do not process completion entries after fatal condition detected.Michael Chan1-0/+8
2021-01-26bnxt_en: Consolidate firmware reset event logging.Michael Chan1-7/+10
2021-01-26bnxt_en: Improve firmware fatal error shutdown sequence.Michael Chan1-3/+10
2021-01-26bnxt_en: Modify bnxt_disable_int_sync() to be called more than once.Michael Chan1-0/+3
2021-01-26bnxt_en: Add a new BNXT_STATE_NAPI_DISABLED flag to keep track of NAPI state.Michael Chan2-1/+4
2021-01-26bnxt_en: Add bnxt_fw_reset_timeout() helper.Michael Chan1-6/+9
2021-01-26bnxt_en: Retry open if firmware is in reset.Vasundhara Volam2-2/+14
2021-01-26bnxt_en: attempt to reinitialize after aborted resetEdwin Peer1-2/+27
2021-01-26bnxt_en: log firmware debug notificationsEdwin Peer1-0/+8
2021-01-26bnxt_en: Add an upper bound for all firmware command timeouts.Vasundhara Volam2-0/+3
2021-01-26bnxt_en: Move reading VPD info after successful handshake with fw.Vasundhara Volam1-3/+3
2021-01-26bnxt_en: Retry sending the first message to firmware if it is under reset.Michael Chan2-7/+42
2021-01-26bnxt_en: handle CRASH_NO_MASTER during bnxt_open()Edwin Peer1-28/+39
2021-01-26bnxt_en: Define macros for the various health register states.Michael Chan2-4/+13
2021-01-26bnxt_en: Update firmware interface to 1.10.2.11.Michael Chan3-53/+203
2021-01-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-6/+3
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+8
2021-01-13bnxt_en: Clear DEFRAG flag in firmware message when retry flashing.Pavan Chebbi1-1/+2
2021-01-13bnxt_en: Improve stats context resource accounting with RDMA driver loaded.Michael Chan1-2/+6
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+1