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