summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2021-06-14Bluetooth: SMP: Fix crash when receiving new connection when debug is enabledLuiz Augusto von Dentz-3/+3
2021-05-31Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma-2/+2
2021-05-27Bluetooth: fix the erroneous flush_work() orderLin Ma-1/+6
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-123/+286
2021-04-27Fix misc new gcc warningsLinus Torvalds-1/+1
2021-04-26Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+8
2021-04-23bluetooth: eliminate the potential race condition when removing the HCI contr...Lin Ma-4/+8
2021-04-08Bluetooth: Allow Microsoft extension to indicate curve validationMarcel Holtmann-1/+18
2021-04-08Bluetooth: Set defaults for le_scan_{int,window}_adv_monitorMarcel Holtmann-0/+2
2021-04-06Bluetooth: Add support for reading AOSP vendor capabilitiesMarcel Holtmann-0/+62
2021-04-06Bluetooth: LL privacy allow RPASathish Narasimman-0/+4
2021-04-06Bluetooth: Handle own address type change with HCI_ENABLE_LL_PRIVACYSathish Narasimman-2/+4
2021-04-06Bluetooth: Do not set cur_adv_instance in adv param MGMT requestDaniel Winkler-1/+0
2021-04-06Bluetooth: Use ext adv handle from requests in CCsDaniel Winkler-9/+7
2021-04-06Bluetooth: use the correct print format for L2CAP debug statementsKai Ye-8/+8
2021-04-02Bluetooth: SMP: Fix variable dereferenced before check 'conn'Luiz Augusto von Dentz-2/+2
2021-04-02Bluetooth: Check inquiry status before sending oneArchie Pusaka-0/+3
2021-04-02Bluetooth: Coding style fixMeng Yu-13/+11
2021-04-02Bluetooth: Remove 'return' in void functionMeng Yu-4/+0
2021-03-26Bluetooth: Increment management interface revisionMarcel Holtmann-1/+1
2021-03-26Bluetooth: Move the advertisement monitor events to correct listMarcel Holtmann-2/+2
2021-03-26Bluetooth: Add missing entries for PHY configuration commandsMarcel Holtmann-0/+2
2021-03-26Bluetooth: Fix wrong opcode error for read advertising featuresMarcel Holtmann-1/+1
2021-03-26Bluetooth: Fix mgmt status for LL Privacy experimental featureMarcel Holtmann-1/+1
2021-03-25Bluetooth: L2CAP: Rudimentary typo fixesBhaskar Chowdhury-2/+2
2021-03-24Bluetooth: Remove trailing semicolon in macrosMeng Yu-2/+2
2021-03-23Bluetooth: Remove trailing semicolon in macrosMeng Yu-2/+2
2021-03-23Bluetooth: check for zapped sk before connectingArchie Pusaka-0/+8
2021-03-22Bluetooth: fix set_ecdh_privkey() prototypeArnd Bergmann-1/+1
2021-03-22Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa-0/+2
2021-03-22Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka-1/+2
2021-03-22Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka-0/+2
2021-03-17Bluetooth: Fix incorrect status handling in LE PHY UPDATE eventAyush Garg-1/+1
2021-03-16Bluetooth: avoid deadlock between hci_dev->lock and socket lockJiri Kosina-4/+0
2021-03-15Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbgLuiz Augusto von Dentz-46/+52
2021-03-15Bluetooth: L2CAP: Fix not checking for maximum number of DCIDLuiz Augusto von Dentz-3/+9
2021-03-15Bluetooth: Cancel le_scan_restart work when stopping discoverySonny Sasaka-0/+1
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu-6/+4
2021-03-11Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz-0/+9
2021-03-03Bluetooth: Allow scannable adv with extended MGMT APIsDaniel Winkler-1/+3
2021-03-03Bluetooth: Remove unneeded commands for suspendAbhishek Pandit-Subedi-17/+54
2021-03-02Bluetooth: Notify suspend on le conn failedAbhishek Pandit-Subedi-0/+10
2021-02-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernDavid S. Miller-245/+1188
2021-02-03Bluetooth: Fix crash in mgmt_add_adv_patterns_monitor_completeHoward Chung-1/+1
2021-02-02Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari-0/+3
2021-02-01Bluetooth: Skip eSCO 2M params when not supportedYu Liu-2/+18
2021-01-29Bluetooth: fix indentation and alignment reported by checkpatchTomoyuki Matsushita-11/+11
2021-01-29Bluetooth: fix coccicheck warnings debugfsJiapeng Zhong-40/+40
2021-01-29Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede-7/+11
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada-1/+1