aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-08Bluetooth: Add support for storing the key sizeVinicius Costa Gomes1-2/+2
2011-07-08Bluetooth: Add support for communicating keys with userspaceVinicius Costa Gomes1-15/+45
2011-07-07Bluetooth: Fix potential deadlock in mgmtAndre Guedes1-44/+44
2011-06-16Bluetooth: Add blacklisting support for mgmt interfaceAntti Julku1-0/+70
2011-06-13Bluetooth: fix missing parameter for HCI_OP_DISCONNECTAnderson Lizardo1-1/+1
2011-06-08Bluetooth: Verify a pin code in pin_code_replyWaldemar Rymarkiewicz1-12/+41
2011-06-08Bluetooth: Remove a magic numberWaldemar Rymarkiewicz1-1/+1
2011-06-08Bluetooth: fix sparse & gcc warningsJohannes Berg1-1/+1
2011-06-08Bluetooth: Remove unnecessary use of hci_dev_list_lockJohan Hedberg1-4/+0
2011-05-11Bluetooth: Add support for disconnecting LE links via mgmtVinicius Costa Gomes1-0/+3
2011-04-28Bluetooth: Add store_hint parameter to mgmt_new_keyJohan Hedberg1-1/+2
2011-04-28Bluetooth: Remove old_key_type from mgmt_ev_new_keyJohan Hedberg1-2/+1
2011-04-28Bluetooth: Fix link key persistent storage criteriaJohan Hedberg1-1/+1
2011-04-28Bluetooth: Add confirm_hint parameter to user confirmation requestsJohan Hedberg1-1/+3
2011-04-28Bluetooth: Add secure flag for mgmt_pin_code_reqWaldemar Rymarkiewicz1-1/+2
2011-04-28Bluetooth: Add discovering event to the Management interfaceJohan Hedberg1-0/+6
2011-04-28Bluetooth: Add basic discovery commands to the management interfaceJohan Hedberg1-1/+75
2011-04-05Bluetooth: Use GFP_KERNEL in user contextGustavo F. Padovan1-1/+1
2011-04-05Bluetooth: Don't use spin_lock_bh in user contextGustavo F. Padovan1-44/+44
2011-04-04Bluetooth: Add mgmt_remote_name eventJohan Hedberg1-0/+12
2011-04-04Bluetooth: Add mgmt_device_found eventJohan Hedberg1-0/+17
2011-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-0/+2
2011-03-31Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_replyJohan Hedberg1-0/+2
2011-03-31Bluetooth: Add local Extended Inquiry Response (EIR) supportJohan Hedberg1-0/+163
2011-03-31Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc1-0/+75
2011-03-31Bluetooth: Add read_local_oob_data management commandSzymon Janc1-0/+83
2011-03-31Bluetooth: Allow for NULL data in mgmt_pending_addSzymon Janc1-1/+2
2011-03-31Bluetooth: Rename cmd to param in pending_cmdSzymon Janc1-7/+7
2011-03-31Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg1-0/+75
2011-03-31Bluetooth: mgmt: Add local name information to read_info replyJohan Hedberg1-0/+4
2011-03-01Bluetooth: Fix some small code style issues in mgmt.cSzymon Janc1-9/+5
2011-03-01Bluetooth: Use variable name instead of type in sizeof()Szymon Janc1-1/+1
2011-03-01Bluetooth: Remove unused code from get_connectionsSzymon Janc1-6/+2
2011-03-01Bluetooth: Log all parameters in cmd_status for easier debuggingSzymon Janc1-1/+1
2011-03-01Bluetooth: Fix possible NULL pointer dereference in cmd_completeSzymon Janc1-1/+3
2011-02-27Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo1-2/+2
2011-02-27Bluetooth: Validate data size before accessing mgmt commandsSzymon Janc1-0/+52
2011-02-27Bluetooth: Move index to common header in management interfaceSzymon Janc1-227/+180
2011-02-27Bluetooth: Use proper command structure in remove_uuidSzymon Janc1-1/+1
2011-02-21Bluetooth: Fix unnecessary list traversal in mgmt_pending_removeJohan Hedberg1-28/+14
2011-02-21Bluetooth: Add mgmt_auth_failed eventJohan Hedberg1-0/+11
2011-02-21Bluetooth: Fix mgmt_pin_code_reply return parametersJohan Hedberg1-10/+13
2011-02-21Bluetooth: Fix mgmt_pin_code_reply command status opcodeJohan Hedberg1-1/+1
2011-02-21Bluetooth: Add management support for user confirmation requestJohan Hedberg1-0/+103
2011-02-21Bluetooth: Add mgmt_pair_device commandJohan Hedberg1-0/+133
2011-02-21Bluetooth: Make pending_add return a pointer to the added entryJohan Hedberg1-22/+40
2011-02-17Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc1-1/+1
2011-02-08Bluetooth: Add set_io_capability management commandJohan Hedberg1-0/+32
2011-02-08Bluetooth: Add support for PIN code handling in the management interfaceJohan Hedberg1-0/+141
2011-02-08Bluetooth: Create common cmd_complete function for mgmt.cJohan Hedberg1-160/+67