aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-15Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg1-1/+2
2012-01-22bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller1-1/+1
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-23Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan1-1/+1
2011-12-22Bluetooth: Don't disable interrupt when locking the queueGustavo F. Padovan1-2/+2
2011-12-22Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan1-12/+12
2011-12-22Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim1-55/+4
2011-12-21Bluetooth: Remove global mutex hci_task_lockUlisses Furquim1-20/+1
2011-12-20Bluetooth: Initialize default flow control modeAndrei Emeltchenko1-0/+4
2011-12-20Bluetooth: Split ctrl init to BREDR and AMP partsAndrei Emeltchenko1-18/+46
2011-12-18Bluetooth: Incoming ACL packets do not force active modeMat Martineau1-1/+1
2011-12-18Bluetooth: Add timer for automatically disabling the service cacheJohan Hedberg1-0/+3
2011-12-18Bluetooth: Add ProFUSION's copyrightGustavo F. Padovan1-0/+1
2011-12-18Bluetooth: Use system workqueue to schedule power_onGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: Use new alloc_workqueue()Gustavo F. Padovan1-1/+2
2011-12-18Bluetooth: move power_off to system workqueueGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: convert tx_task to workqueueGustavo F. Padovan1-11/+9
2011-12-18Bluetooth: Move command task to workqueueGustavo F. Padovan1-11/+11
2011-12-18Bluetooth: convert conn hash to RCUGustavo F. Padovan1-12/+22
2011-12-18Bluetooth: Use RCU to manipulate chan_listGustavo F. Padovan1-2/+10
2011-12-18Bluetooth: move hci_task_lock to mutexGustavo F. Padovan1-9/+9
2011-12-18Bluetooth: Use delayed work for advertisiment cache timeoutGustavo F. Padovan1-5/+5
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-19/+19
2011-12-18Bluetooth: Process recv path in a workqueue instead of a taskletMarcel Holtmann1-9/+10
2011-12-16Bluetooth: remove struct hci_chan_hashGustavo F. Padovan1-7/+2
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-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothJohn W. Linville1-1/+1
2011-10-31Bluetooth: Increase HCI reset timeout in hci_dev_do_closeSzymon Janc1-1/+1
2011-10-14Bluetooth: Forward errors from hci_register_devDavid Herrmann1-6/+12