summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: ISO: Fix not using the correct QoSLuiz Augusto von Dentz2022-08-081-5/+11
* Bluetooth: don't try to cancel uninitialized works at mgmt_index_removed()Tetsuo Handa2022-08-081-0/+2
* Bluetooth: ISO: Fix iso_sock_getsockopt for BT_DEFER_SETUPLuiz Augusto von Dentz2022-08-081-1/+1
* Bluetooth: MGMT: Fixes build warnings with C=1Luiz Augusto von Dentz2022-08-081-3/+2
* Bluetooth: hci_event: Fix build warning with C=1Luiz Augusto von Dentz2022-08-081-2/+5
* Bluetooth: ISO: Fix memory corruptionLuiz Augusto von Dentz2022-08-081-1/+4
* Bluetooth: Fix null pointer deref on unexpected status eventSoenke Huster2022-08-082-6/+24
* Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()Luiz Augusto von Dentz2022-08-081-5/+5
* Bluetooth: hci_conn: Fix updating ISO QoS PHYLuiz Augusto von Dentz2022-08-081-9/+2
* Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()Dan Carpenter2022-08-081-2/+4
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz2022-08-081-7/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-283-17/+51
|\
| * Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-07-261-13/+48
| * Bluetooth: Always set event mask on suspendAbhishek Pandit-Subedi2022-07-261-3/+3
| * Bluetooth: mgmt: Fix double free on error pathDan Carpenter2022-07-261-1/+0
* | 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