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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250703132158.33888-1-pabeni@redhat.com>
Date: Thu,  3 Jul 2025 15:21:58 +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.16-rc5

Hi Linus!

The following changes since commit e34a79b96ab9d49ed8b605fee11099cf3efbb428:

  Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-06-26 09:13:27 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git net-6.16-rc5

for you to fetch changes up to 223e2288f4b8c262a864e2c03964ffac91744cd5:

  vsock/vmci: Clear the vmci transport packet properly when initializing it (2025-07-03 12:52:52 +0200)

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

Current release - new code bugs:

  - eth: txgbe: fix the issue of TX failure

  - eth: ngbe: specify IRQ vector when the number of VFs is 7

Previous releases - regressions:

  - sched: always pass notifications when child class becomes empty

  - ipv4: fix stat increase when udp early demux drops the packet

  - bluetooth: prevent unintended pause by checking if advertising is active

  - virtio: fix error reporting in virtqueue_resize

  - eth: virtio-net:
    - ensure the received length does not exceed allocated size
    - fix the xsk frame's length check

  - eth: lan78xx: fix WARN in __netif_napi_del_locked on disconnect

Previous releases - always broken:

  - bluetooth: mesh: check instances prior disabling advertising

  - eth: idpf: convert control queue mutex to a spinlock

  - eth: dpaa2: fix xdp_rxq_info leak

  - eth: amd-xgbe: align CL37 AN sequence as per databook

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

----------------------------------------------------------------
Ahmed Zaki (1):
      idpf: convert control queue mutex to a spinlock

Alok Tiwari (1):
      enic: fix incorrect MTU comparison in enic_change_mtu()

Antoine Tenart (1):
      net: ipv4: fix stat increase when udp early demux drops the packet

Bui Quang Minh (4):
      virtio-net: ensure the received length does not exceed allocated size
      virtio-net: remove redundant truesize check with PAGE_SIZE
      virtio-net: use the check_mergeable_len helper
      virtio-net: xsk: rx: fix the frame's length check

Christian Eggers (4):
      Bluetooth: hci_sync: revert some mesh modifications
      Bluetooth: MGMT: set_mesh: update LE scan interval and window
      Bluetooth: MGMT: mesh_send: check instances prior disabling advertising
      Bluetooth: HCI: Set extended advertising data synchronously

Dan Carpenter (1):
      lib: test_objagg: Set error message in check_expect_hints_stats()

Fushuai Wang (1):
      dpaa2-eth: fix xdp_rxq_info leak

HarshaVardhana S A (1):
      vsock/vmci: Clear the vmci transport packet properly when initializing it

Jakub Kicinski (3):
      docs: netdev: correct the heading level for co-posting selftests
      Merge tag 'for-net-2025-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
      Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

Jan Karcher (1):
      MAINTAINERS: update smc section

Jiawen Wu (5):
      net: txgbe: fix the issue of TX failure
      net: libwx: fix the incorrect display of the queue number
      net: txgbe: request MISC IRQ in ndo_open
      net: wangxun: revert the adjustment of the IRQ vector sequence
      net: ngbe: specify IRQ vector when the number of VFs is 7

Kohei Enju (1):
      rose: fix dangling neighbour pointers in rose_rt_device_down()

Krzysztof Kozlowski (1):
      dt-bindings: net: sophgo,sg2044-dwmac: Drop status from the example

Laurent Vivier (3):
      virtio_ring: Fix error reporting in virtqueue_resize
      virtio_net: Cleanup '2+MAX_SKB_FRAGS'
      virtio_net: Enforce minimum TX ring size for reliability

Lion Ackermann (1):
      net/sched: Always pass notifications when child class becomes empty

Lukas Bulwahn (1):
      MAINTAINERS: adjust file entry after renaming rzv2h-gbeth dtb

Mark Bloch (1):
      MAINTAINERS: Add myself as mlx5 core and mlx5e co-maintainer

Michal Swiatkowski (1):
      idpf: return 0 size for RSS key if not supported

Oleksij Rempel (1):
      net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnect

Paolo Abeni (3):
      Merge branch 'virtio-net-fixes-for-mergeable-xdp-receive-path'
      Merge branch 'virtio-fixes-for-tx-ring-sizing-and-resize-error-reporting'
      Merge branch 'fix-irq-vectors'

Raju Rangoju (2):
      amd-xgbe: align CL37 AN sequence as per databook
      amd-xgbe: do not double read link status

Thomas Fourier (2):
      ethernet: atl1: Add missing DMA mapping error checks and count errors
      nui: Fix dma_mapping_error() check

Ulrich Weber (1):
      doc: tls: socket needs to be established to enable ulp

Vitaly Lifshits (1):
      igc: disable L1.2 PCI-E link substate to avoid performance issue

Yang Li (1):
      Bluetooth: Prevent unintended pause by checking if advertising is active

 .../bindings/net/sophgo,sg2044-dwmac.yaml          |   3 +-
 Documentation/networking/tls.rst                   |   4 +-
 Documentation/process/maintainer-netdev.rst        |   2 +-
 MAINTAINERS                                        |  10 +-
 drivers/net/ethernet/amd/xgbe/xgbe-common.h        |   2 +
 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c          |  13 ++
 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c        |  24 ++-
 drivers/net/ethernet/amd/xgbe/xgbe.h               |   4 +-
 drivers/net/ethernet/atheros/atlx/atl1.c           |  79 +++++--
 drivers/net/ethernet/cisco/enic/enic_main.c        |   4 +-
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c   |  26 ++-
 drivers/net/ethernet/intel/idpf/idpf_controlq.c    |  23 +--
 .../net/ethernet/intel/idpf/idpf_controlq_api.h    |   2 +-
 drivers/net/ethernet/intel/idpf/idpf_ethtool.c     |   4 +-
 drivers/net/ethernet/intel/idpf/idpf_lib.c         |  12 +-
 drivers/net/ethernet/intel/igc/igc_main.c          |  10 +
 drivers/net/ethernet/sun/niu.c                     |  31 ++-
 drivers/net/ethernet/sun/niu.h                     |   4 +
 drivers/net/ethernet/wangxun/libwx/wx_lib.c        |  27 ++-
 drivers/net/ethernet/wangxun/libwx/wx_sriov.c      |   4 +
 drivers/net/ethernet/wangxun/libwx/wx_type.h       |   3 +-
 drivers/net/ethernet/wangxun/ngbe/ngbe_main.c      |   4 +-
 drivers/net/ethernet/wangxun/ngbe/ngbe_type.h      |   2 +-
 drivers/net/ethernet/wangxun/txgbe/txgbe_aml.c     |   1 +
 drivers/net/ethernet/wangxun/txgbe/txgbe_irq.c     |   8 +-
 drivers/net/ethernet/wangxun/txgbe/txgbe_main.c    |  22 +-
 drivers/net/ethernet/wangxun/txgbe/txgbe_type.h    |   4 +-
 drivers/net/usb/lan78xx.c                          |   2 -
 drivers/net/virtio_net.c                           | 111 ++++++----
 drivers/virtio/virtio_ring.c                       |   8 +-
 lib/test_objagg.c                                  |   4 +-
 net/bluetooth/hci_event.c                          |  36 ----
 net/bluetooth/hci_sync.c                           | 227 +++++++++++++--------
 net/bluetooth/mgmt.c                               |  25 ++-
 net/ipv4/ip_input.c                                |   7 +-
 net/rose/rose_route.c                              |  15 +-
 net/sched/sch_api.c                                |  19 +-
 net/vmw_vsock/vmci_transport.c                     |   4 +-
 38 files changed, 494 insertions(+), 296 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