summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sync.c
AgeCommit message (Expand)AuthorFilesLines
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-24Bluetooth: Fix CIS host feature conditionMariusz Skamra1-1/+1
2026-02-22Convert '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-10Bluetooth: hci_sync: enable PA Sync Lost eventYang Li1-0/+1
2025-12-02Bluetooth: HCI: Add support for LL Extended Feature SetLuiz Augusto von Dentz1-2/+100
2025-12-02Bluetooth: HCI: Always use the identity address when initializing a connectionLuiz Augusto von Dentz1-1/+1
2025-12-02Bluetooth: 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
2025-12-01Bluetooth: HCI: Add initial support for PASTLuiz Augusto von Dentz1-0/+3
2025-11-11Bluetooth: hci_conn: Fix not cleaning up PA_LINK connectionsLuiz Augusto von Dentz1-1/+1
2025-10-24Bluetooth: hci_core: Fix tracking of periodic advertisementLuiz Augusto von Dentz1-2/+2
2025-10-24Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz1-3/+2
2025-10-24Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_onceCen Zhang1-3/+9
2025-09-27Bluetooth: hci_sync: Fix using random address for BIG/PA advertisementsLuiz Augusto von Dentz1-4/+6
2025-09-20Bluetooth: hci_sync: Fix hci_resume_advertising_syncLuiz Augusto von Dentz1-0/+7
2025-08-22Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy1-3/+3
2025-08-15Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFFYang Li1-4/+8
2025-08-15Bluetooth: hci_core: Fix using {cis,bis}_capable for current settingsLuiz Augusto von Dentz1-2/+2
2025-08-15Bluetooth: hci_sync: Fix scan state after PA Sync has been establishedLuiz Augusto von Dentz1-2/+5
2025-08-15Bluetooth: hci_sync: Avoid adding default advertising on startupYang Li1-1/+1
2025-07-23Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li1-5/+5
2025-07-23Bluetooth: Fix typos in commentsBastien Nocera1-1/+1
2025-07-23Bluetooth: hci_sync: Use bt_dev_err() to log error message in hci_update_even...Zijun Hu1-1/+1
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers1-30/+29
2025-07-16Bluetooth: hci_sync: fix connectable extended advertising when using static r...Alessandro Gasbarroni1-2/+2
2025-07-03Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handleLuiz Augusto von Dentz1-1/+1
2025-07-03Bluetooth: hci_sync: Fix not disabling advertising instanceLuiz Augusto von Dentz1-1/+1
2025-06-27Bluetooth: HCI: Set extended advertising data synchronouslyChristian Eggers1-77/+130
2025-06-27Bluetooth: hci_sync: revert some mesh modificationsChristian Eggers1-12/+4
2025-06-27Bluetooth: Prevent unintended pause by checking if advertising is activeYang Li1-0/+4
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz1-3/+17
2025-06-11Bluetooth: eir: Fix possible crashes on eir_create_adv_dataLuiz Augusto von Dentz1-2/+3
2025-06-11Bluetooth: hci_sync: Fix broadcast/PA when using an existing instanceLuiz Augusto von Dentz1-5/+15
2025-05-21Bluetooth: separate CIS_LINK and BIS_LINK link typesPauli Virtanen1-6/+10
2025-05-21Bluetooth: ISO: Fix not using SID from adv reportLuiz Augusto von Dentz1-5/+44
2025-04-25Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz1-0/+63
2025-04-25Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast ReceiverLuiz Augusto von Dentz1-5/+82
2025-03-25Bluetooth: hci_core: Enable buffer flow control for SCO/eSCOLuiz Augusto von Dentz1-0/+24