aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-0/+5
2012-12-03Bluetooth: AMP: Mark controller radio powered down after HCIDEVDOWNAndrei Emeltchenko1-0/+3
2012-12-03Bluetooth: cancel power_on work when unregistering the deviceGustavo Padovan1-0/+2
2012-11-21Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-0/+98
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+2
2012-11-20Bluetooth: Remove OOB data if device was discovered in bandSzymon Janc1-0/+2
2012-11-18Bluetooth: Add support for setting LE advertising dataJohan Hedberg1-0/+94
2012-11-18Bluetooth: Use proper invalid value for tx_powerJohan Hedberg1-0/+2
2012-11-09Bluetooth: Notify about device registration before power onMarcel Holtmann1-2/+2
2012-11-01Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg1-0/+3
2012-10-24Bluetooth: Fix LE MTU reporting for HCIGETDEVINFOJohan Hedberg1-4/+11
2012-10-24Bluetooth: Add initial support for LE-only controllersJohan Hedberg1-47/+0
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