1. 03 Aug, 2024 6 commits
  2. 02 Aug, 2024 32 commits
  3. 01 Aug, 2024 2 commits
    • Jakub Kicinski's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net · 5fa35bd3
      Jakub Kicinski authored
      Cross-merge networking fixes after downstream PR.
      
      No conflicts or adjacent changes.
      
      Link: https://patch.msgid.link/20240801131917.34494-1-pabeni@redhat.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      5fa35bd3
    • Linus Torvalds's avatar
      Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net · 183d46ff
      Linus Torvalds authored
      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
        ...
      183d46ff