summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
7 daysice: add dpll peer notification for paired SMA and U.FL pinsPetr Oros1-0/+32
7 daysice: fix missing dpll notifications for SW pinsPetr Oros1-11/+36
7 daysice: fix SMA and U.FL pin state changes affecting paired pinPetr Oros1-1/+49
7 daysice: fix missing SMA pin initialization in DPLL subsystemPetr Oros1-0/+17
7 daysice: fix infinite recursion in ice_cfg_tx_topo via ice_init_dev_hwPetr Oros3-2/+4
7 daysice: fix NULL pointer dereference in ice_reset_all_vfs()Petr Oros1-1/+6
7 daysice: fix ice_ptp_read_tx_hwtstamp_status_eth56gJacob Keller1-2/+8
7 daysice: fix ready bitmap check for non-E822 devicesJacob Keller3-26/+136
7 daysice: perform PHY soft reset for E825C ports at initializationGrzegorz Nitka2-1/+93
7 daysice: fix timestamp interrupt configuration for E825CGrzegorz Nitka1-4/+32
7 daysice: fix potential NULL pointer deref in error path of ice_set_ringparam()Kohei Enju1-0/+1
7 daysice: fix race condition in TX timestamp ring cleanupKeita Morisaki5-18/+31
7 daysice: fix ICE_AQ_LINK_SPEED_M for 200GPaul Greenwalt1-1/+1
7 daysice: fix PHY config on media change with link-down-on-closePaul Greenwalt1-94/+27
7 daysice: fix double-free of tx_buf skbMichal Schmidt1-2/+4
7 daysice: update PCS latency settings for E825 10G/25Gb modesGrzegorz Nitka1-6/+6
7 daysice: 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-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-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-10drivers: net: ice: fix devlink parameters get without irdmaNikolay Aleksandrov1-2/+2
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-04ice: Fix memory leak in ice_set_ringparam()Zilin Guan1-2/+9
2026-03-04ice: fix retry for AQ command 0x06EEJakub Staniszewski2-21/+15
2026-03-04ice: reintroduce retry mechanism for indirect AQJakub Staniszewski1-3/+9
2026-03-04ice: fix adding AQ LLDP filter for VFLarysa Zaremba1-1/+1
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-17/+59
2026-02-25ice: fix crash in ethtool offline loopback testMichal Schmidt3-6/+18
2026-02-25ice: recap the VSI and QoS info after rebuildAaron Ma3-11/+41
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-3/+2
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-12/+6
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds32-105/+105
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook33-130/+129
2026-02-07ice: Remove jumbo_remove step from TX pathAlice Mikityanska1-3/+0
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-87/+136
2026-02-05ice: dpll: Support E825-C SyncE and dynamic pin discoveryArkadiusz Kubalewski8-92/+959
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera2-7/+12
2026-02-05dpll: Add reference count tracking supportIvan Vecera1-7/+7
2026-01-30ice: drop udp_tunnel_get_rx_info() call from ndo_open()Mohammad Heib1-3/+0
2026-01-30ice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma3-5/+29
2026-01-30ice: PTP: fix missing timestamps on E825 hardwareJacob Keller3-78/+103
2026-01-30ice: fix missing TX timestamps interrupts on E825 devicesGrzegorz Nitka1-1/+4
2026-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+6
2026-01-28ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg1-1/+0
2026-01-28ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma1-4/+6
2026-01-26ice: reshuffle and group Rx and Tx queue fields by cachelinesAlexander Lobakin4-57/+70