summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg2012-02-151-1/+2
* bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller2012-01-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-051-1/+1
|\
| * Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan2011-12-231-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-021-1/+1
| |\
| | * Bluetooth: Increase HCI reset timeout in hci_dev_do_closeSzymon Janc2011-10-311-1/+1
* | | Bluetooth: Don't disable interrupt when locking the queueGustavo F. Padovan2011-12-221-2/+2
* | | Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan2011-12-221-12/+12
* | | Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim2011-12-221-55/+4Star
* | | Bluetooth: Remove global mutex hci_task_lockUlisses Furquim2011-12-211-20/+1Star
* | | Bluetooth: Initialize default flow control modeAndrei Emeltchenko2011-12-201-0/+4
* | | Bluetooth: Split ctrl init to BREDR and AMP partsAndrei Emeltchenko2011-12-201-18/+46
* | | Bluetooth: Incoming ACL packets do not force active modeMat Martineau2011-12-191-1/+1
* | | Bluetooth: Add timer for automatically disabling the service cacheJohan Hedberg2011-12-181-0/+3
* | | Bluetooth: Add ProFUSION's copyrightGustavo F. Padovan2011-12-181-0/+1
* | | Bluetooth: Use system workqueue to schedule power_onGustavo F. Padovan2011-12-181-1/+1
* | | Bluetooth: Use new alloc_workqueue()Gustavo F. Padovan2011-12-181-1/+2
* | | Bluetooth: move power_off to system workqueueGustavo F. Padovan2011-12-181-1/+1
* | | Bluetooth: convert tx_task to workqueueGustavo F. Padovan2011-12-181-11/+9Star
* | | Bluetooth: Move command task to workqueueGustavo F. Padovan2011-12-181-11/+11
* | | Bluetooth: convert conn hash to RCUGustavo F. Padovan2011-12-181-12/+22
* | | Bluetooth: Use RCU to manipulate chan_listGustavo F. Padovan2011-12-181-2/+10
* | | Bluetooth: move hci_task_lock to mutexGustavo F. Padovan2011-12-181-9/+9
* | | Bluetooth: Use delayed work for advertisiment cache timeoutGustavo F. Padovan2011-12-181-5/+5
* | | Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-181-19/+19
* | | Bluetooth: Process recv path in a workqueue instead of a taskletMarcel Holtmann2011-12-181-9/+10
* | | Bluetooth: remove struct hci_chan_hashGustavo F. Padovan2011-12-161-7/+2Star
* | | Bluetooth: remove old codeAndrei Emeltchenko2011-12-021-12/+0Star
* | | Bluetooth: Add dev_flags to struct hci_devAndre Guedes2011-12-021-0/+1
* | | Bluetooth: Use queue in the device listAndrei Emeltchenko2011-11-211-1/+1
* | | Bluetooth: making enable_hs independent from L2CAPAndrei Emeltchenko2011-11-211-0/+5
* | | Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc2011-11-161-4/+2Star
* | | Bluetooth: Do not set HCI_RAW when HS enabledAndrei Emeltchenko2011-11-161-2/+3
* | | Bluetooth: Fix cancel_delayed_work_sync usage with locksJohan Hedberg2011-11-091-3/+3
* | | Bluetooth: Add missing hci_dev locking when calling mgmt functionsJohan Hedberg2011-11-091-2/+10
* | | Bluetooth: Move pending management command list into struct hci_devJohan Hedberg2011-11-091-0/+6
* | | Bluetooth: Pass full hci_dev struct to mgmt callbacksJohan Hedberg2011-11-091-8/+8
* | | Bluetooth: Update link key mgmt APIs to match latest spec.Johan Hedberg2011-11-081-2/+2
* | | Bluetooth: Convert power off mechanism to use delayed_workJohan Hedberg2011-11-081-26/+13Star
* | | Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg2011-11-081-0/+25
* | | Bluetooth: Create hci_cancel_inquiry()Andre Guedes2011-11-081-0/+10
* | | Bluetooth: Create hci_do_inquiry()Andre Guedes2011-11-081-0/+18
* | | Bluetooth: Guarantee BR-EDR device will be registered as hci0Mat Martineau2011-11-071-1/+6
* | | Bluetooth: recalculate priorities when channels are starvingLuiz Augusto von Dentz2011-11-071-1/+55
* | | Bluetooth: handle priority change within quoteLuiz Augusto von Dentz2011-11-071-2/+16
* | | Bluetooth: prioritizing data over HCILuiz Augusto von Dentz2011-11-071-23/+120
* | | Bluetooth: Increase HCI reset timeout in hci_dev_do_closeSzymon Janc2011-11-071-1/+1
* | | Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-071-34/+12Star
* | | Bluetooth: Make hci_unregister_dev return voidDavid Herrmann2011-11-071-3/+1Star
* | | Bluetooth: Forward errors from hci_register_devDavid Herrmann2011-10-141-6/+12