Bluetooth: mgmt: Fix device_connected sending order
[linux-flexiantxendom0-3.2.10.git] / net / bluetooth / hci_core.c
2012-05-14 Johan HedbergBluetooth: mgmt: Fix device_connected sending order
2012-04-27 John W. LinvilleMerge branch 'for-upstream' of git://git./linux/kernel...
2012-04-16 Vishal AgarwalBluetooth: Temporary keys should be retained during...
2012-04-16 Vishal AgarwalBluetooth: hci_persistent_key should return bool
2012-04-09 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-03-28 David HowellsRemove all #inclusions of asm/system.h
2012-03-28 Johan HovoldBluetooth: hci_core: fix NULL-pointer dereference at...
2012-03-08 Gustavo F. PadovanBluetooth: fix conding style issues all over the tree
2012-03-02 Andre GuedesBluetooth: Don't force DISCOVERY_STOPPED state in inqui...
2012-03-01 Johan HedbergBluetooth: Fix init sequence for some CSR based controllers
2012-02-29 Dan CarpenterBluetooth: change min_t() cast in hci_reassembly()
2012-02-23 Johan HedbergBluetooth: mgmt: Add legacy pairing info to dev_found...
2012-02-23 Johan HedbergBluetooth: Fix clearing of dev_class when powering...
2012-02-23 Johan HedbergBluetooth: Fix EIR data clearing when powering off
2012-02-23 Marcel HoltmannBluetooth: Fix two minor style issues in HCI code
2012-02-21 Johan HedbergBluetooth: mgmt: Allow connectable/discoverable changes...
2012-02-21 Marcel HoltmannBluetooth: Don't send New Settings event during setup...
2012-02-20 Johan HedbergBluetooth: mgmt: Add address type parameter to Discover...
2012-02-20 Marcel HoltmannBluetooth: Set supported settings based on enabled...
2012-02-20 Marcel HoltmannBluetooth: Add support for HCI monitor channel
2012-02-20 Marcel HoltmannBluetooth: Remove HCI notifier handling
2012-02-20 Marcel HoltmannBluetooth: Split sending for HCI raw and control sockets
2012-02-19 Andre GuedesBluetooth: Merge INQUIRY and LE_SCAN discovery states
2012-02-19 Andre GuedesBluetooth: Track discovery type
2012-02-15 Andre GuedesBluetooth: Fix event sending with DISCOVERY_STOPPED...
2012-02-15 Johan HedbergBluetooth: Add missing QUIRK_NO_RESET test to hci_dev_d...
2012-02-13 Johan HedbergBluetooth: Add address type to mgmt blacklist messages
2012-02-13 Andre GuedesBluetooth: Add hci_le_scan()
2012-02-13 Andre GuedesBluetooth: Add hci_do_le_scan()
2012-02-13 Andre GuedesBluetooth: Minor code refactoring
2012-02-13 Andre GuedesBluetooth: LE scan should send Discovering events
2012-02-13 Johan HedbergBluetooth: Add missing QUIRK_NO_RESET test to hci_dev_d...
2012-02-13 Andrei EmeltchenkoBluetooth: Helper removes duplicated code
2012-02-13 Andrei EmeltchenkoBluetooth: Recalculate sched HCI blk/pkt flow ctrl
2012-02-13 Vinicius Costa GomesBluetooth: Add support for notifying userspace of new...
2012-02-13 Vinicius Costa GomesBluetooth: Use the updated key structures for handling...
2012-02-13 Vinicius Costa GomesBluetooth: Add new structures for handling SMP Long...
2012-02-13 Andre GuedesBluetooth: Use GFP_KERNEL in hci_add_adv_entry()
2012-02-13 Fabio EstevamBluetooth: Fix 'enable_hs' type
2012-02-13 Johan HedbergBluetooth: Sort to-be-resolved devices by RSSI during...
2012-02-13 Johan HedbergBluetooth: Move mgmt related flags from hdev->flags...
2012-02-13 David HerrmannBluetooth: Remove __hci_dev_put/hold
2012-02-13 David HerrmannBluetooth: Correctly take hci_dev->dev refcount
2012-02-13 David HerrmannBluetooth: Remove HCI-owner field
2012-02-13 David HerrmannBluetooth: Make hci-destruct callback optional
2012-02-13 Andrei EmeltchenkoBluetooth: Remove magic number from ACL TO
2012-02-13 Johan HedbergBluetooth: Add name resolving support for mgmt based...
2012-02-13 Johan HedbergBluetooth: Add discovery state tracking
2012-02-13 Johan HedbergBluetooth: Rename hdev->inq_cache to hdev->discovery
2012-02-13 Johan HedbergBluetooth: Flush inquiry cache when starting mgmt trigg...
2012-02-13 Johan HedbergBluetooth: Return updated name state with hci_inquiry_c...
2012-02-13 Johan HedbergBluetooth: Add initial mgmt_confirm_name support
2012-02-13 Johan HedbergBluetooth: Convert inquiry cache to use standard list...
2012-01-22 David S. Millerbluetooth: hci: Fix type of "enable_hs" to bool.
2012-01-05 David S. MillerMerge git://git./linux/kernel/git/davem/net
2011-12-23 Gustavo F. PadovanRevert "Bluetooth: Increase HCI reset timeout in hci_de...
2011-12-22 Gustavo F. PadovanBluetooth: Don't disable interrupt when locking the...
2011-12-22 Gustavo F. PadovanBluetooth: remove *_bh usage from hci_dev_list and...
2011-12-22 Ulisses FurquimBluetooth: Make HCI call directly into SCO and L2CAP...
2011-12-21 Ulisses FurquimBluetooth: Remove global mutex hci_task_lock
2011-12-20 Andrei EmeltchenkoBluetooth: Initialize default flow control mode
2011-12-20 Andrei EmeltchenkoBluetooth: Split ctrl init to BREDR and AMP parts
2011-12-18 Mat MartineauBluetooth: Incoming ACL packets do not force active...
2011-12-18 Johan HedbergBluetooth: Add timer for automatically disabling the...
2011-12-18 Gustavo F. PadovanBluetooth: Add ProFUSION's copyright
2011-12-18 Gustavo F. PadovanBluetooth: Use system workqueue to schedule power_on
2011-12-18 Gustavo F. PadovanBluetooth: Use new alloc_workqueue()
2011-12-18 Gustavo F. PadovanBluetooth: move power_off to system workqueue
2011-12-18 Gustavo F. PadovanBluetooth: convert tx_task to workqueue
2011-12-18 Gustavo F. PadovanBluetooth: Move command task to workqueue
2011-12-18 Gustavo F. PadovanBluetooth: convert conn hash to RCU
2011-12-18 Gustavo F. PadovanBluetooth: Use RCU to manipulate chan_list
2011-12-18 Gustavo F. PadovanBluetooth: move hci_task_lock to mutex
2011-12-18 Gustavo F. PadovanBluetooth: Use delayed work for advertisiment cache...
2011-12-18 Gustavo F. PadovanBluetooth: Replace spin_lock by mutex in hci_dev
2011-12-18 Marcel HoltmannBluetooth: Process recv path in a workqueue instead...
2011-12-16 Gustavo F. PadovanBluetooth: remove struct hci_chan_hash
2011-12-02 Andrei EmeltchenkoBluetooth: remove old code
2011-12-02 Andre GuedesBluetooth: Add dev_flags to struct hci_dev
2011-11-21 Andrei EmeltchenkoBluetooth: Use queue in the device list
2011-11-21 Andrei EmeltchenkoBluetooth: making enable_hs independent from L2CAP
2011-11-16 Szymon JancBluetooth: Fix some checkpatch.pl errors and warnings
2011-11-16 Andrei EmeltchenkoBluetooth: Do not set HCI_RAW when HS enabled
2011-11-09 Johan HedbergBluetooth: Fix cancel_delayed_work_sync usage with...
2011-11-09 Johan HedbergBluetooth: Add missing hci_dev locking when calling...
2011-11-09 Johan HedbergBluetooth: Move pending management command list into...
2011-11-09 Johan HedbergBluetooth: Pass full hci_dev struct to mgmt callbacks
2011-11-08 Johan HedbergBluetooth: Update link key mgmt APIs to match latest...
2011-11-08 Johan HedbergBluetooth: Convert power off mechanism to use delayed_work
2011-11-08 Johan HedbergBluetooth: Add timeout field to mgmt_set_discoverable
2011-11-08 Andre GuedesBluetooth: Create hci_cancel_inquiry()
2011-11-08 Andre GuedesBluetooth: Create hci_do_inquiry()
2011-11-07 Mat MartineauBluetooth: Guarantee BR-EDR device will be registered...
2011-11-07 Luiz Augusto von... Bluetooth: recalculate priorities when channels are...
2011-11-07 Luiz Augusto von... Bluetooth: handle priority change within quote
2011-11-07 Luiz Augusto von... Bluetooth: prioritizing data over HCI
2011-11-07 Szymon JancBluetooth: Increase HCI reset timeout in hci_dev_do_close
2011-11-07 Luiz Augusto von... Bluetooth: replace list_for_each with list_for_each_ent...
2011-11-07 David HerrmannBluetooth: Make hci_unregister_dev return void
2011-11-02 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
next