Commit f2c53ea949c5 for kernel

commit f2c53ea949c5048f96b3dbb5a5ee7131ce4ff2de
Merge: 415f2044228c fc6d80eb5044
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Sep 24 11:45:33 2026 -0700

    Merge tag 'net-7.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net

    Pull networking fixes from Jakub Kicinski:
     "Including fixes from Bluetooth, NFC and Netfilter.

      Every week in this release is record-setting for number of posted
      patches. It doesn't seem like we're creating any regressions with all
      these fixes, three 'Fixes' tags here point to 7.2 commits but none are
      true regression fixes. We're trying to keep the count down,
      nonetheless.

      Previous releases - regressions:

       - net: don't require the hwtstamp NDOs when a PHY provides
         timestamping

       - ipv6: fix dst leak for uncached routes

       - vrf: stop corrupting skb->csum when capturing CHECKSUM_COMPLETE
         packets

      Previous releases - always broken:

       - packet: use ubuf_info completion for TX_RING packets

       - arp: terminate device name before lookup

       - ipv6: do not let ipv6_find_hdr() return an offset past the packet
         end

       - udp: remove a disconnected socket from the 4-tuple hash table

       - sctp: discard the rest of the packet on a stale-cookie error

       - eth: mlx5: Bridge, fix remaining switchdev ownership gaps on merged
         eswitch"

    [ And lots of other random network driver fixes ]

    * tag 'net-7.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (189 commits)
      tcp: prevent collapsing skbs across boundary in rtx queue
      vlan: ensure sufficient headroom in vlan_dev_hard_header()
      net/sched: sch_teql: fix shadowed err in __teql_resolve()
      bridge: check llc_mac_hdr_init() return value in br_send_bpdu()
      llc: fix skb UAF and leaks on llc_mac_hdr_init() failure
      llc: reserve device headroom for allocated frames
      gve: DQO: reject TSO packets with an out of range MSS
      gve: fix TX drop when GSO MSS is too small for hw
      gve: DQO: fix header length used by gve_can_send_tso() for UDP GSO
      net: flush skb_defer_nodes in dev_cpu_dead()
      net: ethernet: stmmac: dwmac-rk: fix bulk clock leak when the PHY clock fails
      af_packet: fix integer overflow in prb_calc_retire_blk_tmo()
      tipc: Fix a data race on mon->peer_cnt in mon_timeout()
      net: phy: intel-xway: workaround 100BASE-TX Link-Up issue
      net/smc: fix UAF on lgr list traversal in smcr_port_err()
      net/rds: size a connection's path set by the transport it ends up with
      nfp: hold IPsec RX state under the XArray lock
      net: ena: fix MMIO read buffer leak on probe failure
      net: ena: fix PHC cleanup on probe failure
      net/sched: act_ct: fix helper UAF due to extensions realloc
      ...