summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
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
2020-10-04bnxt_en: Implement RX ring reset in response to buffer errors.Michael Chan
2020-10-04bnxt_en: Refactor bnxt_init_one_rx_ring().Michael Chan
2020-10-04bnxt_en: Refactor bnxt_free_rx_skbs().Michael Chan
2020-10-04bnxt_en: Log FW health status info, if reset is aborted.Michael Chan
2020-10-04bnxt_en: perform no master recovery during startupEdwin Peer
2020-10-04bnxt_en: log firmware status on firmware init failureEdwin Peer
2020-10-04bnxt_en: refactor bnxt_alloc_fw_health()Edwin Peer
2020-09-27bnxt_en: Implement ethtool set_fec_param() method.Michael Chan
2020-09-27bnxt_en: Report Active FEC encoding during link up.Michael Chan
2020-09-27bnxt_en: Report FEC settings to ethtool.Michael Chan
2020-09-27bnxt_en: Handle ethernet link being disabled by firmware.Michael Chan
2020-09-27bnxt_en: add basic infrastructure to support PAM4 link speedsEdwin Peer
2020-09-27bnxt_en: refactor code to limit speed advertisingEdwin Peer
2020-09-27bnxt_en: Update firmware interface spec to 1.10.1.65.Michael Chan
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-20bnxt_en: Fix wrong flag value passed to HWRM_PORT_QSTATS_EXT fw call.Michael Chan
2020-09-20bnxt_en: Fix HWRM_FUNC_QSTATS_EXT firmware call.Michael Chan
2020-09-20bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer
2020-09-20bnxt_en: Use memcpy to copy VPD field info.Vasundhara Volam
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski
2020-09-07bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()Vasundhara Volam
2020-09-07bnxt_en: Avoid sending firmware messages when AER error is detected.Vasundhara Volam
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-26bnxt: don't enable NAPI until rings are readyJakub Kicinski
2020-08-26bnxt_en: Setup default RSS map in all scenarios.Michael Chan
2020-08-26bnxt_en: init RSS table for Minimal-Static VF reservationEdwin Peer
2020-08-26bnxt_en: fix HWRM error when querying VF temperatureEdwin Peer
2020-08-26bnxt_en: Fix possible crash in bnxt_fw_reset_task().Michael Chan
2020-08-26bnxt_en: Fix PCI AER error recovery flowVasundhara Volam
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-30bnxt_en: Remove superfluous memset()Li Heng
2020-07-27bnxt_en: Add support for 'ethtool -d'Vasundhara Volam
2020-07-27bnxt_en: Switch over to use the 64-bit software accumulated counters.Michael Chan
2020-07-27bnxt_en: Accumulate all counters.Michael Chan
2020-07-27bnxt_en: Retrieve hardware masks for port counters.Michael Chan
2020-07-27bnxt_en: Retrieve hardware counter masks from firmware if available.Michael Chan