summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifierLuiz Augusto von Dentz2021-09-291-49/+67
| * 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
| * 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_core: Move all debugfs handling to hci_debugfs.cLuiz Augusto von Dentz2021-09-223-124/+128
| * 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-212-2/+2
| * 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-218-426/+481
| * 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: Keep MSFT ext info throughout a hci_dev's life cycleMiao-chen Chou2021-09-103-9/+53
| * 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-071-0/+26
| * Bluetooth: Configure codec for HFP offload use caseKiran K2021-09-073-0/+53
| * Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K2021-09-073-4/+152
| * Bluetooth: Allow setting of codec for HFP offload use caseKiran K2021-09-071-0/+60
| * Bluetooth: Allow querying of supported offload codecs over SCO socketKiran K2021-09-071-0/+101
| * Bluetooth: Add support for Read Local Supported Codecs V2Kiran K2021-09-073-1/+70
| * Bluetooth: Enumerate local supported codec and cache detailsKiran K2021-09-074-5/+186
| * Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi2021-09-031-5/+4
| * Bluetooth: call sock_hold earlier in sco_conn_delDesmond Cheong Zhi Xi2021-09-031-1/+2
| * Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo2021-09-011-1/+9
| * Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz2021-08-303-28/+40
| * Bluetooth: Fix using address type from eventsLuiz Augusto von Dentz2021-08-302-40/+22
| * Bluetooth: Fix enabling advertising for central roleLuiz Augusto von Dentz2021-08-301-2/+2
| * Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai2021-08-301-8/+16
| * Bluetooth: Support the quality report eventsJoseph Hwang2021-08-301-1/+108
| * Bluetooth: refactor set_exp_feature with a feature tableJoseph Hwang2021-08-301-106/+142
| * Bluetooth: mgmt: Disallow legacy MGMT_OP_READ_LOCAL_OOB_EXT_DATABrian Gix2021-08-301-0/+5
| * Bluetooth: reorganize functions from hci_sock_sendmsg()Tetsuo Handa2021-08-301-29/+21
* | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-6/+6
|\ \ | |/ |/|
| * Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-093-24/+44
| |\
| * | tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
* | | Merge tag 'for-net-next-2021-08-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-08-208-179/+296
|\ \ \ | |_|/ |/| |
| * | Bluetooth: Fix return value in hci_dev_do_close()Kangmin Park2021-08-191-3/+4
| * | Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin2021-08-191-0/+6
| * | Bluetooth: mgmt: Pessimize compile-time bounds-checkKees Cook2021-08-191-1/+1
| * | Bluetooth: Fix race condition in handling NOP commandKiran K2021-08-161-6/+4
| * | Bluetooth: Store advertising handle so it can be re-enabledLuiz Augusto von Dentz2021-08-161-16/+29
| * | Bluetooth: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz2021-08-161-31/+62
| * | Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng2021-08-161-8/+8