summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-10-0535-1084/+2789
|\
| * Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz2021-10-026-31/+32
| * Bluetooth: btrtl: Ask ic_info to drop firmwareHilda Wu2021-10-011-5/+7
| * Bluetooth: btusb: Add support for TP-Link UB500 AdapterNicholas Flintham2021-10-011-0/+4
| * Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2021-10-011-63/+37
| * Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devicesMarcel Holtmann2021-09-301-0/+1
| * Bluetooth: hci_vhci: Add force_prevent_wake entryLuiz Augusto von Dentz2021-09-291-0/+49
| * Bluetooth: hci_vhci: Add force_suspend entryLuiz Augusto von Dentz2021-09-291-0/+53
| * Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifierLuiz Augusto von Dentz2021-09-291-49/+67
| * Bluetooth: btrsi: remove superfluous header files from btrsi.cMianhan Liu2021-09-291-1/+0
| * Bluetooth: btrtl: Set VsMsftOpCode based on device tableMarcel Holtmann2021-09-281-5/+7
| * Bluetooth: Fix handling of experimental feature for codec offloadMarcel Holtmann2021-09-281-13/+4
| * Bluetooth: Fix handling of experimental feature for quality reportsMarcel Holtmann2021-09-281-11/+4
| * Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AELarry Finger2021-09-281-4/+4
| * Bluetooth: btrtl: enable Realtek 8822C/8852A to support AOSP extensionJoseph Hwang2021-09-281-0/+1
| * Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extensionJoseph Hwang2021-09-281-0/+1
| * Bluetooth: Fix wrong opcode when LL privacy enabledYun-Hao Chung2021-09-281-1/+1
| * Bluetooth: Fix Advertisement Monitor Suspend/ResumeManish Mandlik2021-09-283-21/+116
| * Bluetooth: hci_h5: directly return hci_uart_register_device() ret-valHans de Goede2021-09-241-6/+1
| * Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIsHans de Goede2021-09-241-9/+11
| * Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.cLuiz Augusto von Dentz2021-09-223-124/+128
| * Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_syncDinghao Liu2021-09-221-5/+8
| * Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldiscThadeu Lima de Souza Cascardo2021-09-221-0/+3
| * Bluetooth: btusb: Add gpio reset way for qca btsoc in cmd_timeouttjiang@codeaurora.org2021-09-211-0/+22
| * Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz2021-09-211-4/+6
| * Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2021-09-213-3/+3
| * Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUFLuiz Augusto von Dentz2021-09-211-11/+91
| * Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz2021-09-219-463/+483
| * Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2021-09-132-43/+53
| * Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2021-09-131-23/+11
| * Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz2021-09-131-0/+38
| * Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz2021-09-131-0/+28
| * Bluetooth: hci_uart: fix GPF in h5_recvPavel Skripkin2021-09-101-3/+5
| * Bluetooth: btintel: Fix incorrect out of memory checkColin Ian King2021-09-101-1/+1
| * Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycleMiao-chen Chou2021-09-103-9/+53
| * Bluetooth: hci_vhci: Add support for offload codecs over SCOKiran K2021-09-071-0/+20
| * Bluetooth: Allow usb to auto-suspend when SCO use non-HCI transportChethan T N2021-09-071-4/+11
| * Bluetooth: Add offload feature under experimental flagKiran K2021-09-071-1/+99
| * Bluetooth: Add support for msbc coding formatKiran K2021-09-072-0/+27
| * Bluetooth: btintel: Define a callback to fetch codec config dataKiran K2021-09-071-1/+52
| * Bluetooth: Configure codec for HFP offload use caseKiran K2021-09-075-0/+64
| * Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K2021-09-076-6/+193
| * Bluetooth: Allow setting of codec for HFP offload use caseKiran K2021-09-072-0/+62
| * Bluetooth: btintel: Define callback to fetch data_path_idKiran K2021-09-071-0/+10
| * Bluetooth: Allow querying of supported offload codecs over SCO socketKiran K2021-09-074-0/+126
| * Bluetooth: btintel: Read supported offload use casesKiran K2021-09-072-0/+37
| * Bluetooth: Add support for Read Local Supported Codecs V2Kiran K2021-09-074-1/+99
| * Bluetooth: Enumerate local supported codec and cache detailsKiran K2021-09-076-5/+244
| * Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi2021-09-041-5/+4
| * Bluetooth: call sock_hold earlier in sco_conn_delDesmond Cheong Zhi Xi2021-09-041-1/+2