summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix mgmt_stop_discovery_failed()Andre Guedes2012-01-031-1/+1
* Bluetooth: Rename extfeaturesAndre Guedes2012-01-021-1/+1
* Bluetooth: Add SMP to User Passkey and ConfirmBrian Gix2011-12-221-1/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-12-191-333/+363
|\
| * Bluetooth: Use correct struct for user_confirm_neg_replyJohan Hedberg2011-12-181-1/+1
| * Bluetooth: Add timer for automatically disabling the service cacheJohan Hedberg2011-12-181-5/+35
| * Bluetooth: Move EIR and CoD update functions to a better positionJohan Hedberg2011-12-181-173/+173
| * Bluetooth: Remove mgmt_set_service_cacheJohan Hedberg2011-12-181-49/+7
| * Bluetooth: Move mgmt_set_fast_connectable to the right locationJohan Hedberg2011-12-181-6/+6
| * Bluetooth: Update mgmt_read_info and related mgmt messagesJohan Hedberg2011-12-181-52/+94
| * Bluetooth: Use system workqueue to schedule power_onGustavo F. Padovan2011-12-181-1/+1
| * Bluetooth: move power_off to system workqueueGustavo F. Padovan2011-12-181-1/+1
| * Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-181-52/+52
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-12-061-163/+497
|\|
| * Bluetooth: Add User Passkey Response handlingBrian Gix2011-12-011-1/+73
| * Bluetooth: Differentiate LE User Pairing ResponsesBrian Gix2011-11-211-0/+24
| * Bluetooth: User Pairing Response restructuringBrian Gix2011-11-211-29/+47
| * Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg2011-11-161-2/+8
| * Bluetooth: Add missing cmd_complete for mgmt_load_link_keysJohan Hedberg2011-11-161-0/+2
| * Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg2011-11-161-91/+224
| * Bluetooth: Return success instead of EALREADY for mgmt commandsJohan Hedberg2011-11-161-12/+14
| * Bluetooth: Fix mgmt_pair_device imediate error responsesJohan Hedberg2011-11-161-2/+11
| * Bluetooth: Add address type to mgmt_pair_deviceJohan Hedberg2011-11-161-7/+6
| * Bluetooth: mgmt_stop_discovery_failed()Andre Guedes2011-11-161-0/+15
| * Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes2011-11-161-1/+1
| * Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg2011-11-101-2/+13
| * Bluetooth: Add proper response to mgmt_remove_keys commandJohan Hedberg2011-11-101-11/+50
| * Bluetooth: Fix deadlock with mgmt_pair_deviceJohan Hedberg2011-11-101-5/+0
| * Bluetooth: Add public/random LE address information to mgmt messagesJohan Hedberg2011-11-101-13/+22
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
|\ \ | |/ |/|
| * 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: Remove redundant hci_dev comparisons in mgmt lookupsJohan Hedberg2011-11-091-13/+2
* | | Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmdJohan Hedberg2011-11-091-1/+1
* | | Bluetooth: Fix cancel_delayed_work_sync usage with locksJohan Hedberg2011-11-091-2/+2
* | | Bluetooth: Add missing hci_dev locking when calling mgmt functionsJohan Hedberg2011-11-091-6/+7
* | | Bluetooth: Move pending management command list into struct hci_devJohan Hedberg2011-11-091-40/+39
* | | Bluetooth: Pass full hci_dev struct to mgmt callbacksJohan Hedberg2011-11-091-100/+106
* | | Bluetooth: Add address type fields to mgmt messages that need themJohan Hedberg2011-11-081-12/+35
* | | Bluetooth: Update link key mgmt APIs to match latest spec.Johan Hedberg2011-11-081-20/+23
* | | Bluetooth: Fix response for mgmt_start_discovery when powered offJohan Hedberg2011-11-081-0/+5
* | | Bluetooth: Remove redundant code from mgmt_block & mgmt_unblockJohan Hedberg2011-11-081-21/+0
* | | Bluetooth: Convert power off mechanism to use delayed_workJohan Hedberg2011-11-081-3/+5
* | | Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable failsJohan Hedberg2011-11-081-0/+13
* | | Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg2011-11-081-1/+6
* | | Bluetooth: Create hci_cancel_inquiry()Andre Guedes2011-11-081-1/+1
* | | Bluetooth: Create hci_do_inquiry()Andre Guedes2011-11-081-8/+3
* | | Bluetooth: Fix mgmt response when adapter goes down or is removedJohan Hedberg2011-11-071-1/+18