mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: torvalds@linux-foundation.org
Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, pabeni@redhat.com
Subject: [GIT PULL] Networking for v6.11-rc3
Date: Thu,  8 Aug 2024 10:01:48 -0700	[thread overview]
Message-ID: <20240808170148.3629934-1-kuba@kernel.org> (raw)

Hi Linus!

The following changes since commit 183d46ff422ef9f3d755b6808ef3faa6d009ba3a:

  Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2024-08-01 09:42:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.11-rc3

for you to fetch changes up to 2ff4ceb0309abb3cd1843189e99e4cc479ec5b92:

  Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue (2024-08-08 09:02:25 -0700)

----------------------------------------------------------------
Including fixes from bluetooth.

Current release - regressions:

 - eth: bnxt_en: fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()
   on older chips

Current release - new code bugs:

 - ethtool: fix off-by-one error / kdoc contradicting the code
   for max RSS context IDs

 - Bluetooth: hci_qca:
    - QCA6390: fix support on non-DT platforms
    - QCA6390: don't call pwrseq_power_off() twice
    - fix a NULL-pointer derefence at shutdown

 - eth: ice: fix incorrect assigns of FEC counters

Previous releases - regressions:

 - mptcp: fix handling endpoints with both 'signal' and 'subflow'
   flags set

 - virtio-net: fix changing ring count when vq IRQ coalescing not
   supported

 - eth: gve: fix use of netif_carrier_ok() during reconfig / reset

Previous releases - always broken:

 - eth: idpf: fix bugs in queue re-allocation on reconfig / reset

 - ethtool: fix context creation with no parameters

Misc:

 - linkwatch: use system_unbound_wq to ease RTNL contention

Signed-off-by: Jakub Kicinski <kuba@kernel.org>

----------------------------------------------------------------
Alexander Lobakin (2):
      idpf: fix memory leaks and crashes while performing a soft reset
      idpf: fix UAFs when destroying the queues

Anton Khirnov (1):
      Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor

Arnd Bergmann (1):
      net: pse-pd: tps23881: include missing bitfield.h header

Bartosz Golaszewski (3):
      Bluetooth: hci_qca: don't call pwrseq_power_off() twice for QCA6390
      Bluetooth: hci_qca: fix QCA6390 support on non-DT platforms
      Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdown

Csókás, Bence (1):
      net: fec: Stop PPS on driver remove

Daniele Palmas (1):
      net: usb: qmi_wwan: fix memory leak for not ip packets

David S. Miller (1):
      Merge branch 'virtio-net-rq-coalescing' into main

Dmitry Antipov (1):
      Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()

Dmitry Safonov (1):
      net/tcp: Disable TCP-AO static key after RCU grace period

Edward Cree (1):
      net: ethtool: fix off-by-one error in max RSS context IDs

Eric Dumazet (1):
      net: linkwatch: use system_unbound_wq

Florian Fainelli (1):
      net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilities

Gal Pressman (1):
      ethtool: Fix context creation with no parameters

Grzegorz Nitka (2):
      ice: Fix reset handler
      ice: Skip PTP HW writes during PTP reset procedure

Heng Qi (2):
      virtio-net: check feature before configuring the vq coalescing command
      virtio-net: unbreak vq resizing when coalescing is not negotiated

Jakub Kicinski (4):
      Merge branch 'mptcp-fix-endpoints-with-signal-and-subflow-flags'
      Merge branch 'idpf-fix-3-bugs-revealed-by-the-chapter-i'
      Merge tag 'for-net-2024-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
      Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

James Chapman (1):
      l2tp: fix lockdep splat

Joe Hattori (1):
      net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()

Kuniyuki Iwashima (1):
      sctp: Fix null-ptr-deref in reuseport_add_sock().

Kyle Swenson (1):
      net: pse-pd: tps23881: Fix the device ID check

Martin Whitaker (1):
      net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897.

Mateusz Polchlopek (1):
      ice: Fix incorrect assigns of FEC counts

Matthieu Baerts (NGI0) (7):
      mptcp: fully established after ADD_ADDR echo on MPJ
      mptcp: pm: deny endp with signal + subflow + port
      mptcp: pm: reduce indentation blocks
      mptcp: pm: don't try to create sf if alloc failed
      mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set
      selftests: mptcp: join: ability to invert ADD_ADDR check
      selftests: mptcp: join: test both signal & subflow

Michael Chan (1):
      bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()

Michal Kubiak (1):
      idpf: fix memleak in vport interrupt configuration

Nikolay Aleksandrov (1):
      net: bridge: mcast: wait for previous gc cycles when removing port

Praveen Kaligineedi (1):
      gve: Fix use of netif_carrier_ok()

Russell King (Oracle) (1):
      net: stmmac: dwmac4: fix PCS duplex mode decode

Stephen Hemminger (1):
      MAINTAINERS: update status of sky2 and skge drivers

Tristram Ha (1):
      net: dsa: microchip: Fix Wake-on-LAN check to not return an error

ZHANG Yuntian (1):
      net: usb: qmi_wwan: add MeiG Smart SRM825L

Zhengchao Shao (1):
      net/smc: add the max value of fallback reason count

 MAINTAINERS                                        |  2 +-
 drivers/bluetooth/hci_qca.c                        | 19 ++++----
 drivers/net/dsa/bcm_sf2.c                          |  4 +-
 drivers/net/dsa/microchip/ksz_common.c             | 16 +++++++
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          | 13 ++---
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c  |  2 +-
 drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c | 14 ++----
 drivers/net/ethernet/freescale/fec_ptp.c           |  3 ++
 drivers/net/ethernet/google/gve/gve_ethtool.c      |  2 +-
 drivers/net/ethernet/google/gve/gve_main.c         | 12 ++---
 drivers/net/ethernet/intel/ice/ice_ethtool.c       |  8 ++--
 drivers/net/ethernet/intel/ice/ice_main.c          |  2 +
 drivers/net/ethernet/intel/ice/ice_ptp.c           |  4 ++
 drivers/net/ethernet/intel/idpf/idpf_lib.c         | 48 +++++++++----------
 drivers/net/ethernet/intel/idpf/idpf_txrx.c        | 43 ++++-------------
 drivers/net/ethernet/stmicro/stmmac/dwmac4.h       |  2 -
 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c  |  2 +-
 drivers/net/pse-pd/tps23881.c                      |  5 +-
 drivers/net/usb/qmi_wwan.c                         |  2 +
 drivers/net/virtio_net.c                           | 14 +++++-
 include/linux/ethtool.h                            | 10 ++--
 net/bluetooth/hci_sync.c                           | 14 ++++++
 net/bluetooth/l2cap_core.c                         |  1 +
 net/bridge/br_multicast.c                          |  4 +-
 net/core/link_watch.c                              |  4 +-
 net/ethtool/ioctl.c                                | 18 ++++---
 net/ipv4/tcp_ao.c                                  | 43 ++++++++++++-----
 net/l2tp/l2tp_core.c                               | 15 +++++-
 net/mptcp/options.c                                |  3 +-
 net/mptcp/pm_netlink.c                             | 47 +++++++++++-------
 net/sctp/input.c                                   | 19 ++++----
 net/smc/smc_stats.h                                |  2 +-
 tools/testing/selftests/net/mptcp/mptcp_join.sh    | 55 ++++++++++++++++------
 33 files changed, 276 insertions(+), 176 deletions(-)

             reply	other threads:[~2024-08-08 17:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-08 17:01 Jakub Kicinski [this message]
2024-08-08 20:59 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240808170148.3629934-1-kuba@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®