summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)Author
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-10-31Bluetooth: Set HCI_MGMT flag only in read_controller_infoJohan Hedberg
2011-10-15Bluetooth: Fix missing cmd_status in mgmtGustavo F. Padovan
2011-10-14Bluetooth: Use list_for_each_entry() in mgmtGustavo F. Padovan
2011-10-14Bluetooth: Add missing cmd_status() in mgmtGustavo F. Padovan
2011-10-14Bluetooth: return proper error if sock_queue_rcv_skb() failsGustavo F. Padovan
2011-09-21Bluetooth: Check 'dev_class' in mgmt_device_found()Andre Guedes
2011-09-21Revert "Bluetooth: Add support for communicating keys with userspace"Vinicius Costa Gomes
2011-09-21Bluetooth: Add mgmt events for blacklistingAntti Julku
2011-09-21Bluetooth: Use the MEDIUM security level for pairingsVinicius Costa Gomes
2011-09-21Bluetooth: Add mgmt command for fast connectable modeAntti Julku
2011-09-21Bluetooth: Add link_type information to the mgmt Connected eventVinicius Costa Gomes
2011-09-21Bluetooth: Add support for pairing via mgmt over LEVinicius Costa Gomes
2011-07-08Bluetooth: Add support for storing the key sizeVinicius Costa Gomes
2011-07-08Bluetooth: Add support for communicating keys with userspaceVinicius Costa Gomes
2011-07-07Bluetooth: Fix potential deadlock in mgmtAndre Guedes
2011-06-16Bluetooth: Add blacklisting support for mgmt interfaceAntti Julku
2011-06-13Bluetooth: fix missing parameter for HCI_OP_DISCONNECTAnderson Lizardo
2011-06-08Bluetooth: Verify a pin code in pin_code_replyWaldemar Rymarkiewicz
2011-06-08Bluetooth: Remove a magic numberWaldemar Rymarkiewicz
2011-06-08Bluetooth: fix sparse & gcc warningsJohannes Berg
2011-06-08Bluetooth: Remove unnecessary use of hci_dev_list_lockJohan Hedberg
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