aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-79/+204
* Bluetooth: Add support for disconnecting LE links via mgmtVinicius Costa Gomes2011-05-111-0/+3
* Bluetooth: Add store_hint parameter to mgmt_new_keyJohan Hedberg2011-04-281-1/+2
* Bluetooth: Remove old_key_type from mgmt_ev_new_keyJohan Hedberg2011-04-281-2/+1
* Bluetooth: Fix link key persistent storage criteriaJohan Hedberg2011-04-281-1/+1
* Bluetooth: Add confirm_hint parameter to user confirmation requestsJohan Hedberg2011-04-281-1/+3
* Bluetooth: Add secure flag for mgmt_pin_code_reqWaldemar Rymarkiewicz2011-04-281-1/+2
* Bluetooth: Add discovering event to the Management interfaceJohan Hedberg2011-04-281-0/+6
* Bluetooth: Add basic discovery commands to the management interfaceJohan Hedberg2011-04-281-1/+75
* Bluetooth: Use GFP_KERNEL in user contextGustavo F. Padovan2011-04-051-1/+1
* Bluetooth: Don't use spin_lock_bh in user contextGustavo F. Padovan2011-04-051-44/+44
* Bluetooth: Add mgmt_remote_name eventJohan Hedberg2011-04-041-0/+12
* Bluetooth: Add mgmt_device_found eventJohan Hedberg2011-04-041-0/+17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-03-311-0/+2
|\
| * Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_replyJohan Hedberg2011-03-311-0/+2
* | Bluetooth: Add local Extended Inquiry Response (EIR) supportJohan Hedberg2011-03-311-0/+163
* | Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc2011-03-311-0/+75
* | Bluetooth: Add read_local_oob_data management commandSzymon Janc2011-03-311-0/+83
* | Bluetooth: Allow for NULL data in mgmt_pending_addSzymon Janc2011-03-311-1/+2
* | Bluetooth: Rename cmd to param in pending_cmdSzymon Janc2011-03-311-7/+7
* | Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg2011-03-311-0/+75
* | Bluetooth: mgmt: Add local name information to read_info replyJohan Hedberg2011-03-311-0/+4
|/
* 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