summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_nvm.c
Commit message (Expand)AuthorAgeFilesLines
* ice: fix reads from NVM Shadow RAM on E830 and E825-C devicesJacob Keller2024-06-051-1/+87
* ice: fix iteration of TLVs in Preserved Fields AreaJacob Keller2024-06-051-7/+21
* ice: Add tx_scheduling_layers devlink paramLukasz Czapnik2024-04-221-4/+3
* ice: field get conversionJesse Brandeburg2023-12-181-7/+8
* ice: Remove cppcheck suppressionsTony Nguyen2023-01-191-1/+0
* ice: Add additional flags to ice_nvm_write_activateJacob Keller2022-08-241-4/+9
* ice: Fix memory leak in ice_get_orom_civd_data()Jianglei Nie2022-04-141-0/+1
* net: fixup build after bpf header changesJakub Kicinski2022-01-041-0/+2
* ice: support immediate firmware activation via devlink reloadJacob Keller2021-12-151-3/+16
* ice: reduce time to read Option ROM CIVD dataJacob Keller2021-12-151-12/+36
* ice: Cleanup after ice_status removalTony Nguyen2021-12-141-24/+17
* ice: Remove enum ice_statusTony Nguyen2021-12-141-19/+19
* ice: Use int for ice_statusTony Nguyen2021-12-141-49/+49
* ice: suppress false cppcheck issuesBruce Allan2021-04-141-0/+1
* ice: display stored UNDI firmware version via devlink infoJacob Keller2021-02-051-37/+78
* ice: display stored netlist versions via devlink infoJacob Keller2021-02-051-64/+96
* ice: display some stored NVM versions via devlink infoJacob Keller2021-02-051-0/+14
* ice: introduce function for reading from flash modulesJacob Keller2021-02-051-5/+157
* ice: cache NVM module bank informationJacob Keller2021-02-051-0/+151
* ice: create flash_info structure and separate NVM versionJacob Keller2021-02-051-34/+58
* ice: join format strings to same line as ice_debugJacob Keller2020-12-091-18/+9
* ice: silence static analysis warningBruce Allan2020-12-091-1/+1
* ice: cleanup misleading commentBruce Allan2020-12-091-3/+3
* ice: Remove gate to OROM initJeb Cramer2020-12-091-26/+0
* ice: Add AdminQ commands for FW updateCudzilo, Szymon T2020-07-281-0/+186
* ice: add link lenient and default override supportPaul Greenwalt2020-07-231-1/+1
* ice: Add advanced power mgmt for WoLAkeem G Abodunrin2020-07-231-2/+1
* ice: Declare functions staticTony Nguyen2020-05-281-2/+3
* ice: report netlist version in .info_getJacob Keller2020-05-211-0/+86
* ice: add board identifier info to devlink .info_getJacob Keller2020-03-211-0/+125
* ice: implement full NVM read from ETHTOOL_GEEPROMJesse Brandeburg2020-03-211-148/+2
* ice: discover and store size of available flashJacob Keller2020-03-211-2/+60
* ice: store NVM version info in extracted formatJacob Keller2020-03-211-32/+62
* ice: create function to read a section of the NVM and Shadow RAMJacob Keller2020-03-211-7/+80
* ice: use __le16 types for explicitly Little Endian valuesJacob Keller2020-03-201-5/+7
* ice: fix define for E822 backplane deviceBruce Allan2020-02-191-1/+1
* ice: add support for E823 devicesBruce Allan2020-02-191-9/+23
* ice: Add device ids for E822 devicesJacob Keller2020-01-031-0/+12
* ice: Update Boot Configuration Section read of NVMMd Fahad Iqbal Polash2019-11-061-9/+42
* ice: Add handler for ethtool selftestAnirudh Venkataramanan2019-05-291-0/+31
* ice: Silence semantic parser warningsBruce Allan2019-05-231-2/+2
* ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-181-3/+3
* ice: fix numeric overflow warningBruce Allan2019-02-251-3/+4
* ice: Implement support for normal get_eeprom[_len] ethtool opsBruce Allan2019-01-151-0/+81
* ice: Update request resource command to latest specificationDan Nowlin2018-08-281-1/+1
* ice: Trivial formatting fixesAnirudh Venkataramanan2018-08-231-3/+2
* ice: Update NVM AQ command functionsAnirudh Venkataramanan2018-05-171-3/+4
* ice: Start hardware initializationAnirudh Venkataramanan2018-03-261-0/+236