lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250828105330.27318-1-pabeni@redhat.com>
Date: Thu, 28 Aug 2025 12:53:30 +0200
From: Paolo Abeni <pabeni@...hat.com>
To: torvalds@...ux-foundation.org
Cc: kuba@...nel.org,
	davem@...emloft.net,
	netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] Networking for v6.17-rc4

Hi Linus!

The following changes since commit 6439a0e64c355d2e375bd094f365d56ce81faba3:

  Merge tag 'net-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-08-21 13:51:15 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.17-rc4

for you to fetch changes up to 5189446ba995556eaa3755a6e875bc06675b88bd:

  net: ipv4: fix regression in local-broadcast routes (2025-08-28 10:52:30 +0200)

----------------------------------------------------------------
Including fixes from Bluetooth.

Current release - regressions:

  - ipv4: fix regression in local-broadcast routes

  - vsock: fix error-handling regression introduced in v6.17-rc1

Previous releases - regressions:

  - bluetooth:
    - mark connection as closed during suspend disconnect
    - fix set_local_name race condition

  - eth: ice: fix NULL pointer dereference on reset

  - eth: mlx5: fix memory leak in hws_pool_buddy_init error path

  - eth: bnxt_en: fix stats context reservation logic

  - eth: hv: fix loss of receive events from host during channel open

Previous releases - always broken:

  - page_pool: fix incorrect mp_ops error handling

  - sctp: initialize more fields in sctp_v6_from_sk()

  - eth: octeontx2-vf: fix max packet length errors

  - eth: idpf: fix Tx flow scheduling to avoid Tx timeouts

  - eth: bnxt_en: fix memory corruption during ifdown

  - eth: ice: fix incorrect counter for buffer allocation failures

  - eth: mlx5: fix lockdep assertion on sync reset unload event

  - eth: fbnic: fixup rtnl_lock and devl_lock handling

  - eth: xgmac: do not enable RX FIFO overflow interrupts

  - phy: mscc: fix when PTP clock is register and unregister

Misc:

  - add Telit Cinterion LE910C4-WWX new compositions

Signed-off-by: Paolo Abeni <pabeni@...hat.com>

----------------------------------------------------------------
Alexander Duyck (2):
      fbnic: Fixup rtnl_lock and devl_lock handling related to mailbox code
      fbnic: Move phylink resume out of service_task and into open/close

Alexei Lazar (3):
      net/mlx5e: Update and set Xon/Xoff upon MTU set
      net/mlx5e: Update and set Xon/Xoff upon port speed set
      net/mlx5e: Set local Xoff after FW update

Boon Khai Ng (1):
      MAINTAINERS: Update maintainer information for Altera Triple Speed Ethernet Driver

Dipayaan Roy (1):
      net: hv_netvsc: fix loss of early receive events from host during channel open.

Emil Tantilov (1):
      ice: fix NULL pointer dereference in ice_unplug_aux_dev() on reset

Eric Dumazet (3):
      sctp: initialize more fields in sctp_v6_from_sk()
      l2tp: do not use sock_hold() in pppol2tp_session_get_sock()
      net: rose: fix a typo in rose_clear_routes()

Fabio Porcedda (1):
      net: usb: qmi_wwan: add Telit Cinterion LE910C4-WWX new compositions

Hariprasad Kelam (2):
      Octeontx2-vf: Fix max packet length errors
      Octeontx2-af: Fix NIX X2P calibration failures

Horatiu Vultur (1):
      phy: mscc: Fix when PTP clock is register and unregister

Jacob Keller (2):
      ice: don't leave device non-functional if Tx scheduler config fails
      ice: use fixed adapter index for E825C embedded devices

Jakub Kicinski (10):
      Merge branch 'fix-vsock-error-handling-regression-introduced-in-v6-17-rc1'
      Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
      Merge tag 'for-net-2025-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
      MAINTAINERS: retire Boris from TLS maintainers
      Merge branch 'bnxt_en-3-bug-fixes'
      Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
      Merge branch 'mlx5-misc-fixes-2025-08-25'
      Merge branch 'net-stmmac-xgmac-minor-fixes'
      Merge branch 'introduce-refcount_t-for-reference-counting-of-rose_neigh'
      Merge branch 'locking-fixes-for-fbnic-driver'

