aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-09Bluetooth: Remove controller device attributesGravatar Marcel Holtmann 1-54/+0
2016-07-09Bluetooth: Remove connection link attributesGravatar Marcel Holtmann 1-45/+0
2014-02-13Bluetooth: Convert to use ATTRIBUTE_GROUPS macroGravatar Wei Yongjun 1-16/+2
2013-10-19Bluetooth: Remove bus attribute in favor of hierarchyGravatar Marcel Holtmann 1-31/+0
2013-10-19Bluetooth: Move export of class of device information into hci_core.cGravatar Marcel Holtmann 1-10/+0
2013-10-19Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.cGravatar Marcel Holtmann 1-27/+0
2013-10-19Bluetooth: Remove debug entry for connection featuresGravatar Marcel Holtmann 1-14/+0
2013-10-19Bluetooth: Move HCI device features into hci_core.cGravatar Marcel Holtmann 1-14/+0
2013-10-18Bluetooth: Move idle_timeout and sniff_{min,max}_interval to hci_core.cGravatar Marcel Holtmann 1-91/+0
2013-10-18Bluetooth: Move device_add handling into hci_register_devGravatar Marcel Holtmann 1-18/+0
2013-10-18Bluetooth: Create root debugfs directory during module initGravatar Marcel Holtmann 1-8/+0
2013-10-18Bluetooth: Create HCI device debugfs directory in hci_register_devGravatar Marcel Holtmann 1-15/+1
2013-10-18Bluetooth: Move uuids debugfs entry creation into hci_core.cGravatar Marcel Holtmann 1-46/+0
2013-10-18Bluetooth: Move blacklist debugfs entry creation into hci_core.cGravatar Marcel Holtmann 1-30/+0
2013-10-17Bluetooth: Expose auto_accept_delay debugfs only when SSP is supportedGravatar Marcel Holtmann 1-31/+0
2013-10-16Bluetooth: Expose inquiry_cache debugfs only on BR/EDR controllersGravatar Marcel Holtmann 1-39/+0
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Gravatar Rusty Russell 1-1/+1
2013-04-18Bluetooth: Track feature pages in a single tableGravatar Johan Hedberg 1-8/+8
2013-04-17Bluetooth: introduce hci_conn ref-countingGravatar David Herrmann 1-1/+0
2013-03-18Bluetooth: Use PTR_RET functionGravatar Alexandru Gheorghiu 1-3/+1
2013-01-10Bluetooth: Fix uuid output in debugfsGravatar Gustavo Padovan 1-11/+11
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrGravatar Andrei Emeltchenko 1-5/+5
2012-06-05Bluetooth: Remove unnecessary headers includeGravatar Gustavo Padovan 1-4/+0
2012-06-05Bluetooth: Fix coding style in the subsystemGravatar Gustavo Padovan 1-2/+2
2012-06-05Bluetooth: Fix coding style in hci_sysfs.cGravatar Gustavo Padovan 1-36/+57
2012-05-09Bluetooth: trivial: Correct typesGravatar Andrei Emeltchenko 1-2/+2
2012-05-09Bluetooth: Remove redundant hdev->parent fieldGravatar David Herrmann 1-1/+0
2012-02-13Bluetooth: Use proper datatypes in release-callbacksGravatar David Herrmann 1-4/+4
2012-02-13Bluetooth: Introduce to_hci_connGravatar David Herrmann 1-6/+4
2012-02-13Bluetooth: Introduce to_hci_dev()Gravatar David Herrmann 1-17/+16
2012-02-13Bluetooth: Correctly acquire module refGravatar David Herrmann 1-0/+2
2012-02-13Bluetooth: Rename hdev->inq_cache to hdev->discoveryGravatar Johan Hedberg 1-1/+1
2012-02-13Bluetooth: Add initial mgmt_confirm_name supportGravatar Johan Hedberg 1-1/+1
2012-02-13Bluetooth: Convert inquiry cache to use standard list typesGravatar Johan Hedberg 1-1/+1
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gravatar John W. Linville 1-54/+37
2011-12-18Bluetooth: Remove work_add and work_del from hci_sysfsGravatar Gustavo F. Padovan 1-44/+27
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGravatar Gustavo F. Padovan 1-10/+10
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar John W. Linville 1-0/+1
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleGravatar Luiz Augusto von Dentz 1-14/+4
2011-10-31net: Fix files explicitly needing to include module.hGravatar Paul Gortmaker 1-0/+1
2011-10-14Bluetooth: Rename sysfs un/register to add/delGravatar David Herrmann 1-2/+2
2011-10-14Bluetooth: Fix hci core device initializationGravatar David Herrmann 1-6/+12
2011-09-21Bluetooth: Add LE link type for debugfs outputGravatar Peter Hurley 1-0/+2
2011-04-28Bluetooth: Add variable SSP auto-accept delay supportGravatar Johan Hedberg 1-0/+31
2011-04-05Bluetooth: convert net/bluetooth/ to kstrtoxGravatar Alexey Dobriyan 1-17/+17
2011-03-31Bluetooth: Add define for the maximum name length on HCI levelGravatar Johan Hedberg 1-3/+3
2011-02-17Bluetooth: Fix errors reported by checkpatch.plGravatar Gustavo F. Padovan 1-3/+3
2011-02-08Bluetooth: Implement debugfs support for listing UUIDsGravatar Johan Hedberg 1-0/+52
2010-10-12Bluetooth: make batostr() print in the right orderGravatar Gustavo F. Padovan 1-13/+4
2010-10-12Bluetooth: HCI devices are either BR/EDR or AMP radiosGravatar David Vrabel 1-2/+2