aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sysfs.c
AgeCommit message (Expand)Author
2014-02-13Bluetooth: Convert to use ATTRIBUTE_GROUPS macroWei Yongjun
2013-10-19Bluetooth: Remove bus attribute in favor of hierarchyMarcel Holtmann
2013-10-19Bluetooth: Move export of class of device information into hci_core.cMarcel Holtmann
2013-10-19Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.cMarcel Holtmann
2013-10-19Bluetooth: Remove debug entry for connection featuresMarcel Holtmann
2013-10-19Bluetooth: Move HCI device features into hci_core.cMarcel Holtmann
2013-10-18Bluetooth: Move idle_timeout and sniff_{min,max}_interval to hci_core.cMarcel Holtmann
2013-10-18Bluetooth: Move device_add handling into hci_register_devMarcel Holtmann
2013-10-18Bluetooth: Create root debugfs directory during module initMarcel Holtmann
2013-10-18Bluetooth: Create HCI device debugfs directory in hci_register_devMarcel Holtmann
2013-10-18Bluetooth: Move uuids debugfs entry creation into hci_core.cMarcel Holtmann
2013-10-18Bluetooth: Move blacklist debugfs entry creation into hci_core.cMarcel Holtmann
2013-10-17Bluetooth: Expose auto_accept_delay debugfs only when SSP is supportedMarcel Holtmann
2013-10-16Bluetooth: Expose inquiry_cache debugfs only on BR/EDR controllersMarcel Holtmann
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell
2013-04-18Bluetooth: Track feature pages in a single tableJohan Hedberg
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann
2013-03-18Bluetooth: Use PTR_RET functionAlexandru Gheorghiu
2013-01-10Bluetooth: Fix uuid output in debugfsGustavo Padovan
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan
2012-06-05Bluetooth: Fix coding style in hci_sysfs.cGustavo Padovan
2012-05-09Bluetooth: trivial: Correct typesAndrei Emeltchenko
2012-05-09Bluetooth: Remove redundant hdev->parent fieldDavid Herrmann
2012-02-13Bluetooth: Use proper datatypes in release-callbacksDavid Herrmann
2012-02-13Bluetooth: Introduce to_hci_connDavid Herrmann
2012-02-13Bluetooth: Introduce to_hci_dev()David Herrmann
2012-02-13Bluetooth: Correctly acquire module refDavid Herrmann
2012-02-13Bluetooth: Rename hdev->inq_cache to hdev->discoveryJohan Hedberg
2012-02-13Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg
2012-02-13Bluetooth: Convert inquiry cache to use standard list typesJohan Hedberg
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-12-18Bluetooth: Remove work_add and work_del from hci_sysfsGustavo F. Padovan
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-10-14Bluetooth: Rename sysfs un/register to add/delDavid Herrmann
2011-10-14Bluetooth: Fix hci core device initializationDavid Herrmann
2011-09-21Bluetooth: Add LE link type for debugfs outputPeter Hurley
2011-04-28Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg
2011-04-05Bluetooth: convert net/bluetooth/ to kstrtoxAlexey Dobriyan
2011-03-31Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg
2011-02-17Bluetooth: Fix errors reported by checkpatch.plGustavo F. Padovan
2011-02-08Bluetooth: Implement debugfs support for listing UUIDsJohan Hedberg
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan
2010-10-12Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel
2010-07-31Bluetooth: Use list_head for HCI blacklist headDavid Miller
2010-07-21Bluetooth: Add debugfs support for showing the blacklistJohan Hedberg