aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 2-15/+15
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-7/+19
2020-07-31bluetooth: sco: Fix sockptr reference.Gravatar David S. Miller 1-1/+1
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 22-149/+1465
2020-07-31Bluetooth: Remove CRYPTO_ALG_INTERNAL flagGravatar Herbert Xu 2-4/+4
2020-07-31Bluetooth: Increment management interface revisionGravatar Marcel Holtmann 1-1/+1
2020-07-31Bluetooth: use the proper scan params when conn is pendingGravatar Alain Michaud 1-0/+24
2020-07-30Bluetooth: fix kernel oops in store_pending_adv_reportGravatar Alain Michaud 1-7/+19
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureGravatar Sathish Narasimman 3-3/+147
2020-07-30Bluetooth: Enable RPA TimeoutGravatar Sathish Narasimman 1-0/+8
2020-07-30Bluetooth: Enable/Disable address resolution during le create connGravatar Sathish Narasimman 5-14/+47
2020-07-30Bluetooth: Let controller creates RPA during le create connGravatar Sathish Narasimman 1-1/+7
2020-07-30Bluetooth: Translate additional address type during le_connGravatar Sathish Narasimman 1-0/+16
2020-07-30Bluetooth: Update resolving list when updating whitelistGravatar Marcel Holtmann 1-2/+39
2020-07-30Bluetooth: Configure controller address resolution if availableGravatar Marcel Holtmann 1-3/+23
2020-07-30Bluetooth: Translate additional address type correctlyGravatar Marcel Holtmann 1-0/+9
2020-07-28Bluetooth: Fix suspend notifier raceGravatar Abhishek Pandit-Subedi 1-2/+3
2020-07-28Bluetooth: Return NOTIFY_DONE for hci_suspend_notifierGravatar Max Chou 1-1/+1
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersGravatar Ismael Ferreras Morezuelas 1-2/+4
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 4-23/+25
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalGravatar Christoph Hellwig 3-6/+0
2020-07-15Bluetooth: Add per-instance adv disable/removeGravatar Daniel Winkler 4-10/+59
2020-07-13Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Gravatar Peilin Ye 1-0/+7
2020-07-13Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Gravatar Peilin Ye 1-1/+1
2020-07-10Replace HTTP links with HTTPS ones: BLUETOOTH SUBSYSTEMGravatar Alexander A. Klimov 1-1/+1
2020-07-10Bluetooth: RFCOMM: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-2/+2
2020-07-10Bluetooth: core: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 6-19/+17
2020-07-10Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Gravatar Peilin Ye 1-1/+1
2020-07-08Bluetooth: Use whitelist for scan policy when suspendingGravatar Miao-chen Chou 1-2/+3
2020-07-07Bluetooth: le_simult_central_peripheral experimental featureGravatar Alain Michaud 1-2/+23
2020-07-07Bluetooth: Fix kernel oops triggered by hci_adv_monitors_clear()Gravatar Miao-chen Chou 1-2/+0
2020-07-07Bluetooth: use configured default params for active scansGravatar Alain Michaud 1-5/+6
2020-07-07Bluetooth: Adding a configurable autoconnect timeoutGravatar Alain Michaud 3-1/+15
2020-06-24Bluetooth: Don't restart scanning if pausedGravatar Abhishek Pandit-Subedi 1-0/+10
2020-06-23Bluetooth: add a mutex lock to avoid UAF in do_enale_setGravatar Lihong Kou 1-0/+5
2020-06-22Bluetooth: Disconnect if E0 is used for Level 4Gravatar Luiz Augusto von Dentz 2-12/+25
2020-06-22Bluetooth: use configured params for ext advGravatar Alain Michaud 1-4/+3
2020-06-22Bluetooth: Add hci_dev_lock to get/set device flagsGravatar Abhishek Pandit-Subedi 1-0/+8
2020-06-18Bluetooth: mgmt: Use command complete on success for set system configGravatar Marcel Holtmann 1-3/+2
2020-06-18Bluetooth: Terminate the link if pairing is cancelledGravatar Manish Mandlik 3-9/+30
2020-06-18Bluetooth: Update background scan and report device based on advertisement mo...Gravatar Miao-chen Chou 4-6/+34
2020-06-18Bluetooth: Notify adv monitor removed eventGravatar Miao-chen Chou 1-0/+16
2020-06-18Bluetooth: Notify adv monitor added eventGravatar Miao-chen Chou 1-1/+17
2020-06-18Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITORGravatar Miao-chen Chou 2-0/+66
2020-06-18Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITORGravatar Miao-chen Chou 2-0/+140
2020-06-18Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURESGravatar Miao-chen Chou 4-1/+73
2020-06-18Bluetooth: Add get/set device flags mgmt opGravatar Abhishek Pandit-Subedi 1-0/+128
2020-06-18Bluetooth: Replace wakeable in hci_conn_paramsGravatar Abhishek Pandit-Subedi 1-1/+2
2020-06-18Bluetooth: Replace wakeable list with flagGravatar Abhishek Pandit-Subedi 2-5/+8
2020-06-18Bluetooth: Add bdaddr_list_with_flags for classic whitelistGravatar Abhishek Pandit-Subedi 3-6/+65