summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)Author
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2026-02-25ice: fix crash in ethtool offline loopback testMichal Schmidt
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-05ice: dpll: Support E825-C SyncE and dynamic pin discoveryArkadiusz Kubalewski
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-27ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma
2026-01-26ice: convert all ring stats to u64_stats_tJacob Keller
2026-01-26ice: use u64_stats API to access pkts/bytes in dim sampleJacob Keller
2026-01-26ice: remove ice_q_stats struct and use struct_groupJacob Keller
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-13ice: Avoid detrimental cleanup for bond during interface stopDave Ertman
2026-01-13ice: initialize ring_stats->syncpJacob Keller
2026-01-09ice: use netif_get_num_default_rss_queues()Michal Swiatkowski
2025-10-29ice: switch to Page PoolMichal Kubiak
2025-10-24ice: enforce RTNL assumption of queue NAPI manipulationPrzemek Kitszel
2025-09-19ice: add E830 Earliest TxTime First Offload supportPaul Greenwalt
2025-07-25Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-07-25net: Fix typosBjorn Helgaas
2025-07-24ice: use libie_aq_strMichal Swiatkowski
2025-07-24ice, libie: move generic adminq descriptors to libMichal Swiatkowski
2025-07-10ice: move ice_vsi_update_l2tsel to ice_lib.cJacob Keller
2025-06-09ice: add a separate Rx handler for flow director commandsMichal Kubiak
2025-06-09net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller
2025-04-11ice: receive LLDP on trusted VFsMateusz Pacuszka
2025-04-11ice: do not add LLDP-specific filter if not necessaryLarysa Zaremba
2025-03-18ice: Add E830 checksum offload supportPaul Greenwalt
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-05ice: do not configure destination override for switchdevLarysa Zaremba
2025-02-26ice: use napi's irq affinity and rmap IRQ notifiersAhmed Zaki
2025-02-26ice: clear NAPI's IRQ numbers in ice_vsi_clear_napi_queues()Ahmed Zaki
2025-02-14ice: support Rx timestamp on flex descriptorSimei Su
2025-02-10ice: Don't check device type when checking GNSS presenceKarol Kolacinski
2025-02-05ice: enable_rdma devlink paramMichal Swiatkowski
2025-02-05ice: treat dyn_allowed only as suggestionMichal Swiatkowski
2025-02-05ice: get rid of num_lan_msix fieldMichal Swiatkowski
2025-01-16ice: support FW Recovery ModeKonrad Knitter
2024-11-13ice: Add support for persistent NAPI configJoe Damato
2024-10-08ice: add E830 HW VF mailbox message limit supportPaul Greenwalt
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-09ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw
2024-09-06ice: add basic devlink subfunctions supportPiotr Raczynski
2024-09-06ice: export ice ndo_ops functionsPiotr Raczynski
2024-09-06ice: add new VSI type for subfunctionsPiotr Raczynski
2024-09-03ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba
2024-09-03ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba
2024-09-03ice: protect XDP configuration with a mutexLarysa Zaremba
2024-09-03ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba
2024-06-10ice: use irq_update_affinity_hint()Michal Schmidt