summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connectionsLuiz Augusto von Dentz2020-03-251-10/+127
* Bluetooth: don't assume key size is 16 when the command failsAlain Michaud2020-03-251-4/+4
* Bluetooth: L2CAP: Add get_peer_pid callbackLuiz Augusto von Dentz2020-03-241-0/+8
* Bluetooth: Fix incorrect branch in connection completeAbhishek Pandit-Subedi2020-03-231-8/+9
* Bluetooth: Restore running state if suspend failsAbhishek Pandit-Subedi2020-03-231-19/+20
* Bluetooth: Do not cancel advertising when starting a scanDmitry Grinberg2020-03-181-17/+0
* Bluetooth: L2CAP: remove set but not used variable 'credits'YueHaibing2020-03-141-2/+1
* Bluetooth: L2CAP: Fix a condition in l2cap_sock_recvmsg()Dan Carpenter2020-03-121-1/+1
* Bluetooth: L2CAP: handle l2cap config request during open stateHoward Chung2020-03-121-1/+2
* Bluetooth: clean up connection in hci_cs_disconnectJoseph Hwang2020-03-121-1/+13
* Bluetooth: Pause discovery and advertising during suspendAbhishek Pandit-Subedi2020-03-112-0/+85
* Bluetooth: Handle LE devices during suspendAbhishek Pandit-Subedi2020-03-111-54/+112
* Bluetooth: Handle BR/EDR devices during suspendAbhishek Pandit-Subedi2020-03-113-3/+149
* Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDAbhishek Pandit-Subedi2020-03-113-0/+103
* Bluetooth: mgmt: add mgmt_cmd_status in add_advertisingJoseph Hwang2020-03-111-1/+4
* Bluetooth: fix off by one in err_data_reporting cmd masks.Alain Michaud2020-03-111-2/+2
* Bluetooth: Use bt_dev_err for RPA generation failure messageMarcel Holtmann2020-03-111-1/+1
* Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang2020-03-081-3/+1
* Bluetooth: L2CAP: Add module option to enable ECRED modeLuiz Augusto von Dentz2020-03-082-0/+20
* Bluetooth: L2CAP: Add initial code for Enhanced Credit Based ModeLuiz Augusto von Dentz2020-03-082-20/+548
* Bluetooth: Increment management interface revisionMarcel Holtmann2020-03-081-1/+1
* Bluetooth: Enable erroneous data reporting if WBS is supportedAlain Michaud2020-03-083-2/+125
* Bluetooth: Make use of skb_pull to parse L2CAP signaling PDUsLuiz Augusto von Dentz2020-03-081-16/+13
* Bluetooth: Fix calculation of SCO handle for packet processingMarcel Holtmann2020-03-071-2/+5
* Bluetooth: guard against controllers sending zero'd eventsAlain Michaud2020-03-041-0/+6
* Bluetooth: Support querying for WBS support through MGMTAlain Michaud2020-02-281-0/+4
* Bluetooth: During le_conn_timeout disable EXT_ADVSathish Narsimman2020-02-281-3/+19
* Bluetooth: Remove adv set for directed advertisingSathish Narsimman2020-02-281-0/+10
* Bluetooth: Use list_for_each_entry_rcu() to traverse RCU list in RCU read-sid...Madhuparna Bhowmik2020-02-281-1/+1
* Bluetooth: Fix Suspicious RCU usage warningsMadhuparna Bhowmik2020-02-281-4/+4
* Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-282-8/+8
* Bluetooth: fix passkey uninitialized when usedHoward Chung2020-02-191-9/+11
* Bluetooth: RFCOMM: Use MTU auto tune logicLuiz Augusto von Dentz2020-02-191-6/+4
* Bluetooth: Fix crash when using new BT_PHY optionLuiz Augusto von Dentz2020-02-182-2/+2
* Bluetooth: Disable Extended Adv if enabledSathish Narsimman2020-02-181-5/+2
* Bluetooth: Add BT_PHY socket optionLuiz Augusto von Dentz2020-02-143-0/+133
* Bluetooth: secure bluetooth stack from bluedump attackHoward Chung2020-02-142-0/+29
* Bluetooth: remove __get_channel/dir and __dirAlex Shi2020-02-051-3/+0
* Bluetooth: prefetch channel before killing sockHillf Danton2020-02-051-4/+6
* Bluetooth: optimize barrier usage for Rmw atomicsDavidlohr Bueso2020-01-291-1/+1
* Bluetooth: Fix refcount use-after-free issueManish Mandlik2020-01-292-14/+28
* Bluetooth: SMP: Fix SALT value in some commentsChristophe JAILLET2020-01-281-2/+2
* Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter2020-01-261-0/+3
* Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_leMarcel Holtmann2020-01-252-93/+61
* Bluetooth: Add missing checks for HCI_ISODATA_PKT packet typeMarcel Holtmann2020-01-252-5/+11
* Bluetooth: fix appearance typo in mgmt.cAlain Michaud2020-01-221-4/+4
* Bluetooth: adding missing const decoration to mgmt_status_tableAlain Michaud2020-01-221-1/+1
* Bluetooth: Increment management interface revisionMarcel Holtmann2020-01-161-1/+1
* Bluetooth: Make use of __check_timeout on hci_sched_leLuiz Augusto von Dentz2020-01-151-8/+3
* Bluetooth: monitor: Add support for ISO packetsLuiz Augusto von Dentz2020-01-151-0/+6