aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-17/+51
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz1-13/+48
2022-07-26Bluetooth: Always set event mask on suspendAbhishek Pandit-Subedi1-3/+3
2022-07-26Bluetooth: mgmt: Fix double free on error pathDan Carpenter1-1/+0
2022-07-22Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz1-34/+357
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz9-106/+1072
2022-07-22Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz5-3/+1578
2022-07-22Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz5-51/+976
2022-07-22Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz2-0/+35
2022-07-22Bluetooth: Convert delayed discov_off to hci_syncBrian Gix2-89/+33
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix5-28/+16
2022-07-22Bluetooth: Remove dead code from hci_request.cBrian Gix2-289/+0
2022-07-22Bluetooth: MGMT: Fix holding hci_conn reference while command is queuedLuiz Augusto von Dentz1-39/+12
2022-07-21Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz2-5/+36
2022-07-21Bluetooth: Use bt_status to convert from errnoLuiz Augusto von Dentz1-1/+1
2022-07-21Bluetooth: Add bt_statusLuiz Augusto von Dentz1-0/+71
2022-07-21Bluetooth: hci_sync: Split hci_dev_open_syncLuiz Augusto von Dentz1-99/+126
2022-07-21Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik4-174/+73
2022-07-21Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik3-192/+77
2022-07-21Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTINGZijun Hu1-3/+0
2022-07-21Bluetooth: hci_sync: Check LMP feature bit instead of quirkZijun Hu1-2/+2
2022-07-21Bluetooth: hci_sync: Correct hci_set_event_mask_page_2_sync() event maskZijun Hu1-2/+2
2022-07-21Bluetooth: hci_sync: Don't remove connected devices from accept listLuiz Augusto von Dentz1-2/+5
2022-07-21Bluetooth: hci_sync: Fix not updating privacy_modeLuiz Augusto von Dentz1-0/+3
2022-07-21Bluetooth: Collect kcov coverage from hci_rx_workTamas Koczka1-1/+9
2022-07-21Bluetooth: hci_sync: Fix resuming scan after suspend resumeZhengping Jiang1-3/+2
2022-07-21Bluetooth: mgmt: Fix refresh cached connection infoZhengping Jiang1-5/+5
2022-07-21Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz2-43/+65
2022-07-21Bluetooth: eir: Fix using strlen with hdev->{dev_name,short_name}Luiz Augusto von Dentz2-17/+28
2022-07-21Bluetooth: use memset avoid memory leaksXiaohui Zhang1-0/+1
2022-07-21Bluetooth: fix an error code in hci_register_dev()Dan Carpenter1-1/+2
2022-07-21Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi2-8/+28
2022-07-21Bluetooth: Fix index added after unregisterAbhishek Pandit-Subedi1-1/+7
2022-07-21Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi2-3/+12
2022-07-21Bluetooth: clear the temporary linkkey in hci_conn_cleanupAlain Michaud2-2/+5
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk2-1/+3
2022-06-05bluetooth: don't use bitmaps for random flag accessesLinus Torvalds4-29/+20
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+8
2022-05-23Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz2-5/+8
2022-05-23Bluetooth: hci_sync: use hci_skb_event() helperAhmad Fatoum1-1/+1
2022-05-19Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz2-0/+35
2022-05-13Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz1-15/+43
2022-05-13Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz1-0/+18
2022-05-13Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk2-2/+1
2022-05-13Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche1-0/+12
2022-05-13Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche1-6/+9
2022-05-13Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche1-0/+2
2022-05-13Bluetooth: Print broken quirksLuiz Augusto von Dentz1-0/+31
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2-2/+2
2022-05-13Bluetooth: Keep MGMT pending queue ordered FIFOBrian Gix1-1/+1