Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-08-15--15-00 (v6.17-rc1-381-g258f0488d0ea) remotes/brancher/net-next-2025-08-15--18-00 (v6.17-rc1-384-g8ecfd5672e11) ==== BASE DIFF ==== drivers/bluetooth/btmtk.c | 7 +--- drivers/bluetooth/btnxpuart.c | 8 ++--- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 ++ drivers/net/ethernet/mellanox/mlxsw/trap.h | 1 + include/net/bluetooth/bluetooth.h | 4 +-- include/net/bluetooth/hci_core.h | 44 ++++++++++++++++++++---- net/bluetooth/hci_conn.c | 17 +++++++-- net/bluetooth/hci_event.c | 15 +++++--- net/bluetooth/hci_sync.c | 25 +++++++++----- net/bluetooth/iso.c | 16 ++++----- net/bluetooth/mgmt.c | 12 +++---- net/bridge/br_multicast.c | 9 ++--- tools/testing/selftests/net/forwarding/router.sh | 29 ++++++++++++++++ 13 files changed, 134 insertions(+), 55 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.jYALmqlgAK b/tmp/tmp.o85mX1oTI4 index e047276af502..52c988d4156b 100644 --- a/tmp/tmp.jYALmqlgAK +++ b/tmp/tmp.o85mX1oTI4 @@ -12,7 +12,11 @@ nipa: config: x86: use periodic HZ tick nipa: disable 6.17's merge window kunit tests nipa: dbg net/sctp_vrf.sh nipa: disable random kunit tests -Merge tag 'for-net-2025-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth +net: stmmac: Set CIC bit only for TX queues with COE +net: stmmac: xgmac: Correct supported speed modes +net: stmmac: xgmac: Do not enable RX FIFO Overflow interrupts +docs: netdev: refine the clean-up patch examples +net: pktgen: Use min()/min_t() to improve pktgen_finalize_skb() arm64: dts: broadcom: Enable RP1 ethernet for Raspberry Pi 5 arm64: dts: rp1: Add ethernet DT node net: cadence: macb: Add support for Raspberry Pi RP1 ethernet controller @@ -45,8 +49,10 @@ tcp: fast path functions later tcp: reorganize SYN ECN code net: phy: realtek: enable serdes option mode for RTL8226-CG ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_add +selftests: bonding: add test for passive LACP mode +bonding: send LACPDUs periodically in passive mode after receiving partner's LACPDU +bonding: update LACP activity flag after setting lacp_active selftests net/socket.c: removed warnings from unused returns -net: af_packet: Use hrtimer to do the retire operation qed: Don't write past the end of GRC debug buffer net: ethernet: stmmac: dwmac-rk: Make the clk_phy could be used for external phy nfc: s3fwrn5: Use SHA-1 library instead of crypto_shash @@ -69,25 +75,17 @@ ice: Add driver specific prefix to LAG defines ice: replace u8 elements with bool where appropriate ice: Remove casts on void pointers in LAG code selftests: tls: make the new data_steal test less flaky -xfrm: xfrm_user: use strscpy() for alg_name net: Space: Replace memset(0) + strscpy() with strscpy_pad() -net/nfc: Fix A-B/B-A deadlock between nfc_unregister_device and rfkill_fop_write net: libwx: Fix the size in RSS hash key population cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN selftests: net: add test for dst hint mechanism with directed broadcast addresses net: ipv4: allow directed broadcast routes to use dst hint net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency. -selftest: forwarding: router: Add a test case for IPv4 link-local source IP -mlxsw: spectrum: Forward packets with an IPv4 link-local source IP net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUM net: ti: icssg-prueth: Fix HSR and switch offload Enablement during firwmare reload. -selftests: bonding: add test for LACP actor port priority -bonding: support aggregator selection based on port priority -bonding: add support for per-port LACP actor priority net: airoha: Add wlan flowtable TX offload net: macb: Add capability-based QBV detection and Versal support net: macb: Add TAPRIO traffic scheduling support -net: bridge: remove unused argument of br_multicast_query_expired() ppp: fix race conditions in ppp_fill_forward_path net: ethernet: mtk_ppe: add RCU lock around dev_fill_forward_path eth: fbnic: Report XDP stats via ethtool @@ -158,16 +156,3 @@ net: qrtr: support identical node ids net: qrtr: fit node ID + port number combination into unsigned long net: qrtr: allocate and track endpoint ids net: qrtr: ns: validate msglen before ctrl_pkt use -Bluetooth: hci_core: Fix not accounting for BIS/CIS/PA links separately -Bluetooth: btnxpuart: Uses threaded IRQ for host wakeup handling -Bluetooth: hci_conn: do return error from hci_enhanced_setup_sync() -Bluetooth: hci_event: fix MTU for BN == 0 in CIS Established -Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFF -Bluetooth: hci_core: Fix using ll_privacy_capable for current settings -Bluetooth: hci_core: Fix using {cis,bis}_capable for current settings -Bluetooth: btmtk: Fix wait_on_bit_timeout interruption during shutdown -Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast Source -Bluetooth: hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINK -Bluetooth: ISO: Fix getname not returning broadcast fields -Bluetooth: hci_sync: Fix scan state after PA Sync has been established -Bluetooth: hci_sync: Avoid adding default advertising on startup