aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2020-09-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 9-37/+292
2020-09-25Bluetooth: MGMT: Fix not checking if BT_HS is enabledGravatar Luiz Augusto von Dentz 1-1/+6
2020-09-25Bluetooth: Disable High Speed by defaultGravatar Luiz Augusto von Dentz 1-1/+0
2020-09-25Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelGravatar Luiz Augusto von Dentz 2-3/+18
2020-09-25Bluetooth: A2MP: Fix not initializing all membersGravatar Luiz Augusto von Dentz 1-1/+21
2020-09-25Bluetooth: Fix update of own_addr_type if ll_privacy supportedGravatar Sathish Narasimman 1-1/+7
2020-09-20Bluetooth: Fix auto-creation of hci_conn at Conn Complete eventGravatar Sonny Sasaka 1-6/+11
2020-09-20Bluetooth: Set scan parameters for ADV MonitorGravatar Howard Chung 1-0/+3
2020-09-20Bluetooth: Update Adv monitor count upon removalGravatar Miao-chen Chou 1-0/+2
2020-09-18net: bluetooth: delete duplicated wordsGravatar Randy Dunlap 2-2/+2
2020-09-14Bluetooth: pause/resume advertising around suspendGravatar Daniel Winkler 1-10/+57
2020-09-13Bluetooth: Emit controller suspend and resume eventsGravatar Abhishek Pandit-Subedi 2-1/+97
2020-09-13Bluetooth: Add suspend reason for device disconnectGravatar Abhishek Pandit-Subedi 1-0/+4
2020-09-13Bluetooth: Add mgmt suspend and resume eventsGravatar Abhishek Pandit-Subedi 1-0/+26
2020-09-13Bluetooth: Set ext scan response only when it existsGravatar Abhishek Pandit-Subedi 1-2/+5
2020-09-13Bluetooth: Only mark socket zapped after unlockingGravatar Abhishek Pandit-Subedi 1-3/+4
2020-09-11Bluetooth: Add MGMT capability flags for tx power and ext advertisingGravatar Daniel Winkler 1-0/+2
2020-09-11Bluetooth: Report num supported adv instances for hw offloadingGravatar Daniel Winkler 2-4/+4
2020-09-11Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTUGravatar Joseph Hwang 1-0/+6
2020-09-11Bluetooth: Re-order clearing suspend tasksGravatar Abhishek Pandit-Subedi 1-1/+1
2020-09-11Bluetooth: Fix memory leak in read_adv_mon_features()Gravatar Peilin Ye 1-4/+8
2020-09-01Bluetooth: Clear suspend tasks on unregisterGravatar Abhishek Pandit-Subedi 1-0/+11
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