summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-1/+1
|/
* Bluetooth: make device_type constBhumika Goyal2017-08-191-2/+2
* Bluetooth: Remove controller device attributesMarcel Holtmann2016-07-091-54/+0Star
* Bluetooth: Remove connection link attributesMarcel Holtmann2016-07-091-45/+0Star
* Bluetooth: Convert to use ATTRIBUTE_GROUPS macroWei Yongjun2014-02-131-16/+2Star
* Bluetooth: Remove bus attribute in favor of hierarchyMarcel Holtmann2013-10-191-31/+0Star
* Bluetooth: Move export of class of device information into hci_core.cMarcel Holtmann2013-10-191-10/+0Star
* Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.cMarcel Holtmann2013-10-191-27/+0Star
* Bluetooth: Remove debug entry for connection featuresMarcel Holtmann2013-10-191-14/+0Star
* Bluetooth: Move HCI device features into hci_core.cMarcel Holtmann2013-10-191-14/+0Star
* Bluetooth: Move idle_timeout and sniff_{min,max}_interval to hci_core.cMarcel Holtmann2013-10-181-91/+0Star
* Bluetooth: Move device_add handling into hci_register_devMarcel Holtmann2013-10-181-18/+0Star
* Bluetooth: Create root debugfs directory during module initMarcel Holtmann2013-10-181-8/+0Star
* Bluetooth: Create HCI device debugfs directory in hci_register_devMarcel Holtmann2013-10-181-15/+1Star
* Bluetooth: Move uuids debugfs entry creation into hci_core.cMarcel Holtmann2013-10-181-46/+0Star
* Bluetooth: Move blacklist debugfs entry creation into hci_core.cMarcel Holtmann2013-10-181-30/+0Star
* Bluetooth: Expose auto_accept_delay debugfs only when SSP is supportedMarcel Holtmann2013-10-171-31/+0Star
* Bluetooth: Expose inquiry_cache debugfs only on BR/EDR controllersMarcel Holtmann2013-10-161-39/+0Star
* PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* Bluetooth: Track feature pages in a single tableJohan Hedberg2013-04-181-8/+8
* Bluetooth: introduce hci_conn ref-countingDavid Herrmann2013-04-171-1/+0Star
* Bluetooth: Use PTR_RET functionAlexandru Gheorghiu2013-03-181-3/+1Star
* Bluetooth: Fix uuid output in debugfsGustavo Padovan2013-01-101-11/+11
* Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-271-5/+5
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-4/+0Star
* Bluetooth: Fix coding style in the subsystemGustavo Padovan2012-06-051-2/+2
* Bluetooth: Fix coding style in hci_sysfs.cGustavo Padovan2012-06-051-36/+57
* Bluetooth: trivial: Correct typesAndrei Emeltchenko2012-05-091-2/+2
* Bluetooth: Remove redundant hdev->parent fieldDavid Herrmann2012-05-091-1/+0Star
* Bluetooth: Use proper datatypes in release-callbacksDavid Herrmann2012-02-131-4/+4
* Bluetooth: Introduce to_hci_connDavid Herrmann2012-02-131-6/+4Star
* Bluetooth: Introduce to_hci_dev()David Herrmann2012-02-131-17/+16Star
* Bluetooth: Correctly acquire module refDavid Herrmann2012-02-131-0/+2
* Bluetooth: Rename hdev->inq_cache to hdev->discoveryJohan Hedberg2012-02-131-1/+1
* Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg2012-02-131-1/+1
* Bluetooth: Convert inquiry cache to use standard list typesJohan Hedberg2012-02-131-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-12-191-54/+37Star
|\
| * Bluetooth: Remove work_add and work_del from hci_sysfsGustavo F. Padovan2011-12-181-44/+27Star
| * Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-181-10/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
|\ \ | |/ |/|
| * net: Fix files explicitly needing to include module.hPaul Gortmaker2011-11-011-0/+1
* | Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-071-14/+4Star
* | Bluetooth: Rename sysfs un/register to add/delDavid Herrmann2011-10-141-2/+2
* | Bluetooth: Fix hci core device initializationDavid Herrmann2011-10-141-6/+12
|/
* Bluetooth: Add LE link type for debugfs outputPeter Hurley2011-09-211-0/+2
* Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg2011-04-281-0/+31
* Bluetooth: convert net/bluetooth/ to kstrtoxAlexey Dobriyan2011-04-051-17/+17
* Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg2011-03-311-3/+3