index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_nvm.c
Age
Commit message (
Expand
)
Author
2024-06-05
ice: fix reads from NVM Shadow RAM on E830 and E825-C devices
Jacob Keller
2024-06-05
ice: fix iteration of TLVs in Preserved Fields Area
Jacob Keller
2024-04-22
ice: Add tx_scheduling_layers devlink param
Lukasz Czapnik
2023-12-18
ice: field get conversion
Jesse Brandeburg
2023-01-19
ice: Remove cppcheck suppressions
Tony Nguyen
2022-08-24
ice: Add additional flags to ice_nvm_write_activate
Jacob Keller
2022-04-14
ice: Fix memory leak in ice_get_orom_civd_data()
Jianglei Nie
2022-01-04
net: fixup build after bpf header changes
Jakub Kicinski
2021-12-15
ice: support immediate firmware activation via devlink reload
Jacob Keller
2021-12-15
ice: reduce time to read Option ROM CIVD data
Jacob Keller
2021-12-14
ice: Cleanup after ice_status removal
Tony Nguyen
2021-12-14
ice: Remove enum ice_status
Tony Nguyen
2021-12-14
ice: Use int for ice_status
Tony Nguyen
2021-04-14
ice: suppress false cppcheck issues
Bruce Allan
2021-02-05
ice: display stored UNDI firmware version via devlink info
Jacob Keller
2021-02-05
ice: display stored netlist versions via devlink info
Jacob Keller
2021-02-05
ice: display some stored NVM versions via devlink info
Jacob Keller
2021-02-05
ice: introduce function for reading from flash modules
Jacob Keller
2021-02-05
ice: cache NVM module bank information
Jacob Keller
2021-02-05
ice: create flash_info structure and separate NVM version
Jacob Keller
2020-12-09
ice: join format strings to same line as ice_debug
Jacob Keller
2020-12-09
ice: silence static analysis warning
Bruce Allan
2020-12-09
ice: cleanup misleading comment
Bruce Allan
2020-12-09
ice: Remove gate to OROM init
Jeb Cramer
2020-07-28
ice: Add AdminQ commands for FW update
Cudzilo, Szymon T
2020-07-23
ice: add link lenient and default override support
Paul Greenwalt
2020-07-23
ice: Add advanced power mgmt for WoL
Akeem G Abodunrin
2020-05-28
ice: Declare functions static
Tony Nguyen
2020-05-21
ice: report netlist version in .info_get
Jacob Keller
2020-03-21
ice: add board identifier info to devlink .info_get
Jacob Keller
2020-03-21
ice: implement full NVM read from ETHTOOL_GEEPROM
Jesse Brandeburg
2020-03-21
ice: discover and store size of available flash
Jacob Keller
2020-03-21
ice: store NVM version info in extracted format
Jacob Keller
2020-03-21
ice: create function to read a section of the NVM and Shadow RAM
Jacob Keller
2020-03-20
ice: use __le16 types for explicitly Little Endian values
Jacob Keller
2020-02-19
ice: fix define for E822 backplane device
Bruce Allan
2020-02-19
ice: add support for E823 devices
Bruce Allan
2020-01-03
ice: Add device ids for E822 devices
Jacob Keller
2019-11-06
ice: Update Boot Configuration Section read of NVM
Md Fahad Iqbal Polash
2019-05-29
ice: Add handler for ethtool selftest
Anirudh Venkataramanan
2019-05-23
ice: Silence semantic parser warnings
Bruce Allan
2019-04-18
ice: Fix incorrect use of abbreviations
Anirudh Venkataramanan
2019-02-25
ice: fix numeric overflow warning
Bruce Allan
2019-01-15
ice: Implement support for normal get_eeprom[_len] ethtool ops
Bruce Allan
2018-08-28
ice: Update request resource command to latest specification
Dan Nowlin
2018-08-23
ice: Trivial formatting fixes
Anirudh Venkataramanan
2018-05-17
ice: Update NVM AQ command functions
Anirudh Venkataramanan
2018-03-26
ice: Start hardware initialization
Anirudh Venkataramanan