summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
7 daysice: Fix memory leak in ice_set_ringparam()Zilin Guan1-2/+9
2026-04-02ice: use ice_update_eth_stats() for representor statsPetr Oros2-4/+13
2026-04-02ice: fix inverted ready check for VF representorsPetr Oros1-1/+1
2026-03-19ice: fix retry for AQ command 0x06EEJakub Staniszewski2-21/+15
2026-03-19ice: reintroduce retry mechanism for indirect AQJakub Staniszewski1-3/+9
2026-03-19drivers: net: ice: fix devlink parameters get without irdmaNikolay Aleksandrov1-2/+2
2026-03-12ice: fix adding AQ LLDP filter for VFLarysa Zaremba1-1/+1
2026-03-12ice: recap the VSI and QoS info after rebuildAaron Ma3-11/+41
2026-02-11ice: drop udp_tunnel_get_rx_info() call from ndo_open()Mohammad Heib1-3/+0
2026-02-11ice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma3-5/+29
2026-02-11ice: PTP: fix missing timestamps on E825 hardwareJacob Keller3-78/+103
2026-02-11ice: fix missing TX timestamps interrupts on E825 devicesGrzegorz Nitka1-1/+4
2026-02-11treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-2/+0
2026-02-06ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg1-1/+0
2026-02-06ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma1-4/+6
2026-01-30ice: fix devlink reload call tracePaul Greenwalt1-2/+1
2026-01-30ice: add missing ice_deinit_hw() in devlink reinit pathPaul Greenwalt1-0/+1
2026-01-30ice: Fix persistent failure in ice_get_rxfhCody Haas3-5/+30
2026-01-30ice: Fix incorrect timeout ice_release_res()Ding Hui1-1/+1
2026-01-30ice: Avoid detrimental cleanup for bond during interface stopDave Ertman1-8/+17
2026-01-30ice: initialize ring_stats->syncpJacob Keller1-0/+4
2025-12-18ice: remove duplicate call to ice_deinit_hw() on error pathsPrzemek Kitszel1-1/+1
2025-12-18ice: move ice_deinit_dev() to the end of deinit pathsPrzemek Kitszel4-9/+23
2025-12-18ice: extract ice_init_dev() from ice_init()Przemek Kitszel1-9/+9
2025-12-18ice: move ice_init_pf() out of ice_init_dev()Przemek Kitszel3-19/+31
2025-12-18ice: move udp_tunnel_nic and misc IRQ setup into ice_init_pf()Przemek Kitszel1-30/+28
2025-12-18ice: ice_init_pf: destroy mutexes and xarrays on memory alloc failurePrzemek Kitszel1-19/+12
2025-12-18ice: move ice_init_interrupt_scheme() prior ice_init_pf()Przemek Kitszel1-14/+11
2025-12-18ice: move service task start out of ice_init_pf()Przemek Kitszel2-7/+12
2025-11-19ice: fix PTP cleanup on driver removal in error pathGrzegorz Nitka1-3/+19
2025-10-28ice: fix usage of logical PF idGrzegorz Nitka1-1/+1
2025-10-28ice: fix destination CGU for dual complex E825Grzegorz Nitka2-2/+25
2025-10-28ice: fix lane number calculationGrzegorz Nitka1-0/+9
2025-10-06ice: ice_adapter: release xa entry on adapter allocation failureHaotian Zhang1-4/+6
2025-09-27ethtool: add FEC bins histogram reportVadim Fedorenko1-1/+3
2025-09-19ice: Remove deprecated ice_lag_move_new_vf_nodes() callDave Ertman3-58/+0
2025-09-19ice: add E830 Earliest TxTime First Offload supportPaul Greenwalt15-48/+722
2025-09-19ice: move ice_qp_[ena|dis] for reusePaul Greenwalt4-149/+173
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-47/+34
2025-09-17ice: fix Rx page leak on multi-buffer framesJacob Keller2-47/+34
2025-09-11ice, libie: move fwlog code to libieMichal Swiatkowski5-1192/+2
2025-09-11ice: reregister fwlog after driver reinitMichal Swiatkowski2-2/+11
2025-09-11ice: prepare for moving file to libieMichal Swiatkowski5-356/+358
2025-09-11ice: move debugfs code to fwlogMichal Swiatkowski4-639/+635
2025-09-11libie, ice: move fwlog admin queue to libieMichal Swiatkowski4-112/+35
2025-09-11ice: drop driver specific structure from fwlog codeMichal Swiatkowski5-90/+75
2025-09-11ice: check for PF number outside the fwlog codeMichal Swiatkowski3-12/+8
2025-09-11ice: move out debugfs init from fwlogMichal Swiatkowski4-9/+24
2025-09-11ice: allow calling custom send function in fwlogMichal Swiatkowski4-45/+65
2025-09-11ice: add pdev into fwlog structure and use it for loggingMichal Swiatkowski4-23/+26