summaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Bluetooth: hci_sync: Fix suspend performance regressionLuiz Augusto von Dentz2022-08-261-10/+14
* | Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingHans de Goede2022-08-261-0/+11
* | Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix2022-08-265-68/+22
* | Bluetooth: move hci_get_random_address() to hci_syncBrian Gix2022-08-263-172/+165
* | Bluetooth: Delete unreferenced hci_request codeBrian Gix2022-08-262-768/+2
* | Bluetooth: Move Adv Instance timer to hci_syncBrian Gix2022-08-264-126/+123
* | Bluetooth: Convert SCO configure_datapath to hci_syncBrian Gix2022-08-263-60/+75
* | Bluetooth: Delete unused hci_req_stop_discovery()Brian Gix2022-08-262-50/+0
* | Bluetooth: Rework le_scan_restart for hci_syncBrian Gix2022-08-262-89/+75
* | Bluetooth: Convert le_scan_disable timeout to hci_syncBrian Gix2022-08-262-97/+74
|/
* Bluetooth: ISO: Fix not using the correct QoSLuiz Augusto von Dentz2022-08-091-5/+11
* Bluetooth: don't try to cancel uninitialized works at mgmt_index_removed()Tetsuo Handa2022-08-091-0/+2
* Bluetooth: ISO: Fix iso_sock_getsockopt for BT_DEFER_SETUPLuiz Augusto von Dentz2022-08-091-1/+1
* Bluetooth: MGMT: Fixes build warnings with C=1Luiz Augusto von Dentz2022-08-091-3/+2
* Bluetooth: hci_event: Fix build warning with C=1Luiz Augusto von Dentz2022-08-091-2/+5
* Bluetooth: ISO: Fix memory corruptionLuiz Augusto von Dentz2022-08-091-1/+4
* Bluetooth: Fix null pointer deref on unexpected status eventSoenke Huster2022-08-092-6/+24
* Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()Luiz Augusto von Dentz2022-08-091-5/+5
* Bluetooth: hci_conn: Fix updating ISO QoS PHYLuiz Augusto von Dentz2022-08-091-9/+2
* Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()Dan Carpenter2022-08-091-2/+4
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz2022-08-091-7/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-293-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-231-34/+357
* | Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-239-106/+1072
* | Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz2022-07-235-3/+1578
* | Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz2022-07-235-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-222-5/+36
* | Bluetooth: Use bt_status to convert from errnoLuiz Augusto von Dentz2022-07-221-1/+1
* | Bluetooth: Add bt_statusLuiz Augusto von Dentz2022-07-221-0/+71
* | Bluetooth: hci_sync: Split hci_dev_open_syncLuiz Augusto von Dentz2022-07-221-99/+126
* | Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik2022-07-224-174/+73
* | Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik2022-07-223-192/+77
* | Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTINGZijun Hu2022-07-221-3/+0
* | Bluetooth: hci_sync: Check LMP feature bit instead of quirkZijun Hu2022-07-221-2/+2
* | Bluetooth: hci_sync: Correct hci_set_event_mask_page_2_sync() event maskZijun Hu2022-07-221-2/+2
* | Bluetooth: hci_sync: Don't remove connected devices from accept listLuiz Augusto von Dentz2022-07-221-2/+5
* | Bluetooth: hci_sync: Fix not updating privacy_modeLuiz Augusto von Dentz2022-07-221-0/+3
* | Bluetooth: Collect kcov coverage from hci_rx_workTamas Koczka2022-07-221-1/+9
* | Bluetooth: hci_sync: Fix resuming scan after suspend resumeZhengping Jiang2022-07-221-3/+2
* | Bluetooth: mgmt: Fix refresh cached connection infoZhengping Jiang2022-07-221-5/+5
* | Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz2022-07-222-43/+65
* | Bluetooth: eir: Fix using strlen with hdev->{dev_name,short_name}Luiz Augusto von Dentz2022-07-222-17/+28