summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)Author
2011-05-11Bluetooth: Add support for disconnecting LE links via mgmtVinicius Costa Gomes
2011-04-28Bluetooth: Add store_hint parameter to mgmt_new_keyJohan Hedberg
2011-04-28Bluetooth: Remove old_key_type from mgmt_ev_new_keyJohan Hedberg
2011-04-28Bluetooth: Fix link key persistent storage criteriaJohan Hedberg
2011-04-28Bluetooth: Add confirm_hint parameter to user confirmation requestsJohan Hedberg
2011-04-28Bluetooth: Add secure flag for mgmt_pin_code_reqWaldemar Rymarkiewicz
2011-04-28Bluetooth: Add discovering event to the Management interfaceJohan Hedberg
2011-04-28Bluetooth: Add basic discovery commands to the management interfaceJohan Hedberg
2011-04-05Bluetooth: Use GFP_KERNEL in user contextGustavo F. Padovan
2011-04-05Bluetooth: Don't use spin_lock_bh in user contextGustavo F. Padovan
2011-04-04Bluetooth: Add mgmt_remote_name eventJohan Hedberg
2011-04-04Bluetooth: Add mgmt_device_found eventJohan Hedberg
2011-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan
2011-03-31Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_replyJohan Hedberg
2011-03-31Bluetooth: Add local Extended Inquiry Response (EIR) supportJohan Hedberg
2011-03-31Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc
2011-03-31Bluetooth: Add read_local_oob_data management commandSzymon Janc
2011-03-31Bluetooth: Allow for NULL data in mgmt_pending_addSzymon Janc
2011-03-31Bluetooth: Rename cmd to param in pending_cmdSzymon Janc
2011-03-31Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg
2011-03-31Bluetooth: mgmt: Add local name information to read_info replyJohan Hedberg
2011-03-01Bluetooth: Fix some small code style issues in mgmt.cSzymon Janc
2011-03-01Bluetooth: Use variable name instead of type in sizeof()Szymon Janc
2011-03-01Bluetooth: Remove unused code from get_connectionsSzymon Janc
2011-03-01Bluetooth: Log all parameters in cmd_status for easier debuggingSzymon Janc
2011-03-01Bluetooth: Fix possible NULL pointer dereference in cmd_completeSzymon Janc
2011-02-27Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo
2011-02-27Bluetooth: Validate data size before accessing mgmt commandsSzymon Janc
2011-02-27Bluetooth: Move index to common header in management interfaceSzymon Janc
2011-02-27Bluetooth: Use proper command structure in remove_uuidSzymon Janc
2011-02-21Bluetooth: Fix unnecessary list traversal in mgmt_pending_removeJohan Hedberg
2011-02-21Bluetooth: Add mgmt_auth_failed eventJohan Hedberg
2011-02-21Bluetooth: Fix mgmt_pin_code_reply return parametersJohan Hedberg
2011-02-21Bluetooth: Fix mgmt_pin_code_reply command status opcodeJohan Hedberg
2011-02-21Bluetooth: Add management support for user confirmation requestJohan Hedberg
2011-02-21Bluetooth: Add mgmt_pair_device commandJohan Hedberg
2011-02-21Bluetooth: Make pending_add return a pointer to the added entryJohan Hedberg
2011-02-17Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc
2011-02-08Bluetooth: Add set_io_capability management commandJohan Hedberg
2011-02-08Bluetooth: Add support for PIN code handling in the management interfaceJohan Hedberg
2011-02-08Bluetooth: Create common cmd_complete function for mgmt.cJohan Hedberg
2011-02-08Bluetooth: Add get_connections managment interface commandJohan Hedberg
2011-02-08Bluetooth: Add support for connect failed management eventJohan Hedberg
2011-02-08Bluetooth: Add disconnect managment commandJohan Hedberg
2011-02-08Bluetooth: Add connected/disconnected management eventsJohan Hedberg
2011-02-08Bluetooth: Implement link key handling for the management interfaceJohan Hedberg
2011-02-08Bluetooth: Add class of device control to the management interfaceJohan Hedberg
2011-02-08Bluetooth: Implement UUID handling through the management interfaceJohan Hedberg
2011-02-08Bluetooth: Implement set_pairable managment commandJohan Hedberg
2011-02-08Bluetooth: Add send_mode_rsp convenience function for mgmt.cJohan Hedberg