Jedrzej Jagielski (1):
      ixgbe: fix ixgbe_orom_civd_info struct layout

Joshua Hay (6):
      idpf: add support for Tx refillqs in flow scheduling mode
      idpf: improve when to set RE bit logic
      idpf: simplify and fix splitq Tx packet rollback error path
      idpf: replace flow scheduling buffer ring with buffer pool
      idpf: stop Tx if there are insufficient buffer resources
      idpf: remove obsolete stashing code

Kuniyuki Iwashima (1):
      atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().

Lama Kayal (4):
      net/mlx5: HWS, Fix memory leak in hws_pool_buddy_init error path
      net/mlx5: HWS, Fix memory leak in hws_action_get_shared_stc_nic error flow
      net/mlx5: HWS, Fix uninitialized variables in mlx5hws_pat_calc_nop error flow
      net/mlx5: HWS, Fix pattern destruction in mlx5hws_pat_get_pattern error path

Ludovico de Nittis (2):
      Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as success
      Bluetooth: hci_event: Mark connection as closed during suspend disconnect

Luiz Augusto von Dentz (2):
      Bluetooth: hci_conn: Make unacked packet handling more robust
      Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalanced

Michael Chan (2):
      bnxt_en: Adjust TX rings if reservation is less than requested
      bnxt_en: Fix stats context reservation logic

Michal Kubiak (1):
      ice: fix incorrect counter for buffer allocation failures

Mina Almasry (1):
      page_pool: fix incorrect mp_ops error handling

Moshe Shemesh (4):
      net/mlx5: Reload auxiliary drivers on fw_activate
      net/mlx5: Fix lockdep assertion on sync reset unload event
      net/mlx5: Nack sync reset when SFs are present
      net/mlx5: Prevent flow steering mode changes in switchdev mode

Neil Mandir (1):
      net: macb: Disable clocks once

Oscar Maes (1):
      net: ipv4: fix regression in local-broadcast routes

Pavel Shpakovskiy (1):
      Bluetooth: hci_sync: fix set_local_name race condition

Rohan G Thomas (3):
      net: stmmac: xgmac: Do not enable RX FIFO Overflow interrupts
      net: stmmac: xgmac: Correct supported speed modes
      net: stmmac: Set CIC bit only for TX queues with COE

Sean Anderson (1):
      net: macb: Fix offset error in gem_update_stats

Sreekanth Reddy (1):
      bnxt_en: Fix memory corruption when FW resources change during ifdown

Subash Abhinov Kasiviswanathan (1):
      MAINTAINERS: rmnet: Update email addresses

Takamitsu Iwai (3):
      net: rose: split remove and free operations in rose_remove_neigh()
      net: rose: convert 'use' field to refcount_t
      net: rose: include node references in rose_neigh refcount

Vladimir Riabchun (1):
      mISDN: hfcpci: Fix warning when deleting uninitialized timer

Will Deacon (2):
      net: Introduce skb_copy_datagram_from_iter_full()
      vsock/virtio: Fix message iterator handling on transmit path

Yang Li (1):
      Bluetooth: hci_event: Disconnect device when BIG sync is lost

Yeounsu Moon (1):
      net: dlink: fix multicast stats being counted incorrectly

