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