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: change XDP RxQ frag_size from DMA write length to xdp.frame_szLarysa Zaremba
2026-03-12ice: fix rxq info registering in mbuf packetsLarysa Zaremba
2026-03-12ice: Fix memory leak in ice_set_ringparam()Zilin Guan
2026-03-12ice: fix adding AQ LLDP filter for VFLarysa Zaremba
2026-03-12ice: fix crash in ethtool offline loopback testMichal Schmidt
2026-03-12ice: recap the VSI and QoS info after rebuildAaron Ma
2026-01-30ice: drop udp_tunnel_get_rx_info() call from ndo_open()Mohammad Heib
2026-01-30ice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma
2026-01-30ice: PTP: fix missing timestamps on E825 hardwareJacob Keller
2026-01-30ice: fix missing TX timestamps interrupts on E825 devicesGrzegorz Nitka
2026-01-27ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg
2026-01-27ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma
2026-01-20ice: fix devlink reload call tracePaul Greenwalt
2026-01-20ice: add missing ice_deinit_hw() in devlink reinit pathPaul Greenwalt
2026-01-20ice: Fix persistent failure in ice_get_rxfhCody Haas
2026-01-13ice: Fix incorrect timeout ice_release_res()Ding Hui
2026-01-13ice: Avoid detrimental cleanup for bond during interface stopDave Ertman
2026-01-13ice: initialize ring_stats->syncpJacob Keller
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-27ice: fix comment typo and correct module format stringAlok Tiwari
2025-11-26ice: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-25ice: fix broken Rx on VFsAlexander Lobakin
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-18ice: fix PTP cleanup on driver removal in error pathGrzegorz Nitka
2025-11-06ice: Extend PTYPE bitmap coverage for GTP encapsulated flowsPrzemek Kitszel
2025-11-06ice: improve TCAM priority handling for RSS profilesAleksandr Loktionov
2025-11-06ice: implement GTP RSS context tracking and configurationAleksandr Loktionov
2025-11-06ice: add virtchnl definitions and static data for GTP RSSAleksandr Loktionov
2025-11-06ice: add flow parsing for GTP and new protocol field supportAleksandr Loktionov
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-29ice: Allow 100M speed for E825C SGMII deviceGrzegorz Nitka
2025-10-29ice: implement configurable header split for regular RxAlexander Lobakin
2025-10-29ice: switch to Page PoolMichal Kubiak
2025-10-29ice: drop page splitting and recyclingMichal Kubiak
2025-10-29ice: remove legacy Rx and construct SKBMichal Kubiak
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-24ice: remove duplicate call to ice_deinit_hw() on error pathsPrzemek Kitszel
2025-10-24ice: move ice_deinit_dev() to the end of deinit pathsPrzemek Kitszel
2025-10-24ice: extract ice_init_dev() from ice_init()Przemek Kitszel
2025-10-24ice: move ice_init_pf() out of ice_init_dev()Przemek Kitszel
2025-10-24ice: move udp_tunnel_nic and misc IRQ setup into ice_init_pf()Przemek Kitszel
2025-10-24ice: ice_init_pf: destroy mutexes and xarrays on memory alloc failurePrzemek Kitszel
2025-10-24ice: move ice_init_interrupt_scheme() prior ice_init_pf()Przemek Kitszel