aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-071-2/+0
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-021-2/+0
| |\
| | * Bluetooth: Set HCI_MGMT flag only in read_controller_infoJohan Hedberg2011-10-311-2/+0
* | | net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
|/ /
* | Bluetooth: Check 'dev_class' in mgmt_device_found()Andre Guedes2011-09-211-1/+3
* | Revert "Bluetooth: Add support for communicating keys with userspace"Vinicius Costa Gomes2011-09-211-45/+15
* | Bluetooth: Add mgmt events for blacklistingAntti Julku2011-09-211-6/+56
* | Bluetooth: Use the MEDIUM security level for pairingsVinicius Costa Gomes2011-09-211-5/+3
* | Bluetooth: Add mgmt command for fast connectable modeAntti Julku2011-09-211-0/+60
* | Bluetooth: Add link_type information to the mgmt Connected eventVinicius Costa Gomes2011-09-211-1/+2
* | Bluetooth: Add support for pairing via mgmt over LEVinicius Costa Gomes2011-09-211-2/+13
|/
* Bluetooth: Add support for storing the key sizeVinicius Costa Gomes2011-07-081-2/+2
* Bluetooth: Add support for communicating keys with userspaceVinicius Costa Gomes2011-07-081-15/+45
* Bluetooth: Fix potential deadlock in mgmtAndre Guedes2011-07-071-44/+44
* Bluetooth: Add blacklisting support for mgmt interfaceAntti Julku2011-06-161-0/+70
* Bluetooth: fix missing parameter for HCI_OP_DISCONNECTAnderson Lizardo2011-06-131-1/+1
* Bluetooth: Verify a pin code in pin_code_replyWaldemar Rymarkiewicz2011-06-081-12/+41
* Bluetooth: Remove a magic numberWaldemar Rymarkiewicz2011-06-081-1/+1
* Bluetooth: fix sparse & gcc warningsJohannes Berg2011-06-081-1/+1
* Bluetooth: Remove unnecessary use of hci_dev_list_lockJohan Hedberg2011-06-081-4/+0
* 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