summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
| * Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka2021-03-221-1/+2
| * Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka2021-03-221-0/+2
| * Bluetooth: Fix incorrect status handling in LE PHY UPDATE eventAyush Garg2021-03-171-1/+1
| * Bluetooth: avoid deadlock between hci_dev->lock and socket lockJiri Kosina2021-03-161-4/+0
| * Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbgLuiz Augusto von Dentz2021-03-151-46/+52
| * Bluetooth: L2CAP: Fix not checking for maximum number of DCIDLuiz Augusto von Dentz2021-03-151-3/+9
| * Bluetooth: Cancel le_scan_restart work when stopping discoverySonny Sasaka2021-03-151-0/+1
| * Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz2021-03-111-0/+9
| * Bluetooth: Allow scannable adv with extended MGMT APIsDaniel Winkler2021-03-032-1/+3
| * Bluetooth: Remove unneeded commands for suspendAbhishek Pandit-Subedi2021-03-032-17/+54
| * Bluetooth: Notify suspend on le conn failedAbhishek Pandit-Subedi2021-03-021-0/+10
* | Fix misc new gcc warningsLinus Torvalds2021-04-271-1/+1
* | Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-261-4/+8
|\ \
| * | bluetooth: eliminate the potential race condition when removing the HCI contr...Lin Ma2021-04-231-4/+8
| |/
* / crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-133-6/+4
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernDavid S. Miller2021-02-1112-245/+1188
|\
| * Bluetooth: Fix crash in mgmt_add_adv_patterns_monitor_completeHoward Chung2021-02-031-1/+1
| * Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari2021-02-021-0/+3
| * Bluetooth: Skip eSCO 2M params when not supportedYu Liu2021-02-011-2/+18
| * Bluetooth: fix indentation and alignment reported by checkpatchTomoyuki Matsushita2021-01-291-11/+11
| * Bluetooth: fix coccicheck warnings debugfsJiapeng Zhong2021-01-291-40/+40
| * Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede2021-01-291-7/+11
| * Bluetooth: L2CAP: Try harder to accept device not knowing optionsBastien Nocera2021-01-251-0/+1
| * Bluetooth: L2CAP: Fix handling fragmented lengthLuiz Augusto von Dentz2021-01-251-25/+93
| * Bluetooth: btusb: fix memory leak on suspend and resumeVamshi K Sthambamkadi2021-01-251-1/+2
| * Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian2021-01-251-2/+4
| * Bluetooth: drop HCI device reference before returnPan Bian2021-01-251-0/+1
| * Bluetooth: disable advertisement filters during suspendHoward Chung2021-01-253-5/+44
| * Bluetooth: advmon offload MSFT interleave scanning integrationArchie Pusaka2021-01-251-9/+11
| * Bluetooth: advmon offload MSFT handle filter enablementArchie Pusaka2021-01-252-0/+73
| * Bluetooth: advmon offload MSFT handle controller resetArchie Pusaka2021-01-251-5/+71
| * Bluetooth: advmon offload MSFT remove monitorArchie Pusaka2021-01-254-48/+317
| * Bluetooth: advmon offload MSFT add monitorArchie Pusaka2021-01-254-40/+342
| * Bluetooth: advmon offload MSFT add rssi supportArchie Pusaka2021-01-251-72/+153
| * Bluetooth: avoid u128_xor() on potentially misaligned inputsArd Biesheuvel2021-01-061-3/+2
| * Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill2020-12-271-1/+1
| * Bluetooth: Cancel Inquiry before Create ConnectionSonny Sasaka2020-12-181-0/+17
| * Bluetooth: Pause service discovery for suspendAbhishek Pandit-Subedi2020-12-181-0/+8
| * Bluetooth: Remove hci_req_le_suspend_configAbhishek Pandit-Subedi2020-12-181-17/+8
* | net: remove redundant 'depends on NET'Masahiro Yamada2021-01-271-1/+1
|/
* Bluetooth: Increment management interface revisionMarcel Holtmann2020-12-071-1/+1
* Bluetooth: Set missing suspend task bitsAbhishek Pandit-Subedi2020-12-071-0/+8
* Bluetooth: Change MGMT security info CMD to be more genericDaniel Winkler2020-12-071-14/+29
* Bluetooth: Query LE tx power on startupDaniel Winkler2020-12-072-0/+26
* Bluetooth: Use intervals and tx power from mgmt cmdsDaniel Winkler2020-12-073-15/+30
* Bluetooth: Break add adv into two mgmt commandsDaniel Winkler2020-12-072-11/+371
* Bluetooth: Add helper to set adv dataDaniel Winkler2020-12-071-0/+31
* Bluetooth: Add toggle to switch off interleave scanHoward Chung2020-12-073-9/+36
* Bluetooth: Refactor read default sys config for various typesHoward Chung2020-12-071-56/+84
* Bluetooth: Handle active scan caseHoward Chung2020-12-071-1/+3