summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix missing command complete event for mgmt_confirm_nameJohan Hedberg2013-01-101-1/+2
* Bluetooth: mgmt: Avoid using magic number in status codeSzymon Janc2013-01-091-4/+4
* Bluetooth: mgmt: Remove not needed restriction on add/remove OOB dataSzymon Janc2013-01-091-17/+0Star
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-12-031-5/+5
|\
| * Bluetooth: Move double negation to macrosGustavo Padovan2012-12-031-5/+5
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-11-211-1/+1
|\|
| * Bluetooth: Use proper invalid value for tx_powerJohan Hedberg2012-11-191-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-5/+7
|\ \ | |/ |/|
| * Bluetooth: Fix memory leak when removing a UUIDJohan Hedberg2012-11-091-0/+1
| * Bluetooth: Fix having bogus entries in mgmt_read_index_list replyJohan Hedberg2012-11-091-5/+6
* | Bluetooth: mgmt: Use __constant when dealing with constantsSyam Sidhardhan2012-11-011-5/+5
* | Bluetooth: Fix sending unnecessary HCI_LE_Host_EnableJohan Hedberg2012-11-011-2/+8
* | Bluetooth: Fix unnecessary EIR update during powering onJohan Hedberg2012-11-011-1/+6
* | Bluetooth: Fix sending unnecessary HCI_Write_SSP_Mode commandJohan Hedberg2012-11-011-1/+2
* | Bluetooth: Make use feature test macrosJohan Hedberg2012-11-011-5/+5
* | Bluetooth: mgmt: Restrict BR/EDR settings to BR/EDR-only adaptersJohan Hedberg2012-11-011-3/+19
* | Bluetooth: Fix HCI command sending when powering on LE-only adaptersJohan Hedberg2012-11-011-13/+21
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-191-2/+3
|\ \ | |/ |/|
| * Bluetooth: Force the process of unpair command if disconnect failedJefferson Delfes2012-09-271-2/+3
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-301-5/+23
|\|
| * Bluetooth: Update management interface revisionJohan Hedberg2012-09-191-1/+1
| * Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg2012-09-191-0/+17
| * Bluetooth: mgmt: Add device disconnect reasonMikel Astiz2012-08-211-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-0/+16
|\ \ | |/ |/|
| * Bluetooth: mgmt: Fix enabling LE while powered offAndrzej Kaczmarek2012-09-191-0/+10
| * Bluetooth: mgmt: Fix enabling SSP while powered offAndrzej Kaczmarek2012-09-191-0/+6
* | Bluetooth: Use lmp_ssp_capable where applicableAndre Guedes2012-08-061-3/+3
* | Bluetooth: Use lmp_le_capable where applicableAndre Guedes2012-08-061-2/+2
* | Bluetooth: Use lmp_bredr_capable where applicableAndre Guedes2012-08-061-2/+2
* | Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko2012-08-061-2/+18
|/
* Bluetooth: Change page scan interval in fast connectable modeJohan Hedberg2012-07-161-2/+2
* Bluetooth: Refactor PIN code rejection to use user_pairing_resp()Jaganath Kanakkassery2012-07-101-23/+12Star
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gustavo Padovan2012-06-261-1/+1
|\
| * Bluetooth: Fix sending HCI_Disconnect only when connectedVishal Agarwal2012-06-141-1/+1
* | Bluetooth: Use GFP_KERNEL in mgmt events functionsAndre Guedes2012-06-191-3/+3
* | Bluetooth: Use GFP_KERNEL in mgmt_pending_addAndre Guedes2012-06-191-2/+2
* | Bluetooth: Use GFP_KERNEL in mgmt_handlersAndre Guedes2012-06-191-2/+2
* | Bluetooth: Fix compile warnings in mgmtAndrei Emeltchenko2012-06-191-4/+2Star
* | Bluetooth: Remove magic value in disconnect mgmt handlerAndre Guedes2012-06-131-1/+1
* | Bluetooth: Fix flags of mgmt_device_found eventJefferson Delfes2012-06-131-2/+3
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gustavo Padovan2012-06-121-0/+18
|\|
| * Bluetooth: Fix LE pairing completion on connection failureVishal Agarwal2012-06-081-0/+18
* | Bluetooth: Return proper mgmt state when LE pairing connection failedAndrzej Kaczmarek2012-06-051-1/+8
* | Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-2/+0Star
* | Bluetooth: Fix coding style in the subsystemGustavo Padovan2012-06-051-4/+8
* | Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-051-1/+1
* | Bluetooth: Use defined link key sizeAndrei Emeltchenko2012-06-051-1/+1
* | Bluetooth: Fix coding style in mgmt.cGustavo Padovan2012-06-051-22/+22
|/
* Bluetooth: Fixed checkpatch warningsCristian Chilipirea2012-05-091-1/+2
* Bluetooth: Enable Low Energy support by defaultMarcel Holtmann2012-05-091-9/+3Star