summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sync.c
AgeCommit message (Expand)Author
3 daystreewide: refresh kmalloc_obj() conversionsKees Cook
2026-08-24Bluetooth: do not leak an hci_conn when a second LE connect is rejectedRadek Podgorny
2026-08-24Bluetooth: hci_sync: add conditional locking annotationsPauli Virtanen
2026-08-24Bluetooth: hci_sync: Clear HCI_CMD_PENDING when dropping the last requestIbrahim Abdelkader
2026-08-07Bluetooth: hci_sync: Disable legacy instance's ext adv before setup snapshotMuhammad Saheed
2026-08-07Bluetooth: hci_sync: free the advertising instance on the failure and cancel ...Linmao Li
2026-08-07Bluetooth: hci_sync: Fix accept list UAF during suspendChengfeng Ye
2026-08-07Bluetooth: Add MGMT Load Connection Subrate commandLuiz Augusto von Dentz
2026-08-07Bluetooth: Add support for Shorter Connection Interval (SCI) featureLuiz Augusto von Dentz
2026-08-07Bluetooth: hci_sync: Simplify hci_reset_sync()Zijun Hu
2026-08-07Bluetooth: hci_sync: Introduce __hci_reset_sync() for device driversZijun Hu
2026-08-07Bluetooth: hci_sync: Remove unused hci_cmd_sync_dequeue_once()Siwei Zhang
2026-07-28Bluetooth: hci_sync: remove unnecessary hci_conn_get in create_conn_syncPauli Virtanen
2026-07-28Bluetooth: hci_sync: fix hci_conn_del() use in hci_le_create_conn_syncPauli Virtanen
2026-07-28Bluetooth: hci_sync: hold conn in hci_past_sync() callbackPauli Virtanen
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callbackPauli Virtanen
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_big_sync() callbackPauli Virtanen
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacksPauli Virtanen
2026-07-28Bluetooth: hci_sync: Fix advertising data UAFsChengfeng Ye
2026-07-20Bluetooth: hci_sync: Protect UUID list traversalChengfeng Ye
2026-07-13Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookupsPauli Virtanen
2026-07-13Bluetooth: hci_sync: extend conn_hash lookup critical sectionsPauli Virtanen
2026-07-06Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()Siwei Zhang
2026-06-11Bluetooth: hci_sync: Add support for HCI_LE_Set_Host_Feature [v2]Luiz Augusto von Dentz
2026-06-03Bluetooth: hci_sync: reject oversized Broadcast Announcement prependYuqi Xu
2026-05-28Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync()Heitor Alves de Siqueira
2026-05-28Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device closeHeitor Alves de Siqueira
2026-05-27Bluetooth: hci_sync: fix UAF in hci_le_create_cis_syncDoruk Tan Ozturk
2026-05-20Bluetooth: hci_sync: Fix not setting mask for HCI_EVT_LE_ALL_REMOTE_FEATURES_...Luiz Augusto von Dentz
2026-04-13Bluetooth: hci_sync: make hci_cmd_sync_run_once return -EEXIST if existsPauli Virtanen
2026-04-01Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_synchkbinbin
2026-04-01Bluetooth: hci_sync: Fix UAF in le_read_features_completeLuiz Augusto von Dentz
2026-04-01Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once failsPauli Virtanen
2026-04-01Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if existsPauli Virtanen
2026-04-01Bluetooth: hci_sync: call destroy in hci_cmd_sync_run if immediatePauli Virtanen
2026-03-19Bluetooth: hci_sync: annotate data-races around hdev->req_statusCen Zhang
2026-03-12Bluetooth: hci_sync: Fix hci_le_create_conn_syncMichael Grzeschik
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-23Bluetooth: Fix CIS host feature conditionMariusz Skamra
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-29Bluetooth: Fix using PHYs bitfields as PHY valueLuiz Augusto von Dentz
2026-01-29Bluetooth: L2CAP: Add support for setting BT_PHYLuiz Augusto von Dentz
2026-01-29Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structuresNaga Bhavani Akella
2026-01-29Bluetooth: hci_conn: Set link_policy on incoming ACL connectionsStefan Sørensen
2026-01-09Bluetooth: hci_sync: enable PA Sync Lost eventYang Li
2025-12-01Bluetooth: HCI: Add support for LL Extended Feature SetLuiz Augusto von Dentz
2025-12-01Bluetooth: HCI: Always use the identity address when initializing a connectionLuiz Augusto von Dentz
2025-12-01Bluetooth: ISO: Add support to bind to trigger PASTLuiz Augusto von Dentz
2025-12-01Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PASTLuiz Augusto von Dentz