Commit 1f5e808aa63a for kernel

commit 1f5e808aa63af61ec0d6a14909056d6668813e86
Merge: a76dce0e5409 f07f4ea53e22
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Nov 27 09:18:40 2025 -0800

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

    Pull networking fixes from Paolo Abeni:
     "Including fixes from bluetooth and CAN. No known outstanding
      regressions.

      Current release - regressions:

       - mptcp: initialize rcv_mss before calling tcp_send_active_reset()

       - eth: mlx5e: fix validation logic in rate limiting

      Previous releases - regressions:

       - xsk: avoid data corruption on cq descriptor number

       - bluetooth:
           - prevent race in socket write iter and sock bind
           - fix not generating mackey and ltk when repairing

       - can:
           - kvaser_usb: fix potential infinite loop in command parsers
           - rcar_canfd: fix CAN-FD mode as default

       - eth:
           - veth: reduce XDP no_direct return section to fix race
           - virtio-net: avoid unnecessary checksum calculation on guest RX

      Previous releases - always broken:

       - sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()

       - bluetooth: mediatek: fix kernel crash when releasing iso interface

       - vhost: rewind next_avail_head while discarding descriptors

       - eth:
           - r8169: fix RTL8127 hang on suspend/shutdown
           - aquantia: add missing descriptor cache invalidation on ATL2

       - dsa: microchip: fix resource releases in error path"

    * tag 'net-6.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (47 commits)
      mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_fastclose().
      net: fec: do not register PPS event for PEROUT
      net: fec: do not allow enabling PPS and PEROUT simultaneously
      net: fec: do not update PEROUT if it is enabled
      net: fec: cancel perout_timer when PEROUT is disabled
      net: mctp: unconditionally set skb->dev on dst output
      net: atlantic: fix fragment overflow handling in RX path
      MAINTAINERS: separate VIRTIO NET DRIVER and add netdev
      virtio-net: avoid unnecessary checksum calculation on guest RX
      eth: fbnic: Fix counter roll-over issue
      mptcp: clear scheduled subflows on retransmit
      net: dsa: sja1105: fix SGMII linking at 10M or 100M but not passing traffic
      s390/net: list Aswin Karuvally as maintainer
      net: wwan: mhi: Keep modem name match with Foxconn T99W640
      vhost: rewind next_avail_head while discarding descriptors
      net/sched: em_canid: fix uninit-value in em_canid_match
      can: rcar_canfd: Fix CAN-FD mode as default
      xsk: avoid data corruption on cq descriptor number
      r8169: fix RTL8127 hang on suspend/shutdown
      net: sxgbe: fix potential NULL dereference in sxgbe_rx()
      ...