aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23Bluetooth: Fix double free in hci_conn_cleanupGravatar ZhengHan Wang 1-11/+12
2023-06-29Bluetooth: hci_sysfs: make bt_class a static const structureGravatar Ivan Orlov 1-7/+7
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2022-09-21Bluetooth: hci_sysfs: Fix attempting to call device_add multiple timesGravatar Luiz Augusto von Dentz 1-0/+3
2021-10-13Bluetooth: Fix memory leak of hci deviceGravatar Wei Yongjun 1-0/+2
2021-08-20Merge tag 'for-net-next-2021-08-19' of git://git.kernel.org/pub/scm/linux/ker...Gravatar David S. Miller 1-2/+1
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Gravatar Tetsuo Handa 1-0/+3
2021-07-28Bluetooth: defer cleanup of resources in hci_unregister_dev()Gravatar Tetsuo Handa 1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 1-1/+1
2017-08-19Bluetooth: make device_type constGravatar Bhumika Goyal 1-2/+2
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