summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove controller device attributesMarcel Holtmann2016-07-091-54/+0
* Bluetooth: Remove connection link attributesMarcel Holtmann2016-07-091-45/+0
* Bluetooth: Convert to use ATTRIBUTE_GROUPS macroWei Yongjun2014-02-131-16/+2
* Bluetooth: Remove bus attribute in favor of hierarchyMarcel Holtmann2013-10-191-31/+0
* Bluetooth: Move export of class of device information into hci_core.cMarcel Holtmann2013-10-191-10/+0
* Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.cMarcel Holtmann2013-10-191-27/+0
* Bluetooth: Remove debug entry for connection featuresMarcel Holtmann2013-10-191-14/+0
* Bluetooth: Move HCI device features into hci_core.cMarcel Holtmann2013-10-191-14/+0
* Bluetooth: Move idle_timeout and sniff_{min,max}_interval to hci_core.cMarcel Holtmann2013-10-181-91/+0
* Bluetooth: Move device_add handling into hci_register_devMarcel Holtmann2013-10-181-18/+0
* Bluetooth: Create root debugfs directory during module initMarcel Holtmann2013-10-181-8/+0
* Bluetooth: Create HCI device debugfs directory in hci_register_devMarcel Holtmann2013-10-181-15/+1
* Bluetooth: Move uuids debugfs entry creation into hci_core.cMarcel Holtmann2013-10-181-46/+0
* Bluetooth: Move blacklist debugfs entry creation into hci_core.cMarcel Holtmann2013-10-181-30/+0
* Bluetooth: Expose auto_accept_delay debugfs only when SSP is supportedMarcel Holtmann2013-10-171-31/+0
* Bluetooth: Expose inquiry_cache debugfs only on BR/EDR controllersMarcel Holtmann2013-10-161-39/+0
* 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/+0
* Bluetooth: Use PTR_RET functionAlexandru Gheorghiu2013-03-181-3/+1
* 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/+0
* 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/+0
* Bluetooth: Use proper datatypes in release-callbacksDavid Herrmann2012-02-131-4/+4
* Bluetooth: Introduce to_hci_connDavid Herrmann2012-02-131-6/+4
* Bluetooth: Introduce to_hci_dev()David Herrmann2012-02-131-17/+16
* 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/+37
|\
| * Bluetooth: Remove work_add and work_del from hci_sysfsGustavo F. Padovan2011-12-181-44/+27
| * 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-10-311-0/+1
* | Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-071-14/+4
* | 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
* Bluetooth: Fix errors reported by checkpatch.plGustavo F. Padovan2011-02-171-3/+3
* Bluetooth: Implement debugfs support for listing UUIDsJohan Hedberg2011-02-081-0/+52
* Bluetooth: make batostr() print in the right orderGustavo F. Padovan2010-10-121-13/+4
* Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel2010-10-121-2/+2