summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-04-091-0/+7
|\
| * Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold2012-03-281-0/+7
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
|/
* Bluetooth: fix conding style issues all over the treeGustavo F. Padovan2012-03-081-27/+22
* Bluetooth: Don't force DISCOVERY_STOPPED state in inquiry_cache_flushAndre Guedes2012-03-031-1/+0
* Bluetooth: Fix init sequence for some CSR based controllersJohan Hedberg2012-03-011-1/+21
* Bluetooth: change min_t() cast in hci_reassembly()Dan Carpenter2012-02-291-1/+1
* Bluetooth: mgmt: Add legacy pairing info to dev_found eventsJohan Hedberg2012-02-231-1/+7
* Bluetooth: Fix clearing of dev_class when powering downJohan Hedberg2012-02-231-0/+1
* Bluetooth: Fix EIR data clearing when powering offJohan Hedberg2012-02-231-0/+2
* Bluetooth: Fix two minor style issues in HCI codeMarcel Holtmann2012-02-231-1/+1
* Bluetooth: mgmt: Allow connectable/discoverable changes in off stateJohan Hedberg2012-02-211-0/+1
* Bluetooth: Don't send New Settings event during setup power downMarcel Holtmann2012-02-211-9/+11
* Bluetooth: mgmt: Add address type parameter to Discovering eventJohan Hedberg2012-02-211-2/+1
* Bluetooth: Set supported settings based on enabled HS and/or LEMarcel Holtmann2012-02-201-5/+0
* Bluetooth: Add support for HCI monitor channelMarcel Holtmann2012-02-201-3/+10
* Bluetooth: Remove HCI notifier handlingMarcel Holtmann2012-02-201-15/+1
* Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann2012-02-201-2/+2
* Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes2012-02-191-4/+2
* Bluetooth: Track discovery typeAndre Guedes2012-02-191-0/+2
* 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/+13
* 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/+33
* 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/+1
* 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-041-1/+1
|\
| * Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan2011-12-231-1/+1