index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_sync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
Bluetooth: hci_core: Fix tracking of periodic advertisement
Luiz Augusto von Dentz
1
-2
/
+2
2025-11-24
Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00
Luiz Augusto von Dentz
1
-3
/
+2
2025-11-24
Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_once
Cen Zhang
1
-3
/
+9
2025-10-15
Bluetooth: hci_sync: Fix using random address for BIG/PA advertisements
Luiz Augusto von Dentz
1
-4
/
+6
2025-10-02
Bluetooth: hci_sync: Fix hci_resume_advertising_sync
Luiz Augusto von Dentz
1
-0
/
+7
2025-09-09
Bluetooth: hci_sync: Avoid adding default advertising on startup
Yang Li
1
-1
/
+1
2025-09-04
Bluetooth: hci_sync: fix set_local_name race condition
Pavel Shpakovskiy
1
-3
/
+3
2025-07-24
Bluetooth: hci_sync: fix connectable extended advertising when using static r...
Alessandro Gasbarroni
1
-2
/
+2
2025-07-17
Bluetooth: HCI: Set extended advertising data synchronously
Christian Eggers
1
-80
/
+133
2025-07-17
Bluetooth: hci_sync: Fix not disabling advertising instance
Luiz Augusto von Dentz
1
-1
/
+1
2025-07-10
Bluetooth: Prevent unintended pause by checking if advertising is active
Yang Li
1
-0
/
+4
2025-07-10
Bluetooth: hci_sync: revert some mesh modifications
Christian Eggers
1
-12
/
+4
2025-06-19
Bluetooth: hci_sync: Fix broadcast/PA when using an existing instance
Luiz Augusto von Dentz
1
-5
/
+15
2025-01-17
Bluetooth: hci_sync: Fix not setting Random Address when required
Luiz Augusto von Dentz
1
-5
/
+6
2024-12-14
Bluetooth: Support new quirks for ATS2851
Danil Pylaev
1
-1
/
+8
2024-11-08
Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs
Sungwoo Kim
1
-7
/
+11
2024-10-04
Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCEL
Luiz Augusto von Dentz
1
-1
/
+4
2024-09-12
Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
Luiz Augusto von Dentz
1
-9
/
+4
2024-09-12
Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
Luiz Augusto von Dentz
1
-0
/
+3
2024-09-12
Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
Luiz Augusto von Dentz
1
-0
/
+3
2024-09-12
Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_once
Luiz Augusto von Dentz
1
-2
/
+40
2024-09-12
Bluetooth: hci_sync: Attempt to dequeue connection attempt
Luiz Augusto von Dentz
1
-9
/
+65
2024-09-12
Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queue
Luiz Augusto von Dentz
1
-8
/
+124
2024-09-12
Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_sync
Luiz Augusto von Dentz
1
-6
/
+10
2024-09-12
Bluetooth: hci_conn: Only do ACL connections sequentially
Jonas Dreßler
1
-0
/
+70
2024-08-14
Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor
Anton Khirnov
1
-0
/
+14
2024-08-11
Bluetooth: hci_sync: Fix suspending with wrong filter policy
Luiz Augusto von Dentz
1
-0
/
+21
2024-07-25
Bluetooth: L2CAP: Fix deadlock
Luiz Augusto von Dentz
1
-0
/
+13
2024-06-12
Bluetooth: HCI: Remove HCI_AMP support
Luiz Augusto von Dentz
1
-108
/
+4
2024-06-12
Bluetooth: ISO: Fix BIS cleanup
Iulia Tanasescu
1
-16
/
+12
2024-04-17
Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY
Luiz Augusto von Dentz
1
-3
/
+3
2024-04-17
Bluetooth: hci_sync: Use QoS to determine which PHY to scan
Luiz Augusto von Dentz
1
-11
/
+55
2024-04-10
Bluetooth: add quirk for broken address properties
Johan Hovold
1
-1
/
+4
2024-04-03
Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync
Luiz Augusto von Dentz
1
-1
/
+4
2024-03-27
Bluetooth: hci_sync: Fix overwriting request callback
Luiz Augusto von Dentz
1
-3
/
+18
2024-03-27
Bluetooth: hci_core: Cancel request on command timeout
Luiz Augusto von Dentz
1
-9
/
+11
2024-03-06
Bluetooth: hci_sync: Fix accept_list when attempting to suspend
Luiz Augusto von Dentz
1
-1
/
+4
2024-03-06
Bluetooth: hci_sync: Check the correct flag before starting a scan
Jonas Dreßler
1
-1
/
+1
2024-02-05
Bluetooth: hci_sync: fix BR/EDR wakeup bug
clancy shang
1
-4
/
+6
2023-11-20
Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err
Marcel Ziswiler
1
-2
/
+2
2023-10-11
Bluetooth: hci_sync: always check if connection is alive before deleting
Pauli Virtanen
1
-14
/
+12
2023-09-20
Bluetooth: hci_codec: Fix leaking content of local_codecs
Luiz Augusto von Dentz
1
-0
/
+1
2023-09-20
Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER
Luiz Augusto von Dentz
1
-9
/
+4
2023-08-24
Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODED
Luiz Augusto von Dentz
1
-1
/
+4
2023-08-24
Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync
Iulia Tanasescu
1
-0
/
+15
2023-08-24
Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync
Luiz Augusto von Dentz
1
-20
/
+35
2023-08-11
Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros
Luiz Augusto von Dentz
1
-2
/
+2
2023-08-11
Bluetooth: hci_core: Make hci_is_le_conn_scanning public
Luiz Augusto von Dentz
1
-21
/
+0
2023-08-11
Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
Luiz Augusto von Dentz
1
-16
/
+29
2023-08-11
Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCEL
Luiz Augusto von Dentz
1
-0
/
+11
[next]