aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2026-05-18ice: restore PTP Rx timestamp config after ethtool set-channelsGrzegorz Nitka1-0/+6
2026-05-18ice: ptp: use primary NAC semaphore on E825Grzegorz Nitka1-0/+9
2026-05-18ice: ptp: serialize E825 PHY timer start with PTP lockGrzegorz Nitka1-2/+13
2026-05-18ice: fix setting promisc mode while adding VID filterMarcin Szycik1-1/+1
2026-05-18ice: fix VF queue configuration with low MTU valuesJose Ignacio Tornos Martinez1-1/+1
2026-05-18ice: fix locking around wait_event_interruptible_locked_irqJacob Keller1-5/+4
2026-05-08ice: dpll: fix misplaced header macrosIvan Vecera1-16/+16
2026-05-08ice: dpll: fix rclk pin state get for E810Ivan Vecera1-0/+5
2026-05-08ice: fix locking in ice_dcb_rebuild()Bart Van Assche1-2/+2
2026-05-08ice: fix setting RSS VSI hash for E830Marcin Szycik1-1/+1
2026-04-30ice: add dpll peer notification for paired SMA and U.FL pinsPetr Oros1-0/+32
2026-04-30ice: fix missing dpll notifications for SW pinsPetr Oros1-11/+36
2026-04-30ice: fix SMA and U.FL pin state changes affecting paired pinPetr Oros1-1/+49
2026-04-30ice: fix missing SMA pin initialization in DPLL subsystemPetr Oros1-0/+17
2026-04-30ice: fix infinite recursion in ice_cfg_tx_topo via ice_init_dev_hwPetr Oros3-2/+4
2026-04-30ice: fix NULL pointer dereference in ice_reset_all_vfs()Petr Oros1-1/+6
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds13-157/+344
2026-04-22ice: fix ice_ptp_read_tx_hwtstamp_status_eth56gJacob Keller1-2/+8
2026-04-22ice: fix ready bitmap check for non-E822 devicesJacob Keller3-26/+136
2026-04-22ice: perform PHY soft reset for E825C ports at initializationGrzegorz Nitka2-1/+93
2026-04-22ice: fix timestamp interrupt configuration for E825CGrzegorz Nitka1-4/+32
2026-04-18ice: fix potential NULL pointer deref in error path of ice_set_ringparam()Kohei Enju1-0/+1
2026-04-18ice: fix race condition in TX timestamp ring cleanupKeita Morisaki5-18/+31
2026-04-18ice: fix ICE_AQ_LINK_SPEED_M for 200GPaul Greenwalt1-1/+1
2026-04-18ice: fix PHY config on media change with link-down-on-closePaul Greenwalt1-94/+27
2026-04-18ice: fix double-free of tx_buf skbMichal Schmidt1-2/+4
2026-04-18ice: fix double free in ice_sf_eth_activate() error pathGuangshuo Li1-0/+2
2026-04-18ice: update PCS latency settings for E825 10G/25Gb modesGrzegorz Nitka1-6/+6
2026-04-18ice: fix 'adjust' timer programming for E830 devicesGrzegorz Nitka1-3/+3
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds2-5/+3
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+19
2026-04-09ice: use bitmap_empty() in ice_vf_has_no_qs_enaYury Norov1-2/+2
2026-04-09ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()Yury Norov1-3/+1
2026-04-06ice: fix PTP timestamping broken by SyncE code on E825CPetr Oros1-10/+12
2026-04-06ice: ptp: don't WARN when controlling PF is unavailableKohei Enju1-1/+7
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-25/+38
2026-03-23ice: use ice_update_eth_stats() for representor statsPetr Oros2-4/+13
2026-03-23ice: fix inverted ready check for VF representorsPetr Oros1-1/+1
2026-03-23ice: set max queues in alloc_etherdev_mqs()Michal Swiatkowski3-20/+24
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2026-03-10drivers: net: ice: fix devlink parameters get without irdmaNikolay Aleksandrov1-2/+2
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-68/+110
2026-03-05ice: change XDP RxQ frag_size from DMA write length to xdp.frame_szLarysa Zaremba1-5/+4
2026-03-05ice: fix rxq info registering in mbuf packetsLarysa Zaremba4-20/+14
2026-03-03ice: Fix memory leak in ice_set_ringparam()Zilin Guan1-2/+9
2026-03-03ice: fix retry for AQ command 0x06EEJakub Staniszewski2-21/+15
2026-03-03ice: reintroduce retry mechanism for indirect AQJakub Staniszewski1-3/+9
2026-03-03ice: fix adding AQ LLDP filter for VFLarysa Zaremba1-1/+1