aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21Bluetooth: hci_sysfs: Fix attempting to call device_add multiple timesLuiz Augusto von Dentz1-0/+3
2021-10-13Bluetooth: Fix memory leak of hci deviceWei Yongjun1-0/+2
2021-08-20Merge tag 'for-net-next-2021-08-19' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-2/+1
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa1-0/+3
2021-07-28Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann1-1/+1
2017-08-19Bluetooth: make device_type constBhumika Goyal1-2/+2
2016-07-09Bluetooth: Remove controller device attributesMarcel Holtmann1-54/+0
2016-07-09Bluetooth: Remove connection link attributesMarcel Holtmann1-45/+0
2014-02-13Bluetooth: Convert to use ATTRIBUTE_GROUPS macroWei Yongjun1-16/+2
2013-10-19Bluetooth: Remove bus attribute in favor of hierarchyMarcel Holtmann1-31/+0
2013-10-19Bluetooth: Move export of class of device information into hci_core.cMarcel Holtmann1-10/+0
2013-10-19Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.cMarcel Holtmann1-27/+0
2013-10-19Bluetooth: Remove debug entry for connection featuresMarcel Holtmann1-14/+0
2013-10-19Bluetooth: Move HCI device features into hci_core.cMarcel Holtmann1-14/+0
2013-10-18Bluetooth: Move idle_timeout and sniff_{min,max}_interval to hci_core.cMarcel Holtmann1-91/+0
2013-10-18Bluetooth: Move device_add handling into hci_register_devMarcel Holtmann1-18/+0
2013-10-18Bluetooth: Create root debugfs directory during module initMarcel Holtmann1-8/+0
2013-10-18Bluetooth: Create HCI device debugfs directory in hci_register_devMarcel Holtmann1-15/+1
2013-10-18Bluetooth: Move uuids debugfs entry creation into hci_core.cMarcel Holtmann1-46/+0
2013-10-18Bluetooth: Move blacklist debugfs entry creation into hci_core.cMarcel Holtmann1-30/+0
2013-10-17Bluetooth: Expose auto_accept_delay debugfs only when SSP is supportedMarcel Holtmann1-31/+0
2013-10-16Bluetooth: Expose inquiry_cache debugfs only on BR/EDR controllersMarcel Holtmann1-39/+0
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-04-18Bluetooth: Track feature pages in a single tableJohan Hedberg1-8/+8
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann1-1/+0
2013-03-18Bluetooth: Use PTR_RET functionAlexandru Gheorghiu1-3/+1
2013-01-10Bluetooth: Fix uuid output in debugfsGustavo Padovan1-11/+11
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko1-5/+5
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-4/+0
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan1-2/+2
2012-06-05Bluetooth: Fix coding style in hci_sysfs.cGustavo Padovan1-36/+57
2012-05-09Bluetooth: trivial: Correct typesAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Remove redundant hdev->parent fieldDavid Herrmann1-1/+0
2012-02-13Bluetooth: Use proper datatypes in release-callbacksDavid Herrmann1-4/+4
2012-02-13Bluetooth: Introduce to_hci_connDavid Herrmann1-6/+4
2012-02-13Bluetooth: Introduce to_hci_dev()David Herrmann1-17/+16
2012-02-13Bluetooth: Correctly acquire module refDavid Herrmann1-0/+2
2012-02-13Bluetooth: Rename hdev->inq_cache to hdev->discoveryJohan Hedberg1-1/+1
2012-02-13Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg1-1/+1
2012-02-13Bluetooth: Convert inquiry cache to use standard list typesJohan Hedberg1-1/+1
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville1-54/+37
2011-12-18Bluetooth: Remove work_add and work_del from hci_sysfsGustavo F. Padovan1-44/+27
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-10/+10
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz1-14/+4
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-10-14Bluetooth: Rename sysfs un/register to add/delDavid Herrmann1-2/+2