summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: mgmt: Use more consistent error variable namesJohan Hedberg2012-02-171-9/+9
* Bluetooth: Remove unused member from cmd_lookup structJohan Hedberg2012-02-171-4/+3Star
* Bluetooth: Fix discovery state machineAndre Guedes2012-02-151-0/+2
* Bluetooth: Implement Read Supported Commands commands for mgmtJohan Hedberg2012-02-151-0/+99
* Bluetooth: Add Device Unpaired mgmt eventJohan Hedberg2012-02-131-6/+21
* Bluetooth: Fix mgmt_unpair_device command statusJohan Hedberg2012-02-131-1/+0Star
* Bluetooth: Add address type to mgmt_ev_auth_failedJohan Hedberg2012-02-131-2/+4
* Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg2012-02-131-6/+8
* Bluetooth: Add address type to Out Of Band mgmt messagesJohan Hedberg2012-02-131-2/+2
* Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg2012-02-131-48/+50
* Bluetooth: Update mgmt_disconnect to match latest APIJohan Hedberg2012-02-131-15/+13Star
* Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_deviceJohan Hedberg2012-02-131-26/+34
* Bluetooth: Add BT_DBG to mgmt_discovering()Andre Guedes2012-02-131-0/+2
* Bluetooth: Fix device_found event length for remote name resolvingJohan Hedberg2012-02-131-1/+2
* Bluetooth: Fix indentationAndre Guedes2012-02-131-1/+1
* Bluetooth: MGMT start discovery LE-Only supportAndre Guedes2012-02-131-1/+19
* Bluetooth: Add support for removing LTK's when pairing is removedVinicius Costa Gomes2012-02-131-0/+6
* Bluetooth: Add MGMT handlers for dealing with SMP LTK'sVinicius Costa Gomes2012-02-131-0/+80
* Bluetooth: Fix doing some useless casts when receiving MGMT commandsVinicius Costa Gomes2012-02-131-122/+83Star
* Bluetooth: mgmt: Implement Cancel Pair Device commandJohan Hedberg2012-02-131-0/+51
* Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg2012-02-131-2/+2
* Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg2012-02-131-15/+41
* Bluetooth: Merge device class into the EIR data in mgmt_ev_device_foundJohan Hedberg2012-02-131-7/+13
* Bluetooth: Add eir_len parameter to mgmt_ev_device_foundJohan Hedberg2012-02-131-13/+15
* Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg2012-02-131-5/+7
* Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes2012-02-131-2/+5
* Bluetooth: Sort to-be-resolved devices by RSSI during discoveryJohan Hedberg2012-02-131-1/+1
* Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg2012-02-131-15/+15
* Bluetooth: Add name resolving support for mgmt based discoveryJohan Hedberg2012-02-131-5/+32
* Bluetooth: Add discovery state trackingJohan Hedberg2012-02-131-0/+16
* Bluetooth: Rename hdev->inq_cache to hdev->discoveryJohan Hedberg2012-02-131-1/+1
* Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg2012-02-131-1/+50
* Bluetooth: Move Extended Inquiry Response defines to hci.hJohan Hedberg2012-02-131-12/+0Star
* Bluetooth: Fix mgmt_stop_discovery_failed()Andre Guedes2012-01-031-1/+1
* Bluetooth: Rename extfeaturesAndre Guedes2012-01-031-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/+7Star
| * 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