aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville1-163/+497
2011-12-01Bluetooth: Add User Passkey Response handlingBrian Gix1-1/+73
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-21Bluetooth: Differentiate LE User Pairing ResponsesBrian Gix1-0/+24
2011-11-21Bluetooth: User Pairing Response restructuringBrian Gix1-29/+47
2011-11-16Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg1-2/+8
2011-11-16Bluetooth: Add missing cmd_complete for mgmt_load_link_keysJohan Hedberg1-0/+2
2011-11-16Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg1-91/+224
2011-11-16Bluetooth: Return success instead of EALREADY for mgmt commandsJohan Hedberg1-12/+14
2011-11-16Bluetooth: Fix mgmt_pair_device imediate error responsesJohan Hedberg1-2/+11
2011-11-16Bluetooth: Add address type to mgmt_pair_deviceJohan Hedberg1-7/+6
2011-11-16Bluetooth: mgmt_stop_discovery_failed()Andre Guedes1-0/+15
2011-11-16Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes1-1/+1
2011-11-10Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg1-2/+13
2011-11-10Bluetooth: Add proper response to mgmt_remove_keys commandJohan Hedberg1-11/+50
2011-11-10Bluetooth: Fix deadlock with mgmt_pair_deviceJohan Hedberg1-5/+0
2011-11-10Bluetooth: Add public/random LE address information to mgmt messagesJohan Hedberg1-13/+22
2011-11-09Bluetooth: Remove redundant hci_dev comparisons in mgmt lookupsJohan Hedberg1-13/+2
2011-11-09Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmdJohan Hedberg1-1/+1
2011-11-09Bluetooth: Fix cancel_delayed_work_sync usage with locksJohan Hedberg1-2/+2
2011-11-09Bluetooth: Add missing hci_dev locking when calling mgmt functionsJohan Hedberg1-6/+7
2011-11-09Bluetooth: Move pending management command list into struct hci_devJohan Hedberg1-40/+39
2011-11-09Bluetooth: Pass full hci_dev struct to mgmt callbacksJohan Hedberg1-100/+106
2011-11-08Bluetooth: Add address type fields to mgmt messages that need themJohan Hedberg1-12/+35
2011-11-08Bluetooth: Update link key mgmt APIs to match latest spec.Johan Hedberg1-20/+23
2011-11-08Bluetooth: Fix response for mgmt_start_discovery when powered offJohan Hedberg1-0/+5
2011-11-08Bluetooth: Remove redundant code from mgmt_block & mgmt_unblockJohan Hedberg1-21/+0
2011-11-08Bluetooth: Convert power off mechanism to use delayed_workJohan Hedberg1-3/+5
2011-11-08Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable failsJohan Hedberg1-0/+13
2011-11-08Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg1-1/+6
2011-11-08Bluetooth: Create hci_cancel_inquiry()Andre Guedes1-1/+1
2011-11-08Bluetooth: Create hci_do_inquiry()Andre Guedes1-8/+3
2011-11-07Bluetooth: Fix mgmt response when adapter goes down or is removedJohan Hedberg1-1/+18
2011-11-07Bluetooth: Set HCI_MGMT flag only in read_controller_infoJohan Hedberg1-2/+0
2011-11-07Bluetooth: Fix command complete/status for discovery commandsJohan Hedberg1-0/+27
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz1-22/+10
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+0
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothJohn W. Linville1-2/+0
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-10-31Bluetooth: Set HCI_MGMT flag only in read_controller_infoJohan Hedberg1-2/+0
2011-10-15Bluetooth: Fix missing cmd_status in mgmtGustavo F. Padovan1-0/+3
2011-10-14Bluetooth: Use list_for_each_entry() in mgmtGustavo F. Padovan1-5/+2
2011-10-14Bluetooth: Add missing cmd_status() in mgmtGustavo F. Padovan1-2/+2
2011-10-14Bluetooth: return proper error if sock_queue_rcv_skb() failsGustavo F. Padovan1-4/+8
2011-09-21Bluetooth: Check 'dev_class' in mgmt_device_found()Andre Guedes1-1/+3
2011-09-21Revert "Bluetooth: Add support for communicating keys with userspace"Vinicius Costa Gomes1-45/+15
2011-09-21Bluetooth: Add mgmt events for blacklistingAntti Julku1-6/+56
2011-09-21Bluetooth: Use the MEDIUM security level for pairingsVinicius Costa Gomes1-5/+3
2011-09-21Bluetooth: Add mgmt command for fast connectable modeAntti Julku1-0/+60
2011-09-21Bluetooth: Add link_type information to the mgmt Connected eventVinicius Costa Gomes1-1/+2