summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix advertising data flags with disabled BR/EDRJohan Hedberg2013-10-021-7/+7
* Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg2013-10-021-2/+19
* Bluetooth: Fix workqueue synchronization in hci_dev_openJohan Hedberg2013-10-011-0/+10
* Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open functionJohan Hedberg2013-10-011-10/+20
* Bluetooth: Provide high speed configuration optionMarcel Holtmann2013-10-021-6/+0
* Bluetooth: Use only 2 bits for controller type informationMarcel Holtmann2013-10-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2013-09-271-6/+20
|\
| * Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg2013-09-181-3/+12
| * Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg2013-09-181-5/+10
* | Bluetooth: Add event mask page 2 setting supportJohan Hedberg2013-09-191-0/+32
* | Bluetooth: Add synchronization train parameters reading supportJohan Hedberg2013-09-191-1/+14
* | Bluetooth: Only schedule raw queue when user channel is activeMarcel Holtmann2013-09-161-9/+7
* | Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueueMarcel Holtmann2013-09-161-1/+1
* | Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann2013-09-161-3/+36
* | Bluetooth: Report error for HCI reset ioctl when device is downMarcel Holtmann2013-09-161-1/+3
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-08-221-1/+13
|\
| * Bluetooth: Set different event mask for LE-only controllersMarcel Holtmann2013-08-211-0/+12
| * Bluetooth: Fix simple whitespace vs tab style issueMarcel Holtmann2013-07-251-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-07-311-9/+17
|\ \ | |/ |/|
| * Bluetooth: Fix calling request callback more than onceJohan Hedberg2013-07-291-1/+9
| * Bluetooth: Fix HCI init for BlueFRITZ! devicesJohan Hedberg2013-07-291-1/+4
| * Bluetooth: Fix race between hci_register_dev() and hci_dev_open()Gustavo Padovan2013-07-251-7/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-132/+60
|\ \
| * | Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan2013-06-231-1/+9
| * | Bluetooth: Remove inquiry helpersAndre Guedes2013-06-231-30/+0
| * | Bluetooth: Remove LE scan helpersAndre Guedes2013-06-231-113/+0
| * | Bluetooth: Use HCI request in interleaved discoveryAndre Guedes2013-06-231-1/+64
| * | Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes2013-06-231-5/+5
| |/
* | drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-031-5/+4
|/
* Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg2013-06-131-5/+10
* Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2013-06-121-1/+5
* Bluetooth: hci_get_cmd_complete() can be staticFengguang Wu2013-04-231-1/+2
* Bluetooth: Fix sending write_le_host_supporte for LE-only controllersJohan Hedberg2013-04-231-0/+10
* Bluetooth: Fix HCI command send functions to use const specifierJohan Hedberg2013-04-191-7/+9
* Bluetooth: Rename LE_SCANNING_* macrosAndre Guedes2013-04-181-1/+1
* Bluetooth: Add macros for filter duplicates valuesAndre Guedes2013-04-181-1/+1
* Bluetooth: Change LE scanning timeout macrosAndre Guedes2013-04-181-1/+1
* Bluetooth: Add reading of all local feature pagesJohan Hedberg2013-04-181-0/+10
* Bluetooth: Remove driver init queue from coreMarcel Holtmann2013-04-041-23/+0
* Bluetooth: Add driver setup stage for early initMarcel Holtmann2013-04-041-13/+20
* Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg2013-04-041-5/+18
* Bluetooth: Add support for custom event terminated commandsJohan Hedberg2013-04-041-1/+9
* Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg2013-04-041-0/+102
* Bluetooth: Track received events in hdevJohan Hedberg2013-04-041-0/+3
* Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes2013-04-041-26/+0
* Bluetooth: Fix hci_inquiry ioctl usageAndre Guedes2013-04-041-0/+13
* Bluetooth: Add reading of page scan parametersJohan Hedberg2013-03-181-0/+6
* Bluetooth: Handle AD updating through an async requestJohan Hedberg2013-03-181-19/+10
* Bluetooth: Fix clearing flags on power off before notifying mgmtJohan Hedberg2013-03-181-4/+4
* Bluetooth: Clear non-persistent flags when closing HCI deviceJohan Hedberg2013-03-181-0/+1
OpenPOWER on IntegriCloud