summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Take advantage of connection abort helpersJohan Hedberg2015-10-221-33/+3Star
* Bluetooth: Fix crash in SMP when unpairingJohan Hedberg2015-10-221-0/+3
* Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg2015-10-221-0/+10
* Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg2015-10-211-23/+32
* Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-211-4/+6
* Bluetooth: Add le_addr_type() helper functionJohan Hedberg2015-10-211-38/+18Star
* Bluetooth: Fix removing connection parameters when unpairingJohan Hedberg2015-10-211-5/+7
* Bluetooth: Don't use remote address type to decide IRK persistencyJohan Hedberg2015-10-211-16/+2Star
* Bluetooth: Fix initializing conn_params in scan phaseJakub Pawlowski2015-10-161-1/+5
* Bluetooth: Fix remove_device behavior for explicit connectsJohan Hedberg2015-10-161-1/+6
* Bluetooth: Fix LE reconnection logicJohan Hedberg2015-10-161-1/+4
* Bluetooth: Fix double scan updatesJakub Pawlowski2015-10-161-1/+5
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-08-181-4/+11
|\
| * Bluetooth: Enable new connection establishment procedure.Jakub Pawlowski2015-08-101-3/+4
| * Bluetooth: advertisement handling in new connect procedureJakub Pawlowski2015-08-101-0/+6
| * Bluetooth: add hci_lookup_le_connectJakub Pawlowski2015-08-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-1/+1
|\ \ | |/ |/|
| * Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY eventJakub Pawlowski2015-08-061-1/+1
* | Bluetooth: Move IRK checking logic in preparation to new connect methodJakub Pawlowski2015-07-231-0/+23
|/
* Bluetooth: Fix warning of potentially uninitialized adv_instance variableJohan Hedberg2015-06-181-6/+2Star
* Bluetooth: Increment management interface revisionMarcel Holtmann2015-06-181-1/+1
* Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising()Florian Grandel2015-06-181-1/+12
* Bluetooth: mgmt: multi-adv for trigger_le_scan()Florian Grandel2015-06-181-0/+1
* Bluetooth: mgmt: program multi-adv on power onFlorian Grandel2015-06-181-3/+17
* Bluetooth: mgmt: multi adv for remove_advertising*()Florian Grandel2015-06-181-21/+24
* Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel2015-06-181-35/+73
* Bluetooth: mgmt: multi adv for clear_adv_instances()Florian Grandel2015-06-181-16/+81
* Bluetooth: mgmt: multi adv for set_advertising*()Florian Grandel2015-06-181-6/+94
* Bluetooth: mgmt: multi adv for create_instance_adv_data()Florian Grandel2015-06-181-7/+16
* Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data()Florian Grandel2015-06-181-5/+12
* Bluetooth: mgmt: multi adv for enable_advertising()Florian Grandel2015-06-181-5/+12
* Bluetooth: mgmt: improve get_adv_instance_flags() readabilityFlorian Grandel2015-06-181-14/+16
* Bluetooth: mgmt: multi adv for get_adv_instance_flags()Florian Grandel2015-06-181-4/+9
* Bluetooth: mgmt: multi adv for get_current_adv_instance()Florian Grandel2015-06-181-1/+1
* Bluetooth: mgmt: multi adv for read_adv_features()Florian Grandel2015-06-181-10/+12
* Bluetooth: mgmt: rename update_*_data_for_instance()Florian Grandel2015-06-181-8/+6Star
* Bluetooth: mgmt: dry update_scan_rsp_data()Florian Grandel2015-06-181-33/+17Star
* Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel2015-06-181-16/+11Star
* Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel2015-06-181-1/+1
* Bluetooth: Fix exposing full value of shortened LTKsJohan Hedberg2015-06-101-1/+6
* Bluetooth: mgmt: fix typosFlorian Grandel2015-05-261-3/+3
* Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg2015-04-071-2/+152
* Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann2015-04-041-6/+8
* Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann2015-04-021-6/+19
* Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg2015-04-021-40/+65
* Bluetooth: Fix error returns for Read Local OOB Extended Data commandsMarcel Holtmann2015-03-291-37/+34Star
* Bluetooth: Move memory location outside of hci_dev lockMarcel Holtmann2015-03-291-8/+6Star
* Bluetooth: Update adv. parameters when conn. setting changesArman Uguray2015-03-281-1/+2
* Bluetooth: Use ADV_SCAN_IND for adv. instancesArman Uguray2015-03-281-1/+20
* Bluetooth: Fix using global connectable settings for advArman Uguray2015-03-281-4/+10