aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-02Bluetooth: remove old codeAndrei Emeltchenko1-12/+0
2011-12-02Bluetooth: Add dev_flags to struct hci_devAndre Guedes1-0/+1
2011-11-21Bluetooth: Use queue in the device listAndrei Emeltchenko1-1/+1
2011-11-21Bluetooth: making enable_hs independent from L2CAPAndrei Emeltchenko1-0/+5
2011-11-16Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc1-4/+2
2011-11-16Bluetooth: Do not set HCI_RAW when HS enabledAndrei Emeltchenko1-2/+3
2011-11-09Bluetooth: Fix cancel_delayed_work_sync usage with locksJohan Hedberg1-3/+3
2011-11-09Bluetooth: Add missing hci_dev locking when calling mgmt functionsJohan Hedberg1-2/+10
2011-11-09Bluetooth: Move pending management command list into struct hci_devJohan Hedberg1-0/+6
2011-11-09Bluetooth: Pass full hci_dev struct to mgmt callbacksJohan Hedberg1-8/+8
2011-11-08Bluetooth: Update link key mgmt APIs to match latest spec.Johan Hedberg1-2/+2
2011-11-08Bluetooth: Convert power off mechanism to use delayed_workJohan Hedberg1-26/+13
2011-11-08Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg1-0/+25
2011-11-08Bluetooth: Create hci_cancel_inquiry()Andre Guedes1-0/+10
2011-11-08Bluetooth: Create hci_do_inquiry()Andre Guedes1-0/+18
2011-11-07Bluetooth: Guarantee BR-EDR device will be registered as hci0Mat Martineau1-1/+6
2011-11-07Bluetooth: recalculate priorities when channels are starvingLuiz Augusto von Dentz1-1/+55
2011-11-07Bluetooth: handle priority change within quoteLuiz Augusto von Dentz1-2/+16
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz1-23/+120
2011-11-07Bluetooth: Increase HCI reset timeout in hci_dev_do_closeSzymon Janc1-1/+1
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz1-34/+12
2011-11-07Bluetooth: Make hci_unregister_dev return voidDavid Herrmann1-3/+1
2011-10-14Bluetooth: Forward errors from hci_register_devDavid Herrmann1-6/+12
2011-10-14Bluetooth: Rename sysfs un/register to add/delDavid Herrmann1-2/+2
2011-10-14Bluetooth: Fix hci core device initializationDavid Herrmann1-0/+1
2011-09-21Bluetooth: Add mgmt events for blacklistingAntti Julku1-26/+8
2011-09-21Bluetooth: Move SMP fields to a separate structureVinicius Costa Gomes1-8/+0
2011-09-21Bluetooth: make use of connection number to optimize the schedulerLuiz Augusto von Dentz1-0/+15
2011-08-11Bluetooth: Don't use cmd_timer to timeout HCI reset commandSzymon Janc1-2/+4
2011-08-11Bluetooth: unlock if allocation fails in hci_blacklist_add()Dan Carpenter1-1/+1
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-20/+81
2011-07-08Bluetooth: Add support for storing the key sizeVinicius Costa Gomes1-1/+2
2011-07-08Bluetooth: Add functions to manipulate the link key list for SMPVinicius Costa Gomes1-0/+73
2011-07-07Bluetooth: Fix potential deadlock in hci_coreAndre Guedes1-4/+4
2011-07-06Bluetooth: Remove enable_smp parameterAndre Guedes1-14/+1
2011-07-06Bluetooth: Add lmp_host_le_capable() macroAndre Guedes1-1/+1
2011-06-30Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches1-1/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+193
2011-06-17Bluetooth: Fix locking in blacklist codeGustavo F. Padovan1-13/+25
2011-06-16Bluetooth: Move blacklisting functions to hci_coreAntti Julku1-0/+79
2011-06-13Bluetooth: Add support for using the crypto subsystemVinicius Costa Gomes1-0/+22
2011-06-08Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh1-2/+2
2011-06-08Bluetooth: Advertising entries lifetimeAndre Guedes1-0/+14
2011-06-08Bluetooth: LE advertising cacheAndre Guedes1-0/+64
2011-06-05net: Remove unnecessary semicolonsJoe Perches1-2/+2
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-9/+66
2011-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville1-9/+66
2011-04-28Bluetooth: Add store_hint parameter to mgmt_new_keyJohan Hedberg1-9/+12
2011-04-28Bluetooth: Remove old_key_type from mgmt_ev_new_keyJohan Hedberg1-4/+5
2011-04-28Bluetooth: Fix connection key type updating for buggy controllersJohan Hedberg1-1/+4