aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-5/+23
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+16
2012-09-18Bluetooth: Update management interface revisionJohan Hedberg1-1/+1
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg1-0/+17
2012-09-18Bluetooth: mgmt: Fix enabling LE while powered offAndrzej Kaczmarek1-0/+10
2012-09-18Bluetooth: mgmt: Fix enabling SSP while powered offAndrzej Kaczmarek1-0/+6
2012-08-21Bluetooth: mgmt: Add device disconnect reasonMikel Astiz1-4/+5
2012-08-06Bluetooth: Use lmp_ssp_capable where applicableAndre Guedes1-3/+3
2012-08-06Bluetooth: Use lmp_le_capable where applicableAndre Guedes1-2/+2
2012-08-06Bluetooth: Use lmp_bredr_capable where applicableAndre Guedes1-2/+2
2012-08-06Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko1-2/+18
2012-07-16Bluetooth: Change page scan interval in fast connectable modeJohan Hedberg1-2/+2
2012-07-10Bluetooth: Refactor PIN code rejection to use user_pairing_resp()Jaganath Kanakkassery1-23/+12
2012-06-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-1/+1
2012-06-19Bluetooth: Use GFP_KERNEL in mgmt events functionsAndre Guedes1-3/+3
2012-06-19Bluetooth: Use GFP_KERNEL in mgmt_pending_addAndre Guedes1-2/+2
2012-06-19Bluetooth: Use GFP_KERNEL in mgmt_handlersAndre Guedes1-2/+2
2012-06-18Bluetooth: Fix compile warnings in mgmtAndrei Emeltchenko1-4/+2
2012-06-14Bluetooth: Fix sending HCI_Disconnect only when connectedVishal Agarwal1-1/+1
2012-06-12Bluetooth: Remove magic value in disconnect mgmt handlerAndre Guedes1-1/+1
2012-06-12Bluetooth: Fix flags of mgmt_device_found eventJefferson Delfes1-2/+3
2012-06-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-0/+18
2012-06-08Bluetooth: Fix LE pairing completion on connection failureVishal Agarwal1-0/+18
2012-06-05Bluetooth: Return proper mgmt state when LE pairing connection failedAndrzej Kaczmarek1-1/+8
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-2/+0
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan1-4/+8
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan1-1/+1
2012-06-05Bluetooth: Use defined link key sizeAndrei Emeltchenko1-1/+1
2012-06-05Bluetooth: Fix coding style in mgmt.cGustavo Padovan1-22/+22
2012-05-09Bluetooth: Fixed checkpatch warningsCristian Chilipirea1-1/+2
2012-05-09Bluetooth: Enable Low Energy support by defaultMarcel Holtmann1-9/+3
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes1-4/+4
2012-05-09Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes1-12/+0
2012-05-09Bluetooth: Rename mgmt_to_le to bdaddr_to_leAndre Guedes1-3/+3
2012-05-09Bluetooth: Rename link_to_mgmt to link_to_bdaddrAndre Guedes1-14/+14
2012-05-09Bluetooth: Move address type macros to bluetooth.hAndre Guedes1-15/+15
2012-05-09Bluetooth: mgmt: Fix address type while loading Long Term KeyHemant Gupta1-1/+14
2012-05-09Bluetooth: mgmt: Remove unwanted goto statementsSyam Sidhardhan1-12/+4
2012-05-09Bluetooth: Remove MGMT_ADDR_INVALID macroAndre Guedes1-7/+7
2012-05-09Bluetooth: Send correct address type for LTKHemant Gupta1-1/+1
2012-05-09Bluetooth: Update management interface revisionMarcel Holtmann1-1/+1
2012-05-09Bluetooth: Check HCI_PERIODIC_INQ in start_discoveryAndre Guedes1-0/+6
2012-05-09Bluetooth: Refactor stop_discoveryAndre Guedes1-16/+24
2012-05-09Bluetooth: Silence sparse warningAndrei Emeltchenko1-3/+1
2012-05-09Bluetooth: mgmt: Don't allow to set invalid value to DeviceID sourceSzymon Janc1-1/+8
2012-05-09Bluetooth: mgmt: Fix some code style and indentation issuesSzymon Janc1-6/+6
2012-05-09Bluetooth: LE support for MGMT stop discoveryAndre Guedes1-1/+5
2012-05-09Bluetooth: trivial: Remove sparse warningsAndrei Emeltchenko1-3/+3
2012-05-09Bluetooth: Fix broken usage of get_unaligned_le16Marcel Holtmann1-6/+6
2012-05-09Bluetooth: Fix broken usage of put_unaligned_le16Marcel Holtmann1-17/+16