summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-11ice: move debugfs code to fwlogMichal Swiatkowski1-618/+0
2025-09-11libie, ice: move fwlog admin queue to libieMichal Swiatkowski1-10/+11
2025-09-11ice: drop driver specific structure from fwlog codeMichal Swiatkowski1-72/+59
2025-09-11ice: check for PF number outside the fwlog codeMichal Swiatkowski1-4/+0
2025-09-11ice: move out debugfs init from fwlogMichal Swiatkowski1-5/+11
2025-09-11ice: allow calling custom send function in fwlogMichal Swiatkowski1-3/+3
2025-09-11ice: add pdev into fwlog structure and use it for loggingMichal Swiatkowski1-1/+1
2025-09-11ice: introduce ice_fwlog structureMichal Swiatkowski1-22/+22
2025-09-11ice: drop ice_pf_fwlog_update_module()Michal Swiatkowski1-2/+3
2025-07-15ice: check correct pointer in fwlog debugfsMichal Swiatkowski1-1/+1
2024-04-26ice: ensure the copied buf is NUL terminatedBui Quang Minh1-4/+4
2024-02-12ice: Fix debugfs with devlink reloadWojciech Drewek1-0/+10
2024-02-02ice: remove incorrect commentPaul M Stillwell Jr1-3/+0
2023-12-14ice: add ability to read and configure FW log dataPaul M Stillwell Jr1-0/+210
2023-12-14ice: enable FW loggingPaul M Stillwell Jr1-0/+98
2023-12-14ice: configure FW loggingPaul M Stillwell Jr1-0/+359