summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorLines
2020-12-16net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET-1/+3
2020-12-14bnxt_en: Enable batch mode when using HWRM_NVM_MODIFY to flash packages.Michael Chan-9/+40
2020-12-14bnxt_en: Retry installing FW package under NO_SPACE error condition.Pavan Chebbi-5/+32
2020-12-14bnxt_en: Restructure bnxt_flash_package_from_fw_obj() to execute in a loop.Pavan Chebbi-32/+28
2020-12-14bnxt_en: Rearrange the logic in bnxt_flash_package_from_fw_obj().Michael Chan-33/+30
2020-12-14bnxt_en: Refactor bnxt_flash_nvram.Pavan Chebbi-19/+32
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-1/+1
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2020-12-01net: broadcom CNIC: requires MMURandy Dunlap-0/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel-1/+1
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski-0/+2
2020-11-20bnxt_en: Release PCI regions when DMA mask setup fails during probe.Michael Chan-1/+1
2020-11-19bnxt_en: fix error return code in bnxt_init_board()Zhang Changzhong-0/+1
2020-11-19bnxt_en: fix error return code in bnxt_init_one()Zhang Changzhong-0/+1
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller-2/+0
2020-11-19devlink: move request_firmware out of driverJacob Keller-14/+25
2020-11-17net: b44: fix error return code in b44_init_one()Zhang Changzhong-1/+2
2020-11-16bnxt_en: Avoid unnecessary NVM_GET_DEV_INFO cmd error log on VFs.Vasundhara Volam-0/+3
2020-11-16bnxt_en: Fix counter overflow logic.Michael Chan-0/+1
2020-11-16bnxt_en: Free port stats during firmware reset.Michael Chan-1/+2
2020-11-16bnxt_en: read EEPROM A2h address using page 0Edwin Peer-1/+1
2020-10-26bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.Vasundhara Volam-1/+2
2020-10-26bnxt_en: Check abort error state in bnxt_open_nic().Michael Chan-1/+4
2020-10-26bnxt_en: Re-write PCI BARs after PCI fatal error.Vasundhara Volam-1/+19
2020-10-26bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.Vasundhara Volam-11/+2
2020-10-26bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().Vasundhara Volam-4/+5
2020-10-12bnxt_en: Add stored FW version info to devlink info_get cb.Vasundhara Volam-2/+45
2020-10-12bnxt_en: Refactor bnxt_dl_info_get().Vasundhara Volam-48/+71
2020-10-12bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.Vasundhara Volam-0/+31
2020-10-12bnxt_en: Log unknown link speed appropriately.Michael Chan-1/+5
2020-10-12bnxt_en: Log event_data1 and event_data2 when handling RESET_NOTIFY event.Michael Chan-0/+3
2020-10-12bnxt_en: Simplify bnxt_async_event_process().Michael Chan-9/+3
2020-10-12bnxt_en: Set driver default message level.Michael Chan-1/+3
2020-10-12bnxt_en: Enable online self tests for multi-host/NPAR mode.Vasundhara Volam-4/+4
2020-10-12bnxt_en: Return -EROFS to user space, if NVM writes are not permitted.Vasundhara Volam-0/+2
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-8/+8
2020-10-04bnxt_en: Eliminate unnecessary RX resets.Michael Chan-1/+53
2020-10-04bnxt_en: Reduce unnecessary message log during RX errors.Michael Chan-2/+4
2020-10-04bnxt_en: Add a software counter for RX ring reset.Michael Chan-4/+12
2020-10-04bnxt_en: Implement RX ring reset in response to buffer errors.Michael Chan-4/+75
2020-10-04bnxt_en: Refactor bnxt_init_one_rx_ring().Michael Chan-46/+50
2020-10-04bnxt_en: Refactor bnxt_free_rx_skbs().Michael Chan-68/+66
2020-10-04bnxt_en: Log FW health status info, if reset is aborted.Michael Chan-1/+8
2020-10-04bnxt_en: perform no master recovery during startupEdwin Peer-9/+29
2020-10-04bnxt_en: log firmware status on firmware init failureEdwin Peer-5/+55
2020-10-04bnxt_en: refactor bnxt_alloc_fw_health()Edwin Peer-22/+38
2020-10-04bnxt_en: Update firmware interface spec to 1.10.1.68.Vasundhara Volam-3/+21
2020-10-03bnx2x: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-09-27bnxt_en: Improve preset max value for ethtool -l.Michael Chan-2/+7