summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz2022-07-221-34/+357
* Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-229-106/+1072
* Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz2022-07-225-3/+1578
* Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz2022-07-225-51/+976
* Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz2022-07-222-0/+35
* Bluetooth: Convert delayed discov_off to hci_syncBrian Gix2022-07-222-89/+33
* Bluetooth: Remove update_scan hci_request dependancyBrian Gix2022-07-225-28/+16
* Bluetooth: Remove dead code from hci_request.cBrian Gix2022-07-222-289/+0
* Bluetooth: MGMT: Fix holding hci_conn reference while command is queuedLuiz Augusto von Dentz2022-07-221-39/+12
* Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz2022-07-212-5/+36
* Bluetooth: Use bt_status to convert from errnoLuiz Augusto von Dentz2022-07-211-1/+1
* Bluetooth: Add bt_statusLuiz Augusto von Dentz2022-07-211-0/+71
* Bluetooth: hci_sync: Split hci_dev_open_syncLuiz Augusto von Dentz2022-07-211-99/+126
* Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik2022-07-214-174/+73
* Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik2022-07-213-192/+77
* Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTINGZijun Hu2022-07-211-3/+0
* Bluetooth: hci_sync: Check LMP feature bit instead of quirkZijun Hu2022-07-211-2/+2
* Bluetooth: hci_sync: Correct hci_set_event_mask_page_2_sync() event maskZijun Hu2022-07-211-2/+2
* Bluetooth: hci_sync: Don't remove connected devices from accept listLuiz Augusto von Dentz2022-07-211-2/+5
* Bluetooth: hci_sync: Fix not updating privacy_modeLuiz Augusto von Dentz2022-07-211-0/+3
* Bluetooth: Collect kcov coverage from hci_rx_workTamas Koczka2022-07-211-1/+9
* Bluetooth: hci_sync: Fix resuming scan after suspend resumeZhengping Jiang2022-07-211-3/+2
* Bluetooth: mgmt: Fix refresh cached connection infoZhengping Jiang2022-07-211-5/+5
* Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz2022-07-212-43/+65
* Bluetooth: eir: Fix using strlen with hdev->{dev_name,short_name}Luiz Augusto von Dentz2022-07-212-17/+28
* Bluetooth: use memset avoid memory leaksXiaohui Zhang2022-07-211-0/+1
* Bluetooth: fix an error code in hci_register_dev()Dan Carpenter2022-07-211-1/+2
* Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi2022-07-212-8/+28
* Bluetooth: Fix index added after unregisterAbhishek Pandit-Subedi2022-07-211-1/+7
* Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi2022-07-212-3/+12
* Bluetooth: clear the temporary linkkey in hci_conn_cleanupAlain Michaud2022-07-212-2/+5
* Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk2022-07-052-1/+3
* bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-054-29/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-232-5/+8
|\
| * Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz2022-05-232-5/+8
* | Bluetooth: hci_sync: use hci_skb_event() helperAhmad Fatoum2022-05-231-1/+1
* | Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz2022-05-192-0/+35
* | Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz2022-05-131-15/+43
* | Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz2022-05-131-0/+18
* | Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk2022-05-132-2/+1
* | Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche2022-05-131-0/+12
* | Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche2022-05-131-6/+9
* | Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche2022-05-131-0/+2
* | Bluetooth: Print broken quirksLuiz Augusto von Dentz2022-05-131-0/+31
* | Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2022-05-132-2/+2
* | Bluetooth: Keep MGMT pending queue ordered FIFOBrian Gix2022-05-131-1/+1
* | Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu2022-05-131-8/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-3/+3
|\|
| * Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-111-3/+3
* | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-2/+2