The following changes since commit 01b9128c5db1b470575d07b05b67ffa3cb02ebf1: net: macb: fix unregister_netdev call order in macb_remove() (2025-08-21 18:38:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-08-22 for you to fetch changes up to 6bbd0d3f0c23fc53c17409dd7476f38ae0ff0cd9: Bluetooth: hci_sync: fix set_local_name race condition (2025-08-22 13:57:31 -0400) ---------------------------------------------------------------- bluetooth pull request for net: - hci_conn: Make unacked packet handling more robust - hci_event: Treat UNKNOWN_CONN_ID on disconnect as success - hci_event: Mark connection as closed during suspend disconnect - hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalanced - hci_event: Disconnect device when BIG sync is lost - hci_sync: fix set_local_name race condition ---------------------------------------------------------------- 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 Pavel Shpakovskiy (1): Bluetooth: hci_sync: fix set_local_name race condition Yang Li (1): Bluetooth: hci_event: Disconnect device when BIG sync is lost include/net/bluetooth/hci_sync.h | 2 +- net/bluetooth/hci_conn.c | 58 ++++++++++++++++++++++++++++------------ net/bluetooth/hci_event.c | 25 +++++++++++++++-- net/bluetooth/hci_sync.c | 6 ++--- net/bluetooth/mgmt.c | 9 +++++-- 5 files changed, 75 insertions(+), 25 deletions(-)