aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sysfs.c
AgeCommit message (Expand)Author
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-12-18Bluetooth: Remove work_add and work_del from hci_sysfsGustavo F. Padovan
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-10-14Bluetooth: Rename sysfs un/register to add/delDavid Herrmann
2011-10-14Bluetooth: Fix hci core device initializationDavid Herrmann
2011-09-21Bluetooth: Add LE link type for debugfs outputPeter Hurley
2011-04-28Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg
2011-04-05Bluetooth: convert net/bluetooth/ to kstrtoxAlexey Dobriyan
2011-03-31Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg
2011-02-17Bluetooth: Fix errors reported by checkpatch.plGustavo F. Padovan
2011-02-08Bluetooth: Implement debugfs support for listing UUIDsJohan Hedberg
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan
2010-10-12Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel
2010-07-31Bluetooth: Use list_head for HCI blacklist headDavid Miller
2010-07-21Bluetooth: Add debugfs support for showing the blacklistJohan Hedberg
2010-05-10Bluetooth: Use strict_strtoul instead of simple_strtoulTomas Winkler
2010-05-10Bluetooth: Create per controller workqueueMarcel Holtmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann
2010-03-03Bluetooth: Use single_open() for inquiry cache within debugfsMarcel Holtmann
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann
2010-02-27Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann
2009-10-19bluetooth: scheduling while atomic bug fixDave Young
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-05-27Bluetooth: Remove useless flush_work() causing lockdep warningsDave Young
2009-05-09Bluetooth: Fix wrong module refcount when connection setup failsMarcel Holtmann
2009-05-05Bluetooth: Move dev_set_name() to a context that can sleepMarcel Holtmann
2009-05-04Bluetooth: Fix issue with sysfs handling for connectionsMarcel Holtmann
2009-04-28Bluetooth: Ensure that HCI sysfs add/del is preempt safeRoger Quadros
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck
2008-11-30Bluetooth: Fix format arguments warningMarcel Holtmann
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-08-18[Bluetooth] Fix userspace breakage due missing class linksMarcel Holtmann
2008-07-21bluetooth: remove improper bluetooth class symlinks.Greg Kroah-Hartman
2008-07-14[Bluetooth] Use a more unique bus name for connectionsMarcel Holtmann
2008-07-14[Bluetooth] Export remote Simple Pairing mode via sysfsMarcel Holtmann
2008-02-18bluetooth: do not move child device other than rfcommDave Young
2008-02-18bluetooth: put hci dev after del connDave Young
2008-02-18[BLUETOOTH] hci_sysfs.c: Kill build warning.David S. Miller
2008-01-31[BLUETOOTH]: Fix bugs in previous conn add/del workqueue changes.Dave Young
2008-01-31[BLUETOOTH]: Add conn add/del workqueues to avoid connection fail.Dave Young
2008-01-23[BLUETOOTH]: Move children of connection device to NULL before connection down.Dave Young
2007-12-29[BLUETOOTH]: put_device before device_del fixDave Young
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann
2007-05-07Fix bluetooth HCI sysfs compileLinus Torvalds