aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-4/+11
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-10Bluetooth: Enable new connection establishment procedure.Jakub Pawlowski1-3/+4
2015-08-10Bluetooth: advertisement handling in new connect procedureJakub Pawlowski1-0/+6
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski1-1/+1
2015-08-06Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY eventJakub Pawlowski1-1/+1
2015-07-23Bluetooth: Move IRK checking logic in preparation to new connect methodJakub Pawlowski1-0/+23
2015-06-18Bluetooth: Fix warning of potentially uninitialized adv_instance variableJohan Hedberg1-6/+2
2015-06-18Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2015-06-18Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising()Florian Grandel1-1/+12
2015-06-18Bluetooth: mgmt: multi-adv for trigger_le_scan()Florian Grandel1-0/+1
2015-06-18Bluetooth: mgmt: program multi-adv on power onFlorian Grandel1-3/+17
2015-06-18Bluetooth: mgmt: multi adv for remove_advertising*()Florian Grandel1-21/+24
2015-06-18Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel1-35/+73
2015-06-18Bluetooth: mgmt: multi adv for clear_adv_instances()Florian Grandel1-16/+81
2015-06-18Bluetooth: mgmt: multi adv for set_advertising*()Florian Grandel1-6/+94
2015-06-18Bluetooth: mgmt: multi adv for create_instance_adv_data()Florian Grandel1-7/+16
2015-06-18Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data()Florian Grandel1-5/+12
2015-06-18Bluetooth: mgmt: multi adv for enable_advertising()Florian Grandel1-5/+12
2015-06-18Bluetooth: mgmt: improve get_adv_instance_flags() readabilityFlorian Grandel1-14/+16
2015-06-18Bluetooth: mgmt: multi adv for get_adv_instance_flags()Florian Grandel1-4/+9
2015-06-18Bluetooth: mgmt: multi adv for get_current_adv_instance()Florian Grandel1-1/+1
2015-06-18Bluetooth: mgmt: multi adv for read_adv_features()Florian Grandel1-10/+12
2015-06-18Bluetooth: mgmt: rename update_*_data_for_instance()Florian Grandel1-8/+6
2015-06-18Bluetooth: mgmt: dry update_scan_rsp_data()Florian Grandel1-33/+17
2015-06-18Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel1-16/+11
2015-06-18Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel1-1/+1
2015-06-10Bluetooth: Fix exposing full value of shortened LTKsJohan Hedberg1-1/+6
2015-05-26Bluetooth: mgmt: fix typosFlorian Grandel1-3/+3
2015-04-07Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg1-2/+152
2015-04-04Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann1-6/+8
2015-04-02Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann1-6/+19
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg1-40/+65
2015-03-29Bluetooth: Fix error returns for Read Local OOB Extended Data commandsMarcel Holtmann1-37/+34
2015-03-29Bluetooth: Move memory location outside of hci_dev lockMarcel Holtmann1-8/+6
2015-03-28Bluetooth: Update adv. parameters when conn. setting changesArman Uguray1-1/+2
2015-03-28Bluetooth: Use ADV_SCAN_IND for adv. instancesArman Uguray1-1/+20
2015-03-28Bluetooth: Fix using global connectable settings for advArman Uguray1-4/+10
2015-03-26Bluetooth: Unify advertising data code pathsArman Uguray1-91/+64
2015-03-26Bluetooth: Update supported_flags for AD featuresArman Uguray1-3/+29
2015-03-26Bluetooth: Support the "tx-power" adv flagArman Uguray1-0/+19
2015-03-26Bluetooth: Support the "managed-flags" adv flagArman Uguray1-2/+9
2015-03-26Bluetooth: Support the "limited-discoverable" adv flagArman Uguray1-1/+8
2015-03-26Bluetooth: Support the "discoverable" adv flagArman Uguray1-8/+30
2015-03-26Bluetooth: Support the "connectable mode" adv flagArman Uguray1-31/+56
2015-03-25Bluetooth: Fix minor typo in comment for static address settingMarcel Holtmann1-1/+1
2015-03-24Bluetooth: Filter list of supported commands/events for untrusted usersMarcel Holtmann1-7/+46
2015-03-24Bluetooth: Add support for adv instance timeoutArman Uguray1-20/+81
2015-03-24Bluetooth: Add support for instance scan responseArman Uguray1-14/+52
2015-03-24Bluetooth: Implement the Remove Advertising commandArman Uguray1-0/+103