summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2020-12-07Bluetooth: Increment management interface revisionMarcel Holtmann-1/+1
2020-12-07Bluetooth: Set missing suspend task bitsAbhishek Pandit-Subedi-0/+8
2020-12-07Bluetooth: Change MGMT security info CMD to be more genericDaniel Winkler-14/+29
2020-12-07Bluetooth: Query LE tx power on startupDaniel Winkler-0/+26
2020-12-07Bluetooth: Use intervals and tx power from mgmt cmdsDaniel Winkler-15/+30
2020-12-07Bluetooth: Break add adv into two mgmt commandsDaniel Winkler-11/+371
2020-12-07Bluetooth: Add helper to set adv dataDaniel Winkler-0/+31
2020-12-07Bluetooth: Add toggle to switch off interleave scanHoward Chung-9/+36
2020-12-07Bluetooth: Refactor read default sys config for various typesHoward Chung-56/+84
2020-12-07Bluetooth: Handle active scan caseHoward Chung-1/+3
2020-12-07Bluetooth: Handle system suspend resume caseHoward Chung-1/+3
2020-12-07Bluetooth: Interleave with allowlist scanHoward Chung-7/+134
2020-12-07Bluetooth: Fix attempting to set RPA timeout when unsupportedEdward Vear-1/+1
2020-12-07Bluetooth: Rename get_adv_instance_scan_rspLuiz Augusto von Dentz-23/+9
2020-12-07Bluetooth: Fix not sending Set Extended Scan ResponseLuiz Augusto von Dentz-8/+6
2020-12-07Bluetooth: Fix for Bluetooth SIG test L2CAP/COS/CFD/BV-14-CJimmy Wahlberg-1/+1
2020-12-07Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU optionWei Yongjun-0/+5
2020-12-07Bluetooth: fix typo in struct nameReo Shiseki-2/+2
2020-11-11Bluetooth: Replace BT_DBG with bt_dev_dbg in HCI requestHoward Chung-26/+26
2020-11-11Bluetooth: consolidate error paths in hci_phy_link_complete_evt()Sergey Shtylyov-10/+6
2020-11-11Bluetooth: Enforce key size of 16 bytes on FIPS levelArchie Pusaka-1/+7
2020-11-09Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø-1/+1
2020-11-09Bluetooth: Move force_bredr_smp debugfs into hci_debugfs_create_bredrClaire Chang-42/+54
2020-11-09Bluetooth: Fix: LL PRivacy BLE device fails to connectSathish Narasimman-4/+8
2020-11-09Bluetooth: Resume advertising after LE connectionDaniel Winkler-7/+28
2020-11-09Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye-7/+5
2020-11-09Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn-0/+5
2020-10-29Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+2
2020-09-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-37/+292
2020-09-25Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz-1/+6
2020-09-25Bluetooth: Disable High Speed by defaultLuiz Augusto von Dentz-1/+0
2020-09-25Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz-3/+18
2020-09-25Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz-1/+21
2020-09-25Bluetooth: Fix update of own_addr_type if ll_privacy supportedSathish Narasimman-1/+7
2020-09-20Bluetooth: Fix auto-creation of hci_conn at Conn Complete eventSonny Sasaka-6/+11
2020-09-20Bluetooth: Set scan parameters for ADV MonitorHoward Chung-0/+3
2020-09-20Bluetooth: Update Adv monitor count upon removalMiao-chen Chou-0/+2
2020-09-18net: bluetooth: delete duplicated wordsRandy Dunlap-2/+2
2020-09-14Bluetooth: pause/resume advertising around suspendDaniel Winkler-10/+57
2020-09-13Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi-1/+97
2020-09-13Bluetooth: Add suspend reason for device disconnectAbhishek Pandit-Subedi-0/+4
2020-09-13Bluetooth: Add mgmt suspend and resume eventsAbhishek Pandit-Subedi-0/+26
2020-09-13Bluetooth: Set ext scan response only when it existsAbhishek Pandit-Subedi-2/+5
2020-09-13Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi-3/+4
2020-09-11Bluetooth: Add MGMT capability flags for tx power and ext advertisingDaniel Winkler-0/+2
2020-09-11Bluetooth: Report num supported adv instances for hw offloadingDaniel Winkler-4/+4
2020-09-11Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTUJoseph Hwang-0/+6
2020-09-11Bluetooth: Re-order clearing suspend tasksAbhishek Pandit-Subedi-1/+1
2020-09-11Bluetooth: Fix memory leak in read_adv_mon_features()Peilin Ye-4/+8
2020-09-01Bluetooth: Clear suspend tasks on unregisterAbhishek Pandit-Subedi-0/+11