aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_replyJohan Hedberg2011-03-241-0/+2
* Bluetooth: Fix some small code style issues in mgmt.cSzymon Janc2011-03-011-9/+5
* Bluetooth: Use variable name instead of type in sizeof()Szymon Janc2011-03-011-1/+1
* Bluetooth: Remove unused code from get_connectionsSzymon Janc2011-03-011-6/+2
* Bluetooth: Log all parameters in cmd_status for easier debuggingSzymon Janc2011-03-011-1/+1
* Bluetooth: Fix possible NULL pointer dereference in cmd_completeSzymon Janc2011-03-011-1/+3
* Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo2011-02-271-2/+2
* Bluetooth: Validate data size before accessing mgmt commandsSzymon Janc2011-02-271-0/+52
* Bluetooth: Move index to common header in management interfaceSzymon Janc2011-02-271-227/+180
* Bluetooth: Use proper command structure in remove_uuidSzymon Janc2011-02-271-1/+1
* Bluetooth: Fix unnecessary list traversal in mgmt_pending_removeJohan Hedberg2011-02-211-28/+14
* Bluetooth: Add mgmt_auth_failed eventJohan Hedberg2011-02-211-0/+11
* Bluetooth: Fix mgmt_pin_code_reply return parametersJohan Hedberg2011-02-211-10/+13
* Bluetooth: Fix mgmt_pin_code_reply command status opcodeJohan Hedberg2011-02-211-1/+1
* Bluetooth: Add management support for user confirmation requestJohan Hedberg2011-02-211-0/+103
* Bluetooth: Add mgmt_pair_device commandJohan Hedberg2011-02-211-0/+133
* Bluetooth: Make pending_add return a pointer to the added entryJohan Hedberg2011-02-211-22/+40
* Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc2011-02-171-1/+1
* Bluetooth: Add set_io_capability management commandJohan Hedberg2011-02-081-0/+32
* Bluetooth: Add support for PIN code handling in the management interfaceJohan Hedberg2011-02-081-0/+141
* Bluetooth: Create common cmd_complete function for mgmt.cJohan Hedberg2011-02-081-160/+67
* Bluetooth: Add get_connections managment interface commandJohan Hedberg2011-02-081-0/+72
* Bluetooth: Add support for connect failed management eventJohan Hedberg2011-02-081-0/+11
* Bluetooth: Add disconnect managment commandJohan Hedberg2011-02-081-1/+118
* Bluetooth: Add connected/disconnected management eventsJohan Hedberg2011-02-081-0/+20
* Bluetooth: Implement link key handling for the management interfaceJohan Hedberg2011-02-081-0/+116
* Bluetooth: Add class of device control to the management interfaceJohan Hedberg2011-02-081-3/+118
* Bluetooth: Implement UUID handling through the management interfaceJohan Hedberg2011-02-081-0/+120
* Bluetooth: Implement set_pairable managment commandJohan Hedberg2011-02-081-23/+65
* Bluetooth: Add send_mode_rsp convenience function for mgmt.cJohan Hedberg2011-02-081-21/+29
* Bluetooth: Add flag to track managment controlled adaptersJohan Hedberg2011-02-081-0/+4
* Bluetooth: Unify mode related management messages to a single structJohan Hedberg2011-02-081-109/+28
* Bluetooth: Add set_connectable management commandJohan Hedberg2011-02-081-2/+120
* Bluetooth: Add support for set_discoverable management commandJohan Hedberg2011-02-081-5/+137
* Bluetooth: Add support for set_powered management commandJohan Hedberg2011-02-081-5/+195
* Bluetooth: Add support for management powered eventJohan Hedberg2011-02-081-0/+10
* Bluetooth: Implement automatic setup procedure for local adaptersJohan Hedberg2011-02-081-0/+8
* Bluetooth: Fix failure to release lock in read_index_list()Jesper Juhl2011-02-081-1/+3
* Bluetooth: Add management events for controller addition & removalJohan Hedberg2010-12-221-0/+41
* Bluetooth: Add read_info management commandJohan Hedberg2010-12-221-8/+82
* Bluetooth: Add read_index_list management commandJohan Hedberg2010-12-221-0/+53
* Bluetooth: Add read_version management commandJohan Hedberg2010-12-221-0/+36
* Bluetooth: Add error handling for managment command handlersJohan Hedberg2010-12-221-3/+8
* Bluetooth: Add initial Bluetooth Management interface callbacksJohan Hedberg2010-12-071-0/+99