summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-301-2/+4
|\
| * Bluetooth: AMP: Add Read Data Block Size to amp_initAndrei Emeltchenko2012-09-081-0/+3
| * Bluetooth: trivial: Remove empty lineAndrei Emeltchenko2012-09-081-1/+0
| * Bluetooth: Remove unneeded zero initAndrei Emeltchenko2012-09-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-0/+2
|\ \ | |/ |/|
| * Bluetooth: Fix not removing power_off delayed workVinicius Costa Gomes2012-09-181-0/+2
* | Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko2012-08-061-2/+4
|/
* Bluetooth: debug: Add printing num of cmds queuedAndrei Emeltchenko2012-07-101-1/+2
* Bluetooth: Do not auto off AMP controllerAndrei Emeltchenko2012-06-301-1/+4
* Bluetooth: Use AUTO_OFF constant in jiffiesAndrei Emeltchenko2012-06-191-4/+1
* Bluetooth: Fix not setting HCI_RESET flag for AMPAndrei Emeltchenko2012-06-121-9/+4
* Bluetooth: Correct debug print specifier for u16 objectsAndrei Emeltchenko2012-06-121-6/+6
* Bluetooth: Add opcode to error messageAndrei Emeltchenko2012-06-121-3/+11
* Bluetooth: Update HCI timeouts constants to use msecs_to_jiffiesAndrei Emeltchenko2012-06-121-14/+11
* Bluetooth: Use standard HCI cmd timeout for RESETAndrei Emeltchenko2012-06-121-1/+1
* Bluetooth: Remove magic disconnect reasonAndrei Emeltchenko2012-06-051-1/+1
* Bluetooth: Filter duplicated reports in LE scanAndre Guedes2012-06-051-0/+1
* Bluetooth: Really fix registering hci with duplicate nameSasha Levin2012-06-051-17/+24
* Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko2012-06-051-1/+1
* Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan2012-06-051-4/+0
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-21/+2
* Bluetooth: Fix coding style in the subsystemGustavo Padovan2012-06-051-2/+5
* Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-051-16/+17
* Bluetooth: Use defined link key sizeAndrei Emeltchenko2012-06-051-1/+1
* Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc2012-06-051-2/+2
* Bluetooth: Fix coding style in hci_core.cGustavo Padovan2012-06-051-50/+53
* Bluetooth: Fix packet size provided to the controllerGustavo Padovan2012-05-161-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2012-05-161-0/+8
|\
| * Bluetooth: mgmt: Fix device_connected sending orderJohan Hedberg2012-05-141-0/+8
* | Bluetooth: Remove advertising cacheAndre Guedes2012-05-091-74/+0
* | Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes2012-05-091-0/+12
* | Bluetooth: Remove unneeded initialization in hci_alloc_dev()David Herrmann2012-05-091-10/+0
* | Bluetooth: Move device initialization to hci_alloc_dev()David Herrmann2012-05-091-63/+52
* | Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_devDavid Herrmann2012-05-091-26/+26
* | Bluetooth: Fix registering hci with duplicate nameUlisses Furquim2012-05-091-6/+10
* | Bluetooth: Fix debug printing unallocated nameAndrei Emeltchenko2012-05-091-2/+3
* | Bluetooth: Use unsigned int instead of signed intMikel Astiz2012-05-091-2/+2
* | Bluetooth: Add Read Local AMP Info to initAndrei Emeltchenko2012-05-091-0/+3
* | Bluetooth: Fix clearing discovery type when stopping discoveryHemant Gupta2012-05-091-1/+0
* | Bluetooth: Replace EPERM by EALREADY in hci_cancel_inquiryAndre Guedes2012-05-091-1/+1
* | Bluetooth: Add hci_cancel_le_scan() to hci_coreAndre Guedes2012-05-091-0/+18
* | Bluetooth: Fix opcode access in hci_completeAndrei Emeltchenko2012-05-091-1/+2
* | Bluetooth: Correct type for ediv to __le16Andrei Emeltchenko2012-05-091-1/+1
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-04-271-14/+13
|\
| * Bluetooth: Temporary keys should be retained during connectionVishal Agarwal2012-04-161-4/+2
| * Bluetooth: hci_persistent_key should return boolVishal Agarwal2012-04-161-10/+11
* | 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