summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-11-1719-3217/+6720
|\
| * Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error eventArchie Pusaka2021-11-161-1/+8
| * Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventArchie Pusaka2021-11-161-0/+12
| * Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz2021-11-162-112/+0
| * Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz2021-11-163-60/+50
| * Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz2021-11-163-36/+109
| * Bluetooth: Don't initialize msft/aosp when using user channelJesse Melhuish2021-11-161-4/+8
| * Bluetooth: fix uninitialized variables notify_evtJackie Liu2021-11-161-14/+9
| * Bluetooth: stop proccessing malicious adv dataPavel Skripkin2021-11-161-1/+7
| * Bluetooth: aosp: Support AOSP Bluetooth Quality ReportJoseph Hwang2021-11-023-5/+112
| * Bluetooth: Add struct of reading AOSP vendor capabilitiesJoseph Hwang2021-11-021-1/+80
| * Bluetooth: hci_sync: Fix not setting adv set durationLuiz Augusto von Dentz2021-11-021-1/+1
| * Bluetooth: hci_sync: Fix missing static warningsLuiz Augusto von Dentz2021-11-011-2/+2
| * Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz2021-10-298-634/+647
| * Bluetooth: hci_sync: Rework init stagesLuiz Augusto von Dentz2021-10-292-1206/+1656
| * Bluetooth: hci_sync: Convert MGMT_OP_SSPBrian Gix2021-10-293-82/+79
| * Bluetooth: hci_sync: Convert adv_expireBrian Gix2021-10-291-14/+19
| * Bluetooth: hci_sync: Convert MGMT_OP_SET_ADVERTISINGBrian Gix2021-10-291-55/+48
| * Bluetooth: hci_sync: Convert MGMT_OP_SET_PHY_CONFIGURATIONBrian Gix2021-10-291-50/+66
| * Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAMEBrian Gix2021-10-292-34/+33
| * Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_EXT_DATABrian Gix2021-10-291-17/+20
| * Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATABrian Gix2021-10-293-26/+56
| * Bluetooth: hci_sync: Convert MGMT_OP_SET_LEBrian Gix2021-10-292-44/+44
| * Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFOBrian Gix2021-10-292-70/+57
| * Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONNBrian Gix2021-10-292-36/+48
| * Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFOBrian Gix2021-10-292-90/+77
| * Bluetooth: hci_sync: Enable synch'd set_bredrBrian Gix2021-10-292-38/+36
| * Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLEBrian Gix2021-10-292-41/+31
| * Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz2021-10-294-56/+306
| * Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz2021-10-294-98/+679
| * Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz2021-10-296-17/+26
| * Bluetooth: hci_sync: Enable advertising when LL privacy is enabledLuiz Augusto von Dentz2021-10-294-129/+208
| * Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3Luiz Augusto von Dentz2021-10-292-4/+632
| * Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2Luiz Augusto von Dentz2021-10-293-202/+1136
| * Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz2021-10-296-102/+190
| * Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann2021-10-295-88/+339
| * Bluetooth: Fix removing adv when processing cmd completeArchie Pusaka2021-10-281-2/+4
| * Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai2021-10-251-3/+1
| * Bluetooth: Fix memory leak of hci deviceWei Yongjun2021-10-131-0/+2
| * Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun2021-10-131-0/+1
| * Bluetooth: L2CAP: Fix not initializing sk_peer_pidLuiz Augusto von Dentz2021-10-121-0/+19
| * Bluetooth: hci_sock: purge socket queues in the destruct() callbackNguyen Dinh Phi2021-10-121-4/+7
| * Bluetooth: mgmt: Fix Experimental Feature Changed eventTedd Ho-Jeong An2021-10-071-6/+9
| * Bluetooth: Read codec capabilities only if supportedKiran K2021-10-071-2/+16
| * Bluetooth: Fix handling of SUSPEND_DISCONNECTINGLuiz Augusto von Dentz2021-10-061-8/+8
* | bluetooth: use dev_addr_set()Jakub Kicinski2021-10-251-1/+3
* | bluetooth: use eth_hw_addr_set()Jakub Kicinski2021-10-251-1/+1
|/
* Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-10-0521-959/+2107
|\
| * Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz2021-10-011-6/+7
| * Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2021-10-011-63/+37