summaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_sync: Fix not indicating power stateLuiz Augusto von Dentz2022-10-011-0/+1
* Bluetooth: L2CAP: Fix user-after-freeLuiz Augusto von Dentz2022-09-291-0/+7
* Bluetooth: Call shutdown for HCI_USER_CHANNELAbhishek Pandit-Subedi2022-09-281-7/+26
* Bluetooth: Prevent double register of suspendAbhishek Pandit-Subedi2022-09-282-3/+4
* Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz2022-09-281-11/+23
* Bluetooth: hci_event: Make sure ISO events don't affect non-ISO connectionsLuiz Augusto von Dentz2022-09-221-0/+14
* Bluetooth: hci_debugfs: Fix not checking conn->debugfsLuiz Augusto von Dentz2022-09-221-1/+1
* Bluetooth: hci_sysfs: Fix attempting to call device_add multiple timesLuiz Augusto von Dentz2022-09-221-0/+3
* Bluetooth: MGMT: fix zalloc-simple.cocci warningsYihao Han2022-09-211-3/+1
* Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa2022-09-192-4/+17
* Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()Tetsuo Handa2022-09-191-4/+6
* Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/releaseLuiz Augusto von Dentz2022-09-151-0/+3
* Bluetooth: hci_sync: allow advertise when scan without RPAZhengping Jiang2022-09-141-1/+1
* Bluetooth: avoid hci_dev_test_and_set_flag() in mgmt_init_hdev()Tetsuo Handa2022-09-141-1/+3
* Bluetooth: hci_sync: Fix hci_read_buffer_size_syncLuiz Augusto von Dentz2022-09-061-6/+6
* Bluetooth: Add experimental wrapper for MGMT based meshBrian Gix2022-09-061-8/+104
* Bluetooth: Implement support for MeshBrian Gix2022-09-067-44/+690
* Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix2022-09-014-95/+90
* Bluetooth: Normalize HCI_OP_READ_ENC_KEY_SIZE cmdcmpltBrian Gix2022-09-011-47/+45
* Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang2022-08-261-2/+4
* Bluetooth: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-261-3/+3
* Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtArchie Pusaka2022-08-261-1/+1
* Bluetooth: ISO: Fix not handling shutdown conditionLuiz Augusto von Dentz2022-08-261-10/+25
* Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()Tetsuo Handa2022-08-261-1/+0
* Bluetooth: MGMT: Fix Get Device FlagsLuiz Augusto von Dentz2022-08-261-29/+42
* Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-08-261-5/+5
* 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