summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2026-03-19ice: fix retry for AQ command 0x06EEJakub Staniszewski
2026-03-19ice: reintroduce retry mechanism for indirect AQJakub Staniszewski
2026-03-19drivers: net: ice: fix devlink parameters get without irdmaNikolay Aleksandrov
2026-03-12ice: fix adding AQ LLDP filter for VFLarysa Zaremba
2026-03-12ice: recap the VSI and QoS info after rebuildAaron Ma
2026-02-11ice: drop udp_tunnel_get_rx_info() call from ndo_open()Mohammad Heib
2026-02-11ice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma
2026-02-11ice: PTP: fix missing timestamps on E825 hardwareJacob Keller
2026-02-11ice: fix missing TX timestamps interrupts on E825 devicesGrzegorz Nitka
2026-02-11treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner
2026-02-06ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg
2026-02-06ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma
2026-01-30ice: fix devlink reload call tracePaul Greenwalt
2026-01-30ice: add missing ice_deinit_hw() in devlink reinit pathPaul Greenwalt
2026-01-30ice: Fix persistent failure in ice_get_rxfhCody Haas
2026-01-30ice: Fix incorrect timeout ice_release_res()Ding Hui
2026-01-30ice: Avoid detrimental cleanup for bond during interface stopDave Ertman
2026-01-30ice: initialize ring_stats->syncpJacob Keller
2025-12-18ice: remove duplicate call to ice_deinit_hw() on error pathsPrzemek Kitszel
2025-12-18ice: move ice_deinit_dev() to the end of deinit pathsPrzemek Kitszel
2025-12-18ice: extract ice_init_dev() from ice_init()Przemek Kitszel
2025-12-18ice: move ice_init_pf() out of ice_init_dev()Przemek Kitszel
2025-12-18ice: move udp_tunnel_nic and misc IRQ setup into ice_init_pf()Przemek Kitszel
2025-12-18ice: ice_init_pf: destroy mutexes and xarrays on memory alloc failurePrzemek Kitszel
2025-12-18ice: move ice_init_interrupt_scheme() prior ice_init_pf()Przemek Kitszel
2025-12-18ice: move service task start out of ice_init_pf()Przemek Kitszel
2025-11-18ice: fix PTP cleanup on driver removal in error pathGrzegorz Nitka
2025-10-28ice: fix usage of logical PF idGrzegorz Nitka
2025-10-28ice: fix destination CGU for dual complex E825Grzegorz Nitka
2025-10-28ice: fix lane number calculationGrzegorz Nitka
2025-10-06ice: ice_adapter: release xa entry on adapter allocation failureHaotian Zhang
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko
2025-09-19ice: Remove deprecated ice_lag_move_new_vf_nodes() callDave Ertman
2025-09-19ice: add E830 Earliest TxTime First Offload supportPaul Greenwalt
2025-09-19ice: move ice_qp_[ena|dis] for reusePaul Greenwalt
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-16ice: fix Rx page leak on multi-buffer framesJacob Keller
2025-09-11ice, libie: move fwlog code to libieMichal Swiatkowski
2025-09-11ice: reregister fwlog after driver reinitMichal Swiatkowski
2025-09-11ice: prepare for moving file to libieMichal Swiatkowski
2025-09-11ice: move debugfs code to fwlogMichal Swiatkowski
2025-09-11libie, ice: move fwlog admin queue to libieMichal Swiatkowski
2025-09-11ice: drop driver specific structure from fwlog codeMichal Swiatkowski
2025-09-11ice: check for PF number outside the fwlog codeMichal Swiatkowski
2025-09-11ice: move out debugfs init from fwlogMichal Swiatkowski
2025-09-11ice: allow calling custom send function in fwlogMichal Swiatkowski
2025-09-11ice: add pdev into fwlog structure and use it for loggingMichal Swiatkowski
2025-09-11ice: introduce ice_fwlog structureMichal Swiatkowski
2025-09-11ice: drop ice_pf_fwlog_update_module()Michal Swiatkowski
2025-09-11ice: move get_fwlog_data() to fwlog fileMichal Swiatkowski