aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-14Bluetooth: Fix hci core device initializationDavid Herrmann1-6/+12
2011-09-21Bluetooth: Add LE link type for debugfs outputPeter Hurley1-0/+2
2011-04-28Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg1-0/+31
2011-04-05Bluetooth: convert net/bluetooth/ to kstrtoxAlexey Dobriyan1-17/+17
2011-03-31Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg1-3/+3
2011-02-17Bluetooth: Fix errors reported by checkpatch.plGustavo F. Padovan1-3/+3
2011-02-08Bluetooth: Implement debugfs support for listing UUIDsJohan Hedberg1-0/+52
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan1-13/+4
2010-10-12Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel1-2/+2
2010-07-31Bluetooth: Use list_head for HCI blacklist headDavid Miller1-2/+1
2010-07-21Bluetooth: Add debugfs support for showing the blacklistJohan Hedberg1-0/+38
2010-05-10Bluetooth: Use strict_strtoul instead of simple_strtoulTomas Winkler1-12/+6
2010-05-10Bluetooth: Create per controller workqueueMarcel Holtmann1-13/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann1-2/+1
2010-03-03Bluetooth: Use single_open() for inquiry cache within debugfsMarcel Holtmann1-21/+20
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann1-0/+20
2010-02-27Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann1-30/+62
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann1-8/+8
2009-10-19bluetooth: scheduling while atomic bug fixDave Young1-2/+2
2009-09-15driver model: constify attribute groupsDavid Brownell1-2/+2
2009-05-27Bluetooth: Remove useless flush_work() causing lockdep warningsDave Young1-6/+0
2009-05-09Bluetooth: Fix wrong module refcount when connection setup failsMarcel Holtmann1-0/+3
2009-05-05Bluetooth: Move dev_set_name() to a context that can sleepMarcel Holtmann1-4/+3
2009-05-04Bluetooth: Fix issue with sysfs handling for connectionsMarcel Holtmann1-34/+40
2009-04-28Bluetooth: Ensure that HCI sysfs add/del is preempt safeRoger Quadros1-21/+16
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck1-1/+1
2008-11-30Bluetooth: Fix format arguments warningMarcel Holtmann1-1/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-5/+0