summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Refactor mgmt_pending_foreachAndre Guedes2013-02-011-6/+2Star
* Bluetooth: Increment Management interface revisionJohan Hedberg2013-02-011-1/+1
* Bluetooth: Fix link security setting when powering onJohan Hedberg2013-02-011-0/+7
* Bluetooth: Add support for 128-bit UUIDs in EIR dataJohan Hedberg2013-02-011-0/+34
* Bluetooth: Add support for 32-bit UUIDs in EIR dataJohan Hedberg2013-02-011-0/+34
* Bluetooth: Refactor UUID-16 list generation into its own functionJohan Hedberg2013-02-011-35/+43
* Bluetooth: Remove useless eir_len variable from EIR creationJohan Hedberg2013-02-011-7/+1Star
* Bluetooth: Simplify UUID16 list generation for EIRJohan Hedberg2013-02-011-31/+15Star
* Bluetooth: Simplify UUID removal codeJohan Hedberg2013-02-011-4/+2Star
* Bluetooth: Keep track of UUID type upon additionJohan Hedberg2013-02-011-25/+23Star
* Bluetooth: Store UUIDs in the same order that they were addedJohan Hedberg2013-02-011-1/+1
* Bluetooth: Fix returning proper cmd_complete for mgmt_block/unblockJohan Hedberg2013-01-231-4/+6
* Bluetooth: Fix returning proper cmd_complete for mgmt_disconnectJohan Hedberg2013-01-231-8/+14
* Bluetooth: Fix checking for valid disconnect parameters in unpair_deviceJohan Hedberg2013-01-231-0/+5
* Bluetooth: Fix checking for valid address type values in mgmt commandsJohan Hedberg2013-01-231-2/+34
* Bluetooth: Check for valid key->authenticated value for LTKsJohan Hedberg2013-01-231-0/+2
* Bluetooth: Refactor valid LTK data testing into its own functionJohan Hedberg2013-01-231-1/+8
* Bluetooth: Fix checking for proper key->master value in Load LTKsJohan Hedberg2013-01-231-0/+9
* Bluetooth: Fix returning proper mgmt status for Load LTKsJohan Hedberg2013-01-231-1/+1
* Bluetooth: Fix checking for correct mgmt_load_link_keys parametersJohan Hedberg2013-01-231-0/+4
* Bluetooth: Fix pair device command reply if adapter is powered offSzymon Janc2013-01-231-6/+6
* Bluetooth: Fix Class of Device indication when powering offJohan Hedberg2013-01-231-0/+6
* Bluetooth: Fix using system-global workqueue when not necessaryJohan Hedberg2013-01-181-1/+2
* Bluetooth: Use req_workqueue for hci_request operationsJohan Hedberg2013-01-181-2/+2
* Bluetooth: Fix sending incorrect new_settings for mgmt_set_poweredJohan Hedberg2013-01-101-2/+3
* Bluetooth: Fix returning proper command status for start_discoveryJohan Hedberg2013-01-101-16/+30
* Bluetooth: Fix checking for exact values of boolean mgmt parametersJohan Hedberg2013-01-101-0/+36
* Bluetooth: Move non-critical sections outside of the dev lockJohan Hedberg2013-01-101-28/+18Star
* Bluetooth: Fix accepting set_dev_class for non-BR/EDR controllersJohan Hedberg2013-01-101-0/+6
* Bluetooth: Fix checking for valid device class valuesJohan Hedberg2013-01-101-0/+6
* Bluetooth: Fix missing command complete for mgmt_load_long_term_keysJohan Hedberg2013-01-101-2/+5
* 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