summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2026-06-19ice: fix missing priority callbacks for U.FL DPLL pinsPetr Oros1-0/+2
2026-06-01ice: ptp: use primary NAC semaphore on E825Grzegorz Nitka1-0/+9
2026-06-01ice: ptp: serialize E825 PHY timer start with PTP lockGrzegorz Nitka1-2/+13
2026-06-01ice: fix locking in ice_dcb_rebuild()Bart Van Assche1-2/+2
2026-06-01ice: fix setting RSS VSI hash for E830Marcin Szycik1-1/+1
2026-06-01ice: restore PTP Rx timestamp config after ethtool set-channelsGrzegorz Nitka1-0/+6
2026-06-01ice: fix setting promisc mode while adding VID filterMarcin Szycik1-1/+1
2026-06-01ice: fix locking around wait_event_interruptible_locked_irqJacob Keller1-5/+4
2026-06-01ice: fix VF queue configuration with low MTU valuesJose Ignacio Tornos Martinez1-1/+1
2026-06-01Revert "ice: Remove jumbo_remove step from TX path"Sasha Levin1-0/+3
2026-06-01Revert "ice: fix double-free of tx_buf skb"Sasha Levin1-4/+2
2026-05-23ice: add dpll peer notification for paired SMA and U.FL pinsPetr Oros1-0/+32
2026-05-23ice: fix missing dpll notifications for SW pinsPetr Oros1-11/+36
2026-05-23ice: fix SMA and U.FL pin state changes affecting paired pinPetr Oros1-1/+49
2026-05-23ice: fix missing SMA pin initialization in DPLL subsystemPetr Oros1-0/+17
2026-05-23ice: fix infinite recursion in ice_cfg_tx_topo via ice_init_dev_hwPetr Oros3-2/+4
2026-05-23ice: fix NULL pointer dereference in ice_reset_all_vfs()Petr Oros1-1/+6
2026-05-23ice: fix ice_ptp_read_tx_hwtstamp_status_eth56gJacob Keller1-2/+8
2026-05-23ice: fix ready bitmap check for non-E822 devicesJacob Keller3-26/+136
2026-05-23ice: perform PHY soft reset for E825C ports at initializationGrzegorz Nitka2-1/+93
2026-05-23ice: fix timestamp interrupt configuration for E825CGrzegorz Nitka1-4/+32
2026-05-23ice: fix ICE_AQ_LINK_SPEED_M for 200GPaul Greenwalt1-1/+1
2026-05-23ice: fix double-free of tx_buf skbMichal Schmidt1-2/+4
2026-05-23ice: Remove jumbo_remove step from TX pathAlice Mikityanska1-3/+0
2026-05-23ice: update PCS latency settings for E825 10G/25Gb modesGrzegorz Nitka1-6/+6
2026-05-23ice: fix 'adjust' timer programming for E830 devicesGrzegorz Nitka1-3/+3
2026-05-14ice: fix double free in ice_sf_eth_activate() error pathGuangshuo Li1-0/+2
2026-04-22ice: ptp: don't WARN when controlling PF is unavailableKohei Enju1-1/+7
2026-04-11ice: 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