summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-4/+0
* Bluetooth: Fix coding style in the subsystemGustavo Padovan2012-06-051-2/+2
* Bluetooth: Fix coding style in hci_sysfs.cGustavo Padovan2012-06-051-36/+57
* Bluetooth: trivial: Correct typesAndrei Emeltchenko2012-05-091-2/+2
* Bluetooth: Remove redundant hdev->parent fieldDavid Herrmann2012-05-091-1/+0
* Bluetooth: Use proper datatypes in release-callbacksDavid Herrmann2012-02-131-4/+4
* Bluetooth: Introduce to_hci_connDavid Herrmann2012-02-131-6/+4
* Bluetooth: Introduce to_hci_dev()David Herrmann2012-02-131-17/+16
* Bluetooth: Correctly acquire module refDavid Herrmann2012-02-131-0/+2
* Bluetooth: Rename hdev->inq_cache to hdev->discoveryJohan Hedberg2012-02-131-1/+1
* Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg2012-02-131-1/+1
* Bluetooth: Convert inquiry cache to use standard list typesJohan Hedberg2012-02-131-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-12-191-54/+37
|\
| * Bluetooth: Remove work_add and work_del from hci_sysfsGustavo F. Padovan2011-12-181-44/+27
| * Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-181-10/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
|\ \ | |/ |/|
| * net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
* | Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-071-14/+4
* | Bluetooth: Rename sysfs un/register to add/delDavid Herrmann2011-10-141-2/+2
* | Bluetooth: Fix hci core device initializationDavid Herrmann2011-10-141-6/+12
|/
* Bluetooth: Add LE link type for debugfs outputPeter Hurley2011-09-211-0/+2
* Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg2011-04-281-0/+31
* Bluetooth: convert net/bluetooth/ to kstrtoxAlexey Dobriyan2011-04-051-17/+17
* Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg2011-03-311-3/+3
* Bluetooth: Fix errors reported by checkpatch.plGustavo F. Padovan2011-02-171-3/+3
* Bluetooth: Implement debugfs support for listing UUIDsJohan Hedberg2011-02-081-0/+52
* Bluetooth: make batostr() print in the right orderGustavo F. Padovan2010-10-121-13/+4
* Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel2010-10-121-2/+2
* Bluetooth: Use list_head for HCI blacklist headDavid Miller2010-07-311-2/+1
* Bluetooth: Add debugfs support for showing the blacklistJohan Hedberg2010-07-211-0/+38
* Bluetooth: Use strict_strtoul instead of simple_strtoulTomas Winkler2010-05-101-12/+6
* Bluetooth: Create per controller workqueueMarcel Holtmann2010-05-101-13/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann2010-03-211-2/+1
* Bluetooth: Use single_open() for inquiry cache within debugfsMarcel Holtmann2010-03-031-21/+20
* Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann2010-02-271-0/+20
* Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann2010-02-271-30/+62
* Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-271-8/+8
* bluetooth: scheduling while atomic bug fixDave Young2009-10-191-2/+2
* driver model: constify attribute groupsDavid Brownell2009-09-151-2/+2
* Bluetooth: Remove useless flush_work() causing lockdep warningsDave Young2009-05-271-6/+0
* Bluetooth: Fix wrong module refcount when connection setup failsMarcel Holtmann2009-05-091-0/+3
* Bluetooth: Move dev_set_name() to a context that can sleepMarcel Holtmann2009-05-051-4/+3
* Bluetooth: Fix issue with sysfs handling for connectionsMarcel Holtmann2009-05-041-34/+40
* Bluetooth: Ensure that HCI sysfs add/del is preempt safeRoger Quadros2009-04-281-21/+16
* Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck2009-03-241-1/+1
* Bluetooth: Fix format arguments warningMarcel Holtmann2008-11-301-1/+1
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-4/+3
* [Bluetooth] Fix userspace breakage due missing class linksMarcel Holtmann2008-08-181-187/+189