summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2020-09-20Bluetooth: Fix auto-creation of hci_conn at Conn Complete eventSonny Sasaka1-6/+11
2020-09-20Bluetooth: Set scan parameters for ADV MonitorHoward Chung1-0/+3
2020-09-20Bluetooth: Update Adv monitor count upon removalMiao-chen Chou1-0/+2
2020-09-14Bluetooth: pause/resume advertising around suspendDaniel Winkler1-10/+57
2020-09-13Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi2-1/+97
2020-09-13Bluetooth: Add suspend reason for device disconnectAbhishek Pandit-Subedi1-0/+4
2020-09-13Bluetooth: Add mgmt suspend and resume eventsAbhishek Pandit-Subedi1-0/+26
2020-09-13Bluetooth: Set ext scan response only when it existsAbhishek Pandit-Subedi1-2/+5
2020-09-13Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi1-3/+4
2020-09-11Bluetooth: Add MGMT capability flags for tx power and ext advertisingDaniel Winkler1-0/+2
2020-09-11Bluetooth: Report num supported adv instances for hw offloadingDaniel Winkler2-4/+4
2020-09-11Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTUJoseph Hwang1-0/+6
2020-09-11Bluetooth: Re-order clearing suspend tasksAbhishek Pandit-Subedi1-1/+1
2020-09-11Bluetooth: Fix memory leak in read_adv_mon_features()Peilin Ye1-4/+8
2020-09-01Bluetooth: Clear suspend tasks on unregisterAbhishek Pandit-Subedi1-0/+11
2020-07-31bluetooth: sco: Fix sockptr reference.David S. Miller1-1/+1
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller22-149/+1465
2020-07-31Bluetooth: Remove CRYPTO_ALG_INTERNAL flagHerbert Xu2-4/+4
2020-07-31Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2020-07-31Bluetooth: use the proper scan params when conn is pendingAlain Michaud1-0/+24
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman3-3/+147
2020-07-30Bluetooth: Enable RPA TimeoutSathish Narasimman1-0/+8
2020-07-30Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman5-14/+47
2020-07-30Bluetooth: Let controller creates RPA during le create connSathish Narasimman1-1/+7
2020-07-30Bluetooth: Translate additional address type during le_connSathish Narasimman1-0/+16
2020-07-30Bluetooth: Update resolving list when updating whitelistMarcel Holtmann1-2/+39
2020-07-30Bluetooth: Configure controller address resolution if availableMarcel Holtmann1-3/+23
2020-07-30Bluetooth: Translate additional address type correctlyMarcel Holtmann1-0/+9
2020-07-28Bluetooth: Fix suspend notifier raceAbhishek Pandit-Subedi1-2/+3
2020-07-28Bluetooth: Return NOTIFY_DONE for hci_suspend_notifierMax Chou1-1/+1
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas1-2/+4
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig4-23/+25
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig3-6/+0
2020-07-15Bluetooth: Add per-instance adv disable/removeDaniel Winkler4-10/+59
2020-07-13Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye1-0/+7
2020-07-13Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye1-1/+1
2020-07-10Replace HTTP links with HTTPS ones: BLUETOOTH SUBSYSTEMAlexander A. Klimov1-1/+1
2020-07-10Bluetooth: RFCOMM: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-07-10Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva6-19/+17
2020-07-10Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye1-1/+1
2020-07-08Bluetooth: Use whitelist for scan policy when suspendingMiao-chen Chou1-2/+3
2020-07-07Bluetooth: le_simult_central_peripheral experimental featureAlain Michaud1-2/+23
2020-07-07Bluetooth: Fix kernel oops triggered by hci_adv_monitors_clear()Miao-chen Chou1-2/+0
2020-07-07Bluetooth: use configured default params for active scansAlain Michaud1-5/+6
2020-07-07Bluetooth: Adding a configurable autoconnect timeoutAlain Michaud3-1/+15
2020-06-24Bluetooth: Don't restart scanning if pausedAbhishek Pandit-Subedi1-0/+10
2020-06-23Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou1-0/+5
2020-06-22Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2-12/+25
2020-06-22Bluetooth: use configured params for ext advAlain Michaud1-4/+3
2020-06-22Bluetooth: Add hci_dev_lock to get/set device flagsAbhishek Pandit-Subedi1-0/+8