summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorLines
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+1
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds-5/+3
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+19
2026-04-09ice: use bitmap_empty() in ice_vf_has_no_qs_enaYury Norov-2/+2
2026-04-09ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()Yury Norov-3/+1
2026-04-06ice: fix PTP timestamping broken by SyncE code on E825CPetr Oros-10/+12
2026-04-06ice: ptp: don't WARN when controlling PF is unavailableKohei Enju-1/+7
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-25/+38
2026-03-23ice: use ice_update_eth_stats() for representor statsPetr Oros-4/+13
2026-03-23ice: fix inverted ready check for VF representorsPetr Oros-1/+1
2026-03-23ice: set max queues in alloc_etherdev_mqs()Michal Swiatkowski-20/+24
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2026-03-10drivers: net: ice: fix devlink parameters get without irdmaNikolay Aleksandrov-2/+2
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-68/+110
2026-03-05ice: change XDP RxQ frag_size from DMA write length to xdp.frame_szLarysa Zaremba-5/+4
2026-03-05ice: fix rxq info registering in mbuf packetsLarysa Zaremba-20/+14
2026-03-03ice: Fix memory leak in ice_set_ringparam()Zilin Guan-2/+9
2026-03-03ice: fix retry for AQ command 0x06EEJakub Staniszewski-21/+15
2026-03-03ice: reintroduce retry mechanism for indirect AQJakub Staniszewski-3/+9
2026-03-03ice: fix adding AQ LLDP filter for VFLarysa Zaremba-1/+1
2026-03-03ice: Make name member of struct ice_cgu_pin_desc constSimon Horman-1/+1
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-17/+59
2026-02-25ice: fix crash in ethtool offline loopback testMichal Schmidt-6/+18
2026-02-25ice: recap the VSI and QoS info after rebuildAaron Ma-11/+41
2026-02-24PCI/PTM: Drop pci_enable_ptm() granularity parameterMika Westerberg-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-3/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-12/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-105/+105
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-130/+129
2026-02-06ice: Remove jumbo_remove step from TX pathAlice Mikityanska-3/+0
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-87/+136
2026-02-05ice: dpll: Support E825-C SyncE and dynamic pin discoveryArkadiusz Kubalewski-92/+959
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera-7/+12
2026-02-05dpll: Add reference count tracking supportIvan Vecera-7/+7
2026-01-30ice: drop udp_tunnel_get_rx_info() call from ndo_open()Mohammad Heib-3/+0
2026-01-30ice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma-5/+29
2026-01-30ice: PTP: fix missing timestamps on E825 hardwareJacob Keller-78/+103
2026-01-30ice: fix missing TX timestamps interrupts on E825 devicesGrzegorz Nitka-1/+4
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+6
2026-01-27ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg-1/+0
2026-01-27ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma-4/+6
2026-01-26ice: reshuffle and group Rx and Tx queue fields by cachelinesAlexander Lobakin-57/+70
2026-01-26ice: convert all ring stats to u64_stats_tJacob Keller-90/+147
2026-01-26ice: shorten ring stat names and add accessorsJacob Keller-35/+60
2026-01-26ice: use u64_stats API to access pkts/bytes in dim sampleJacob Keller-22/+75
2026-01-26ice: remove ice_q_stats struct and use struct_groupJacob Keller-17/+16
2026-01-26ice: pass pointer to ice_fetch_u64_stats_per_ringJacob Keller-18/+9
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+54
2026-01-20ice: fix devlink reload call tracePaul Greenwalt-2/+1