summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix event sending with DISCOVERY_STOPPED stateAndre Guedes2012-02-151-1/+2
* Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg2012-02-131-4/+4
* Bluetooth: Add hci_le_scan()Andre Guedes2012-02-131-0/+35
* Bluetooth: Add hci_do_le_scan()Andre Guedes2012-02-131-0/+74
* Bluetooth: Minor code refactoringAndre Guedes2012-02-131-4/+7
* Bluetooth: LE scan should send Discovering eventsAndre Guedes2012-02-131-0/+2
* Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg2012-02-131-1/+2
* Bluetooth: Helper removes duplicated codeAndrei Emeltchenko2012-02-131-18/+13Star
* Bluetooth: Recalculate sched HCI blk/pkt flow ctrlAndrei Emeltchenko2012-02-131-6/+79
* Bluetooth: Add support for notifying userspace of new LTK'sVinicius Costa Gomes2012-02-131-0/+3
* Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes2012-02-131-43/+33Star
* Bluetooth: Add new structures for handling SMP Long Term KeysVinicius Costa Gomes2012-02-131-0/+31
* Bluetooth: Use GFP_KERNEL in hci_add_adv_entry()Andre Guedes2012-02-131-1/+1
* Bluetooth: Fix 'enable_hs' typeFabio Estevam2012-02-131-1/+1
* Bluetooth: Sort to-be-resolved devices by RSSI during discoveryJohan Hedberg2012-02-131-1/+27
* Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg2012-02-131-15/+15
* Bluetooth: Remove __hci_dev_put/holdDavid Herrmann2012-02-131-2/+2
* Bluetooth: Correctly take hci_dev->dev refcountDavid Herrmann2012-02-131-1/+1
* Bluetooth: Remove HCI-owner fieldDavid Herrmann2012-02-131-2/+1Star
* Bluetooth: Make hci-destruct callback optionalDavid Herrmann2012-02-131-1/+1
* Bluetooth: Remove magic number from ACL TOAndrei Emeltchenko2012-02-131-1/+2
* Bluetooth: Add name resolving support for mgmt based discoveryJohan Hedberg2012-02-131-1/+33
* Bluetooth: Add discovery state trackingJohan Hedberg2012-02-131-0/+25
* Bluetooth: Rename hdev->inq_cache to hdev->discoveryJohan Hedberg2012-02-131-6/+6
* Bluetooth: Flush inquiry cache when starting mgmt triggered inquiryJohan Hedberg2012-02-131-0/+2
* Bluetooth: Return updated name state with hci_inquiry_cache_updateJohan Hedberg2012-02-131-2/+7
* Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg2012-02-131-11/+47
* Bluetooth: Convert inquiry cache to use standard list typesJohan Hedberg2012-02-131-14/+17
* 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