Commit cf2ce96c7150 for kernel

commit cf2ce96c7150f9997fc87281600c3de7f20311bd
Merge: 064137935262 6850deb61118
Author: Jakub Kicinski <kuba@kernel.org>
Date:   Wed Mar 18 17:38:15 2026 -0700

    Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

    Tony Nguyen says:

    ====================
    Intel Wired LAN Driver Updates 2026-03-17 (igc, iavf, libie)

    Kohei Enju adds use of helper function to add missing update of
    skb->tail when padding is needed for igc.

    Zdenek Bouska clears stale XSK timestamps when taking down Tx rings on
    igc.

    Petr Oros changes handling of iavf VLAN filter handling when an added
    VLAN is also on the delete list to which can race and cause the VLAN
    filter to not be added.

    Michal frees cmd_buf for libie firmware logging to stop memory leaks.

    * '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
      libie: prevent memleak in fwlog code
      iavf: fix VLAN filter lost on add/delete race
      igc: fix page fault in XDP TX timestamps handling
      igc: fix missing update of skb->tail in igc_xmit_frame()
    ====================

    Link: https://patch.msgid.link/20260317211906.115505-1-anthony.l.nguyen@intel.com
    Signed-off-by: Jakub Kicinski <kuba@kernel.org>