summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
2021-02-26bnxt_en: reliably allocate IRQ table on reset to avoid crashEdwin Peer
2021-02-26bnxt_en: Fix race between firmware reset and driver remove.Vasundhara Volam
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-14bnxt_en: Improve logging of error recovery settings information.Michael Chan
2021-02-14bnxt_en: Reply to firmware's echo request async message.Michael Chan
2021-02-14bnxt_en: Initialize "context kind" field for context memory blocks.Michael Chan
2021-02-14bnxt_en: Add context memory initialization infrastructure.Michael Chan
2021-02-14bnxt_en: Implement faster recovery for firmware fatal error.Michael Chan
2021-02-14bnxt_en: selectively allocate context memoriesEdwin Peer
2021-02-11bnxt_en: reverse order of TX disable and carrier offEdwin Peer
2021-01-26bnxt_en: Convert to use netif_level() helpers.Michael Chan
2021-01-25bnxt_en: Do not process completion entries after fatal condition detected.Michael Chan
2021-01-25bnxt_en: Consolidate firmware reset event logging.Michael Chan
2021-01-25bnxt_en: Improve firmware fatal error shutdown sequence.Michael Chan
2021-01-25bnxt_en: Modify bnxt_disable_int_sync() to be called more than once.Michael Chan
2021-01-25bnxt_en: Add a new BNXT_STATE_NAPI_DISABLED flag to keep track of NAPI state.Michael Chan
2021-01-25bnxt_en: Add bnxt_fw_reset_timeout() helper.Michael Chan
2021-01-25bnxt_en: Retry open if firmware is in reset.Vasundhara Volam
2021-01-25bnxt_en: attempt to reinitialize after aborted resetEdwin Peer
2021-01-25bnxt_en: log firmware debug notificationsEdwin Peer
2021-01-25bnxt_en: Add an upper bound for all firmware command timeouts.Vasundhara Volam
2021-01-25bnxt_en: Move reading VPD info after successful handshake with fw.Vasundhara Volam
2021-01-25bnxt_en: Retry sending the first message to firmware if it is under reset.Michael Chan
2021-01-25bnxt_en: handle CRASH_NO_MASTER during bnxt_open()Edwin Peer
2021-01-25bnxt_en: Update firmware interface to 1.10.2.11.Michael Chan
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2021-01-05bnxt_en: Use kzalloc for allocating only one thingZheng Yongjun
2020-12-28bnxt_en: Check TQM rings for maximum supported value.Michael Chan
2020-12-28bnxt_en: Fix AER recovery.Vasundhara Volam
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-20bnxt_en: Release PCI regions when DMA mask setup fails during probe.Michael Chan
2020-11-19bnxt_en: fix error return code in bnxt_init_board()Zhang Changzhong
2020-11-19bnxt_en: fix error return code in bnxt_init_one()Zhang Changzhong
2020-11-16bnxt_en: Fix counter overflow logic.Michael Chan
2020-11-16bnxt_en: Free port stats during firmware reset.Michael Chan
2020-10-26bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.Vasundhara Volam
2020-10-26bnxt_en: Check abort error state in bnxt_open_nic().Michael Chan
2020-10-26bnxt_en: Re-write PCI BARs after PCI fatal error.Vasundhara Volam
2020-10-26bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.Vasundhara Volam
2020-10-26bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().Vasundhara Volam
2020-10-12bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.Vasundhara Volam
2020-10-12bnxt_en: Log unknown link speed appropriately.Michael Chan
2020-10-12bnxt_en: Log event_data1 and event_data2 when handling RESET_NOTIFY event.Michael Chan
2020-10-12bnxt_en: Simplify bnxt_async_event_process().Michael Chan
2020-10-12bnxt_en: Set driver default message level.Michael Chan
2020-10-12bnxt_en: Return -EROFS to user space, if NVM writes are not permitted.Vasundhara Volam
2020-10-04bnxt_en: Eliminate unnecessary RX resets.Michael Chan
2020-10-04bnxt_en: Reduce unnecessary message log during RX errors.Michael Chan
2020-10-04bnxt_en: Add a software counter for RX ring reset.Michael Chan