aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-19/+46
2012-10-15Bluetooth: AMP: Use Loglink handle in ACL Handle fieldAndrei Emeltchenko1-1/+12
2012-10-11Bluetooth: AMP: Handle AMP_LINK connectionAndrei Emeltchenko1-3/+19
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-2/+4
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-09-27Bluetooth: Factor out hci_queue_aclAndrei Emeltchenko1-4/+4
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko1-11/+11
2012-09-18Bluetooth: Fix not removing power_off delayed workVinicius Costa Gomes1-0/+2
2012-09-08Bluetooth: AMP: Add Read Data Block Size to amp_initAndrei Emeltchenko1-0/+3
2012-09-08Bluetooth: trivial: Remove empty lineAndrei Emeltchenko1-1/+0
2012-09-08Bluetooth: Remove unneeded zero initAndrei Emeltchenko1-1/+1
2012-08-06Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko1-2/+4
2012-07-10Bluetooth: debug: Add printing num of cmds queuedAndrei Emeltchenko1-1/+2
2012-06-30Bluetooth: Do not auto off AMP controllerAndrei Emeltchenko1-1/+4
2012-06-19Bluetooth: Use AUTO_OFF constant in jiffiesAndrei Emeltchenko1-4/+1
2012-06-12Bluetooth: Fix not setting HCI_RESET flag for AMPAndrei Emeltchenko1-9/+4
2012-06-12Bluetooth: Correct debug print specifier for u16 objectsAndrei Emeltchenko1-6/+6
2012-06-12Bluetooth: Add opcode to error messageAndrei Emeltchenko1-3/+11
2012-06-12Bluetooth: Update HCI timeouts constants to use msecs_to_jiffiesAndrei Emeltchenko1-14/+11
2012-06-12Bluetooth: Use standard HCI cmd timeout for RESETAndrei Emeltchenko1-1/+1
2012-06-05Bluetooth: Remove magic disconnect reasonAndrei Emeltchenko1-1/+1
2012-06-05Bluetooth: Filter duplicated reports in LE scanAndre Guedes1-0/+1
2012-06-05Bluetooth: Really fix registering hci with duplicate nameSasha Levin1-17/+24
2012-06-05Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko1-1/+1
2012-06-05Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan1-4/+0
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-21/+2
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan1-2/+5
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan1-16/+17
2012-06-05Bluetooth: Use defined link key sizeAndrei Emeltchenko1-1/+1
2012-06-05Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc1-2/+2
2012-06-05Bluetooth: Fix coding style in hci_core.cGustavo Padovan1-50/+53
2012-05-16Bluetooth: Fix packet size provided to the controllerGustavo Padovan1-2/+6
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-0/+8
2012-05-14Bluetooth: mgmt: Fix device_connected sending orderJohan Hedberg1-0/+8
2012-05-09Bluetooth: Remove advertising cacheAndre Guedes1-74/+0
2012-05-09Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes1-0/+12
2012-05-09Bluetooth: Remove unneeded initialization in hci_alloc_dev()David Herrmann1-10/+0
2012-05-09Bluetooth: Move device initialization to hci_alloc_dev()David Herrmann1-63/+52
2012-05-09Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_devDavid Herrmann1-26/+26
2012-05-09Bluetooth: Fix registering hci with duplicate nameUlisses Furquim1-6/+10
2012-05-09Bluetooth: Fix debug printing unallocated nameAndrei Emeltchenko1-2/+3
2012-05-09Bluetooth: Use unsigned int instead of signed intMikel Astiz1-2/+2
2012-05-09Bluetooth: Add Read Local AMP Info to initAndrei Emeltchenko1-0/+3
2012-05-09Bluetooth: Fix clearing discovery type when stopping discoveryHemant Gupta1-1/+0
2012-05-09Bluetooth: Replace EPERM by EALREADY in hci_cancel_inquiryAndre Guedes1-1/+1
2012-05-09Bluetooth: Add hci_cancel_le_scan() to hci_coreAndre Guedes1-0/+18
2012-05-09Bluetooth: Fix opcode access in hci_completeAndrei Emeltchenko1-1/+2
2012-05-09Bluetooth: Correct type for ediv to __le16Andrei Emeltchenko1-1/+1
2012-04-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville1-14/+13
2012-04-16Bluetooth: Temporary keys should be retained during connectionVishal Agarwal1-4/+2