Commit 183d46ff422e for kernel

commit 183d46ff422ef9f3d755b6808ef3faa6d009ba3a
Merge: 21b136cc63d2 25010bfdf8bb
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Aug 1 09:42:09 2024 -0700

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

    Pull networking fixes from Paolo Abeni:
     "Including fixes from wireless, bleutooth, BPF and netfilter.

      Current release - regressions:

       - core: drop bad gso csum_start and offset in virtio_net_hdr

       - wifi: mt76: fix null pointer access in mt792x_mac_link_bss_remove

       - eth: tun: add missing bpf_net_ctx_clear() in do_xdp_generic()

       - phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and
         aqr115c

      Current release - new code bugs:

       - smc: prevent UAF in inet_create()

       - bluetooth: btmtk: fix kernel crash when entering btmtk_usb_suspend

       - eth: bnxt: reject unsupported hash functions

      Previous releases - regressions:

       - sched: act_ct: take care of padding in struct zones_ht_key

       - netfilter: fix null-ptr-deref in iptable_nat_table_init().

       - tcp: adjust clamping window for applications specifying SO_RCVBUF

      Previous releases - always broken:

       - ethtool: rss: small fixes to spec and GET

       - mptcp:
          - fix signal endpoint re-add
          - pm: fix backup support in signal endpoints

       - wifi: ath12k: fix soft lockup on suspend

       - eth: bnxt_en: fix RSS logic in __bnxt_reserve_rings()

       - eth: ice: fix AF_XDP ZC timeout and concurrency issues

       - eth: mlx5:
          - fix missing lock on sync reset reload
          - fix error handling in irq_pool_request_irq"

    * tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (76 commits)
      mptcp: fix duplicate data handling
      mptcp: fix bad RCVPRUNED mib accounting
      ipv6: fix ndisc_is_useropt() handling for PIO
      igc: Fix double reset adapter triggered from a single taprio cmd
      net: MAINTAINERS: Demote Qualcomm IPA to "maintained"
      net: wan: fsl_qmc_hdlc: Discard received CRC
      net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutex
      net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptys
      net/mlx5e: Fix CT entry update leaks of modify header context
      net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capability
      net/mlx5: Fix missing lock on sync reset reload
      net/mlx5: Lag, don't use the hardcoded value of the first port
      net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule
      net/mlx5: Fix error handling in irq_pool_request_irq
      net/mlx5: Always drain health in shutdown callback
      net: Add skbuff.h to MAINTAINERS
      r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY
      netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().
      netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().
      net: drop bad gso csum_start and offset in virtio_net_hdr
      ...