aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_fw_update.c
Commit message (Expand)AuthorAgeFilesLines
* ice: use libie_aq_strMichal Swiatkowski2025-07-241-10/+10
* ice, libie: move generic adminq descriptors to libMichal Swiatkowski2025-07-241-10/+14
* ice: support FW Recovery ModeKonrad Knitter2025-01-161-1/+13
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* ice: Add tx_scheduling_layers devlink paramLukasz Czapnik2024-04-221-4/+3
* ice: split ice_aq_wait_for_event() func into twoPrzemek Kitszel2023-08-171-4/+9
* ice: embed &ice_rq_event_info event into struct ice_aq_taskPrzemek Kitszel2023-08-171-22/+20
* ice: handle E822 generic device ID in PLDM headerPaul M Stillwell Jr2022-07-121-2/+94
* ice: support immediate firmware activation via devlink reloadJacob Keller2021-12-151-23/+158
* ice: move ice_devlink_flash_update and merge with ice_flash_pldm_imageJacob Keller2021-12-151-18/+36
* ice: move and rename ice_check_for_pending_updateJacob Keller2021-12-151-74/+74
* ice: Propagate error codesTony Nguyen2021-12-141-3/+3
* ice: Remove excess error variablesTony Nguyen2021-12-141-24/+18
* ice: Cleanup after ice_status removalTony Nguyen2021-12-141-13/+9
* ice: Remove enum ice_statusTony Nguyen2021-12-141-1/+1
* ice: Use int for ice_statusTony Nguyen2021-12-141-6/+6
* ice: Remove string printing for ice_statusTony Nguyen2021-12-141-14/+14
* ice: add error message when pldmfw_flash_image failsJacob Keller2021-06-071-0/+10
* ice: report timeout length for erasing during devlink flashJacob Keller2021-02-051-3/+7
* ice: add additional debug logging for firmware updateJacob Keller2020-10-091-6/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-061-2/+8
|\
| * ice: increase maximum wait time for flash write commandsJacob Keller2020-09-301-2/+8
* | ice: add support for flash update overwrite maskJacob Keller2020-09-261-2/+14
* | ice: simplify the return expression of ice_finalize_update()Qinglang Miao2020-09-211-6/+1
|/
* ice: implement device flash update via devlinkJacob Keller2020-07-291-0/+773