summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Alain Michaud2020-01-154-8/+188
* Bluetooth: remove redundant assignment to variable icidColin Ian King2020-01-081-1/+0
* Bluetooth: Auto tune if input MTU is set to 0Luiz Augusto von Dentz2020-01-041-2/+52
* Bluetooth: Add support for LE PHY Update Complete eventLuiz Augusto von Dentz2020-01-041-0/+27
* Bluetooth: Remove usage of BT_ERR_RATELIMITED macroMarcel Holtmann2020-01-041-8/+6
* Bluetooth: Adding a bt_dev_warn_ratelimited macro.Alain Michaud2020-01-041-0/+16
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-012-3/+32
|\
| * compat_ioctl: move hci_sock handlers into driverArnd Bergmann2019-10-231-1/+20
| * compat_ioctl: move rfcomm handlers into driverArnd Bergmann2019-10-231-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-256-22/+62
|\ \
| * | Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost2019-11-221-1/+3
| * | Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann2019-11-221-2/+24
| * | Bluetooth: delete a stray unlockDan Carpenter2019-11-191-3/+1
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-11-121-5/+14
| |\ \