aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAge
* Bluetooth: Fix some small code style issues in mgmt.cSzymon Janc2011-03-01
* Bluetooth: Use variable name instead of type in sizeof()Szymon Janc2011-03-01
* Bluetooth: Remove unused code from get_connectionsSzymon Janc2011-03-01
* Bluetooth: Log all parameters in cmd_status for easier debuggingSzymon Janc2011-03-01
* Bluetooth: Fix possible NULL pointer dereference in cmd_completeSzymon Janc2011-03-01
* Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo2011-02-27
* Bluetooth: Validate data size before accessing mgmt commandsSzymon Janc2011-02-27
* Bluetooth: Move index to common header in management interfaceSzymon Janc2011-02-27
* Bluetooth: Use proper command structure in remove_uuidSzymon Janc2011-02-27
* Bluetooth: Fix unnecessary list traversal in mgmt_pending_removeJohan Hedberg2011-02-21
* Bluetooth: Add mgmt_auth_failed eventJohan Hedberg2011-02-21
* Bluetooth: Fix mgmt_pin_code_reply return parametersJohan Hedberg2011-02-21
* Bluetooth: Fix mgmt_pin_code_reply command status opcodeJohan Hedberg2011-02-21
* Bluetooth: Add management support for user confirmation requestJohan Hedberg2011-02-21
* Bluetooth: Add mgmt_pair_device commandJohan Hedberg2011-02-21
* Bluetooth: Make pending_add return a pointer to the added entryJohan Hedberg2011-02-21
* Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc2011-02-17
* Bluetooth: Add set_io_capability management commandJohan Hedberg2011-02-07
* Bluetooth: Add support for PIN code handling in the management interfaceJohan Hedberg2011-02-07
* Bluetooth: Create common cmd_complete function for mgmt.cJohan Hedberg2011-02-07
* Bluetooth: Add get_connections managment interface commandJohan Hedberg2011-02-07
* Bluetooth: Add support for connect failed management eventJohan Hedberg2011-02-07
* Bluetooth: Add disconnect managment commandJohan Hedberg2011-02-07
* Bluetooth: Add connected/disconnected management eventsJohan Hedberg2011-02-07
* Bluetooth: Implement link key handling for the management interfaceJohan Hedberg2011-02-07
* Bluetooth: Add class of device control to the management interfaceJohan Hedberg2011-02-07
* Bluetooth: Implement UUID handling through the management interfaceJohan Hedberg2011-02-07
* Bluetooth: Implement set_pairable managment commandJohan Hedberg2011-02-07
* Bluetooth: Add send_mode_rsp convenience function for mgmt.cJohan Hedberg2011-02-07
* Bluetooth: Add flag to track managment controlled adaptersJohan Hedberg2011-02-07
* Bluetooth: Unify mode related management messages to a single structJohan Hedberg2011-02-07
* Bluetooth: Add set_connectable management commandJohan Hedberg2011-02-07
* Bluetooth: Add support for set_discoverable management commandJohan Hedberg2011-02-07
* Bluetooth: Add support for set_powered management commandJohan Hedberg2011-02-07
* Bluetooth: Add support for management powered eventJohan Hedberg2011-02-07
* Bluetooth: Implement automatic setup procedure for local adaptersJohan Hedberg2011-02-07
* Bluetooth: Fix failure to release lock in read_index_list()Jesper Juhl2011-02-07
* Bluetooth: Add management events for controller addition & removalJohan Hedberg2010-12-22
* Bluetooth: Add read_info management commandJohan Hedberg2010-12-22
* Bluetooth: Add read_index_list management commandJohan Hedberg2010-12-22
* Bluetooth: Add read_version management commandJohan Hedberg2010-12-22
* Bluetooth: Add error handling for managment command handlersJohan Hedberg2010-12-22
* Bluetooth: Add initial Bluetooth Management interface callbacksJohan Hedberg2010-12-07