| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-16 | Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmap | Christian Eggers | 1 | -4/+4 |
| 2024-07-15 | Bluetooth: Remove hci_request.{c,h} | Luiz Augusto von Dentz | 1 | -1/+0 |
| 2024-03-29 | Bluetooth: Fix TOCTOU in HCI debugfs implementation | Bastien Nocera | 1 | -16/+32 |
| 2023-12-22 | Bluetooth: Fix atomicity violation in {min,max}_key_size_set | Gui-Dong Han | 1 | -4/+8 |
| 2023-08-11 | Bluetooth: hci_debugfs: Use kstrtobool() instead of strtobool() | Christophe JAILLET | 1 | -1/+2 |
| 2023-04-23 | Bluetooth: fix inconsistent indenting | Lanzhe Li | 1 | -1/+1 |
| 2022-12-12 | Bluetooth: hci_sync: Fix not able to set force_static_address | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2022-09-21 | Bluetooth: hci_debugfs: Fix not checking conn->debugfs | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2021-09-22 | Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.c | Luiz Augusto von Dentz | 1 | -0/+123 |
| 2021-06-26 | Bluetooth: use inclusive language when filtering devices | Archie Pusaka | 1 | -4/+4 |
| 2021-04-02 | Bluetooth: Coding style fix | Meng Yu | 1 | -4/+4 |
| 2021-01-29 | Bluetooth: fix coccicheck warnings debugfs | Jiapeng Zhong | 1 | -40/+40 |
| 2020-11-09 | Bluetooth: Move force_bredr_smp debugfs into hci_debugfs_create_bredr | Claire Chang | 1 | -0/+50 |
| 2020-04-07 | Bluetooth: debugfs option to unset MITM flag | Archie Pusaka | 1 | -0/+46 |
| 2020-01-25 | Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_le | Marcel Holtmann | 1 | -0/+61 |
| 2020-01-15 | Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS. | Alain Michaud | 1 | -0/+17 |
| 2019-08-17 | Bluetooth: Add debug setting for changing minimum encryption key size | Marcel Holtmann | 1 | -0/+31 |
| 2019-07-06 | Bluetooth: Add support for LE ping feature | Spoorthi Ravishankar Koppad | 1 | -0/+31 |
| 2018-07-06 | Bluetooth: Store Resolv list size | Ankit Navik | 1 | -0/+19 |
| 2018-05-30 | Bluetooth: Re-use kstrtobool_from_user() | Andy Shevchenko | 1 | -16/+8 |
| 2018-02-07 | seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macro | Andy Shevchenko | 1 | -13/+0 |
| 2017-12-13 | Bluetooth: introduce DEFINE_SHOW_ATTRIBUTE() macro | Andy Shevchenko | 1 | -166/+18 |
| 2017-12-13 | Bluetooth: Utilize %*ph specifier | Andy Shevchenko | 1 | -14/+3 |
| 2016-07-18 | Bluetooth: Add debugfs fields for hardware and firmware info | Marcel Holtmann | 1 | -0/+35 |
| 2015-04-02 | Bluetooth: Expose current Device ID information via debugfs | Marcel Holtmann | 1 | -0/+26 |
| 2015-03-20 | Bluetooth: Expose quirks through debugfs | Jakub Pawlowski | 1 | -0/+60 |
| 2015-03-16 | Bluetooth: The P-256 randomizer is 16 octets long and not 19 octets | Marcel Holtmann | 1 | -1/+1 |
| 2015-03-13 | Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags | Marcel Holtmann | 1 | -3/+3 |
| 2015-03-13 | Bluetooth: Introduce hci_dev_test_flag helper macro | Marcel Holtmann | 1 | -2/+2 |
| 2015-02-01 | Bluetooth: Expose remote OOB information as debugfs entry | Marcel Holtmann | 1 | -0/+31 |
| 2015-02-01 | Bluetooth: Expose hardware error code as debugfs entry | Marcel Holtmann | 1 | -0/+3 |
| 2015-02-01 | Bluetooth: Expose debug keys usage setting via debugfs | Marcel Holtmann | 1 | -0/+22 |
| 2015-02-01 | Bluetooth: Expose Secure Simple Pairing debug mode setting in debugfs | Marcel Holtmann | 1 | -1/+22 |
| 2015-01-02 | Bluetooth: Fix scope of sc_only_mode debugfs entry | Marcel Holtmann | 1 | -22/+23 |
| 2015-01-02 | Bluetooth: Remove no longer needed force_sc_support debugfs option | Marcel Holtmann | 1 | -49/+0 |
| 2015-01-02 | Bluetooth: Remove broken force_lesc_support debugfs option | Marcel Holtmann | 1 | -49/+0 |
| 2014-12-20 | Bluetooth: Create debugfs directory for each connection handle | Marcel Holtmann | 1 | -0/+12 |
| 2014-12-20 | Bluetooth: Move LE debugfs file creation into hci_debugfs.c | Marcel Holtmann | 1 | -0/+474 |
| 2014-12-20 | Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.c | Marcel Holtmann | 1 | -0/+349 |
| 2014-12-20 | Bluetooth: Move common debugfs file creation into hci_debugfs.c | Marcel Holtmann | 1 | -0/+200 |
| 2014-12-20 | Bluetooth: Add skeleton functions for debugfs creation | Marcel Holtmann | 1 | -0/+41 |