luoguangfei (1):
      net: macb: fix unregister_netdev call order in macb_remove()

 CREDITS                                            |   7 +
 MAINTAINERS                                        |   7 +-
 drivers/atm/atmtcp.c                               |  17 +-
 drivers/isdn/hardware/mISDN/hfcpci.c               |  12 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          |  36 +-
 drivers/net/ethernet/cadence/macb_main.c           |  11 +-
 drivers/net/ethernet/dlink/dl2k.c                  |   2 +-
 drivers/net/ethernet/intel/ice/ice.h               |   1 +
 drivers/net/ethernet/intel/ice/ice_adapter.c       |  49 +-
 drivers/net/ethernet/intel/ice/ice_adapter.h       |   4 +-
 drivers/net/ethernet/intel/ice/ice_ddp.c           |  44 +-
 drivers/net/ethernet/intel/ice/ice_idc.c           |  10 +-
 drivers/net/ethernet/intel/ice/ice_main.c          |  16 +-
 drivers/net/ethernet/intel/ice/ice_txrx.c          |   2 +-
 .../net/ethernet/intel/idpf/idpf_singleq_txrx.c    |  61 +-
 drivers/net/ethernet/intel/idpf/idpf_txrx.c        | 723 ++++++++-------------
 drivers/net/ethernet/intel/idpf/idpf_txrx.h        |  87 +--
 drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c      |   2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_type_e610.h |   2 +-
 drivers/net/ethernet/marvell/octeontx2/af/cgx.c    |   7 +
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h    |  14 +
 .../ethernet/marvell/octeontx2/nic/otx2_common.c   |   4 +-
 .../ethernet/marvell/octeontx2/nic/otx2_common.h   |   1 +
 .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c   |   3 +
 .../net/ethernet/marvell/octeontx2/nic/otx2_vf.c   |  10 +
 drivers/net/ethernet/marvell/octeontx2/nic/rep.c   |  13 +-
 drivers/net/ethernet/marvell/octeontx2/nic/rep.h   |   1 +
 drivers/net/ethernet/mellanox/mlx5/core/devlink.c  |   2 +-
 .../ethernet/mellanox/mlx5/core/en/port_buffer.c   |   3 +-
 .../ethernet/mellanox/mlx5/core/en/port_buffer.h   |  12 +
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  19 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |  15 +-
 drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c | 126 ++--
 drivers/net/ethernet/mellanox/mlx5/core/fw_reset.h |   1 +
 .../net/ethernet/mellanox/mlx5/core/sf/devlink.c   |  10 +
 drivers/net/ethernet/mellanox/mlx5/core/sf/sf.h    |   6 +
 .../mellanox/mlx5/core/steering/hws/action.c       |   2 +-
 .../mellanox/mlx5/core/steering/hws/pat_arg.c      |   6 +-
 .../mellanox/mlx5/core/steering/hws/pool.c         |   1 +
 drivers/net/ethernet/meta/fbnic/fbnic_netdev.c     |   4 +
 drivers/net/ethernet/meta/fbnic/fbnic_pci.c        |  15 +-
 .../net/ethernet/stmicro/stmmac/dwxgmac2_core.c    |  13 +-
 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c |   9 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |   6 +-
 drivers/net/hyperv/netvsc.c                        |  17 +-
 drivers/net/hyperv/rndis_filter.c                  |  23 +-
 drivers/net/phy/mscc/mscc.h                        |   4 +
 drivers/net/phy/mscc/mscc_main.c                   |   4 +-
 drivers/net/phy/mscc/mscc_ptp.c                    |  34 +-
 drivers/net/usb/qmi_wwan.c                         |   3 +
 include/linux/atmdev.h                             |   1 +
 include/linux/skbuff.h                             |   2 +
 include/net/bluetooth/hci_sync.h                   |   2 +-
 include/net/rose.h                                 |  18 +-
 net/atm/common.c                                   |  15 +-
 net/bluetooth/hci_conn.c                           |  58 +-
 net/bluetooth/hci_event.c                          |  25 +-
 net/bluetooth/hci_sync.c                           |   6 +-
 net/bluetooth/mgmt.c                               |   9 +-
 net/core/datagram.c                                |  14 +
 net/core/page_pool.c                               |   6 +-
 net/ipv4/route.c                                   |  10 +-
 net/l2tp/l2tp_ppp.c                                |  25 +-
 net/rose/af_rose.c                                 |  13 +-
 net/rose/rose_in.c                                 |  12 +-
 net/rose/rose_route.c                              |  62 +-
 net/rose/rose_timer.c                              |   2 +-
 net/sctp/ipv6.c                                    |   2 +
 net/vmw_vsock/virtio_transport_common.c            |   8 +-
 69 files changed, 982 insertions(+), 789 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