summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2020-12-16net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET
2020-12-14bnxt_en: Enable batch mode when using HWRM_NVM_MODIFY to flash packages.Michael Chan
2020-12-14bnxt_en: Retry installing FW package under NO_SPACE error condition.Pavan Chebbi
2020-12-14bnxt_en: Restructure bnxt_flash_package_from_fw_obj() to execute in a loop.Pavan Chebbi
2020-12-14bnxt_en: Rearrange the logic in bnxt_flash_package_from_fw_obj().Michael Chan
2020-12-14bnxt_en: Refactor bnxt_flash_nvram.Pavan Chebbi
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-01net: broadcom CNIC: requires MMURandy Dunlap
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
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-19devlink: move flash end and begin to core devlinkJacob Keller
2020-11-19devlink: move request_firmware out of driverJacob Keller
2020-11-17net: b44: fix error return code in b44_init_one()Zhang Changzhong
2020-11-16bnxt_en: Avoid unnecessary NVM_GET_DEV_INFO cmd error log on VFs.Vasundhara Volam
2020-11-16bnxt_en: Fix counter overflow logic.Michael Chan
2020-11-16bnxt_en: Free port stats during firmware reset.Michael Chan
2020-11-16bnxt_en: read EEPROM A2h address using page 0Edwin Peer
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 stored FW version info to devlink info_get cb.Vasundhara Volam
2020-10-12bnxt_en: Refactor bnxt_dl_info_get().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: Enable online self tests for multi-host/NPAR mode.Vasundhara Volam
2020-10-12bnxt_en: Return -EROFS to user space, if NVM writes are not permitted.Vasundhara Volam
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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-10-04bnxt_en: Update firmware interface spec to 1.10.1.68.Vasundhara Volam
2020-10-03bnx2x: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-09-27bnxt_en: Improve preset max value for ethtool -l.Michael Chan