aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-17/+51
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putGravatar Luiz Augusto von Dentz 1-13/+48
2022-07-26Bluetooth: Always set event mask on suspendGravatar Abhishek Pandit-Subedi 1-3/+3
2022-07-26Bluetooth: mgmt: Fix double free on error pathGravatar Dan Carpenter 1-1/+0
2022-07-22Bluetooth: ISO: Add broadcast supportGravatar Luiz Augusto von Dentz 1-34/+357
2022-07-22Bluetooth: Add initial implementation of BIS connectionsGravatar Luiz Augusto von Dentz 9-106/+1072
2022-07-22Bluetooth: Add BTPROTO_ISO socket typeGravatar Luiz Augusto von Dentz 5-3/+1578
2022-07-22Bluetooth: Add initial implementation of CIS connectionsGravatar Luiz Augusto von Dentz 5-51/+976
2022-07-22Bluetooth: hci_core: Introduce hci_recv_event_dataGravatar Luiz Augusto von Dentz 2-0/+35
2022-07-22Bluetooth: Convert delayed discov_off to hci_syncGravatar Brian Gix 2-89/+33
2022-07-22Bluetooth: Remove update_scan hci_request dependancyGravatar Brian Gix 5-28/+16
2022-07-22Bluetooth: Remove dead code from hci_request.cGravatar Brian Gix 2-289/+0
2022-07-22Bluetooth: MGMT: Fix holding hci_conn reference while command is queuedGravatar Luiz Augusto von Dentz 1-39/+12
2022-07-21Bluetooth: mgmt: Fix using hci_conn_abortGravatar Luiz Augusto von Dentz 2-5/+36
2022-07-21Bluetooth: Use bt_status to convert from errnoGravatar Luiz Augusto von Dentz 1-1/+1
2022-07-21Bluetooth: Add bt_statusGravatar Luiz Augusto von Dentz 1-0/+71
2022-07-21Bluetooth: hci_sync: Split hci_dev_open_syncGravatar Luiz Augusto von Dentz 1-99/+126
2022-07-21Bluetooth: hci_sync: Refactor remove Adv MonitorGravatar Manish Mandlik 4-174/+73
2022-07-21Bluetooth: hci_sync: Refactor add Adv MonitorGravatar Manish Mandlik 3-192/+77
2022-07-21Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTINGGravatar Zijun Hu 1-3/+0
2022-07-21Bluetooth: hci_sync: Check LMP feature bit instead of quirkGravatar Zijun Hu 1-2/+2
2022-07-21Bluetooth: hci_sync: Correct hci_set_event_mask_page_2_sync() event maskGravatar Zijun Hu 1-2/+2
2022-07-21Bluetooth: hci_sync: Don't remove connected devices from accept listGravatar Luiz Augusto von Dentz 1-2/+5
2022-07-21Bluetooth: hci_sync: Fix not updating privacy_modeGravatar Luiz Augusto von Dentz 1-0/+3
2022-07-21Bluetooth: Collect kcov coverage from hci_rx_workGravatar Tamas Koczka 1-1/+9
2022-07-21Bluetooth: hci_sync: Fix resuming scan after suspend resumeGravatar Zhengping Jiang 1-3/+2
2022-07-21Bluetooth: mgmt: Fix refresh cached connection infoGravatar Zhengping Jiang 1-5/+5
2022-07-21Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataGravatar Luiz Augusto von Dentz 2-43/+65
2022-07-21Bluetooth: eir: Fix using strlen with hdev->{dev_name,short_name}Gravatar Luiz Augusto von Dentz 2-17/+28
2022-07-21Bluetooth: use memset avoid memory leaksGravatar Xiaohui Zhang 1-0/+1
2022-07-21Bluetooth: fix an error code in hci_register_dev()Gravatar Dan Carpenter 1-1/+2
2022-07-21Bluetooth: Unregister suspend with userchannelGravatar Abhishek Pandit-Subedi 2-8/+28
2022-07-21Bluetooth: Fix index added after unregisterGravatar Abhishek Pandit-Subedi 1-1/+7
2022-07-21Bluetooth: When HCI work queue is drained, only queue chained workGravatar Schspa Shi 2-3/+12
2022-07-21Bluetooth: clear the temporary linkkey in hci_conn_cleanupGravatar Alain Michaud 2-2/+5
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Gravatar Vasyl Vavrychuk 2-1/+3
2022-06-05bluetooth: don't use bitmaps for random flag accessesGravatar Linus Torvalds 4-29/+20
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-5/+8
2022-05-23Bluetooth: hci_conn: Fix hci_connect_le_syncGravatar Luiz Augusto von Dentz 2-5/+8
2022-05-23Bluetooth: hci_sync: use hci_skb_event() helperGravatar Ahmad Fatoum 1-1/+1
2022-05-19Bluetooth: eir: Add helpers for managing service dataGravatar Luiz Augusto von Dentz 2-0/+35
2022-05-13Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanGravatar Luiz Augusto von Dentz 1-15/+43
2022-05-13Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPGravatar Luiz Augusto von Dentz 1-0/+18
2022-05-13Bluetooth: core: Fix missing power_on work cancel on HCI closeGravatar Vasyl Vavrychuk 2-2/+1
2022-05-13Bluetooth: protect le accept and resolv lists with hdev->lockGravatar Niels Dossche 1-0/+12
2022-05-13Bluetooth: use hdev lock for accept_list and reject_list in conn reqGravatar Niels Dossche 1-6/+9
2022-05-13Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringGravatar Niels Dossche 1-0/+2
2022-05-13Bluetooth: Print broken quirksGravatar Luiz Augusto von Dentz 1-0/+31
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkGravatar Luiz Augusto von Dentz 2-2/+2
2022-05-13Bluetooth: Keep MGMT pending queue ordered FIFOGravatar Brian Gix 1-1/+1