summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_fw_update.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-15ice: support immediate firmware activation via devlink reloadJacob Keller1-23/+158
2021-12-15ice: move ice_devlink_flash_update and merge with ice_flash_pldm_imageJacob Keller1-18/+36
2021-12-15ice: move and rename ice_check_for_pending_updateJacob Keller1-74/+74
2021-12-14ice: Propagate error codesTony Nguyen1-3/+3
2021-12-14ice: Remove excess error variablesTony Nguyen1-24/+18
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-13/+9
2021-12-14ice: Remove enum ice_statusTony Nguyen1-1/+1
2021-12-14ice: Use int for ice_statusTony Nguyen1-6/+6
2021-12-14ice: Remove string printing for ice_statusTony Nguyen1-14/+14
2021-06-07ice: add error message when pldmfw_flash_image failsJacob Keller1-0/+10
2021-02-05ice: report timeout length for erasing during devlink flashJacob Keller1-3/+7
2020-10-09ice: add additional debug logging for firmware updateJacob Keller1-6/+22
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+8
2020-09-30ice: increase maximum wait time for flash write commandsJacob Keller1-2/+8
2020-09-26ice: add support for flash update overwrite maskJacob Keller1-2/+14
2020-09-21ice: simplify the return expression of ice_finalize_update()Qinglang Miao1-6/+1
2020-07-29ice: implement device flash update via devlinkJacob Keller1-0/+773