index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
mgmt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-18
Bluetooth: Fix warning of potentially uninitialized adv_instance variable
Johan Hedberg
1
-6
/
+2
2015-06-18
Bluetooth: Increment management interface revision
Marcel Holtmann
1
-1
/
+1
2015-06-18
Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising()
Florian Grandel
1
-1
/
+12
2015-06-18
Bluetooth: mgmt: multi-adv for trigger_le_scan()
Florian Grandel
1
-0
/
+1
2015-06-18
Bluetooth: mgmt: program multi-adv on power on
Florian Grandel
1
-3
/
+17
2015-06-18
Bluetooth: mgmt: multi adv for remove_advertising*()
Florian Grandel
1
-21
/
+24
2015-06-18
Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()
Florian Grandel
1
-35
/
+73
2015-06-18
Bluetooth: mgmt: multi adv for clear_adv_instances()
Florian Grandel
1
-16
/
+81
2015-06-18
Bluetooth: mgmt: multi adv for set_advertising*()
Florian Grandel
1
-6
/
+94
2015-06-18
Bluetooth: mgmt: multi adv for create_instance_adv_data()
Florian Grandel
1
-7
/
+16
2015-06-18
Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data()
Florian Grandel
1
-5
/
+12
2015-06-18
Bluetooth: mgmt: multi adv for enable_advertising()
Florian Grandel
1
-5
/
+12
2015-06-18
Bluetooth: mgmt: improve get_adv_instance_flags() readability
Florian Grandel
1
-14
/
+16
2015-06-18
Bluetooth: mgmt: multi adv for get_adv_instance_flags()
Florian Grandel
1
-4
/
+9
2015-06-18
Bluetooth: mgmt: multi adv for get_current_adv_instance()
Florian Grandel
1
-1
/
+1
2015-06-18
Bluetooth: mgmt: multi adv for read_adv_features()
Florian Grandel
1
-10
/
+12
2015-06-18
Bluetooth: mgmt: rename update_*_data_for_instance()
Florian Grandel
1
-8
/
+6
2015-06-18
Bluetooth: mgmt: dry update_scan_rsp_data()
Florian Grandel
1
-33
/
+17
2015-06-18
Bluetooth: hci_core/mgmt: move adv timeout to hdev
Florian Grandel
1
-16
/
+11
2015-06-18
Bluetooth: hci_core/mgmt: Introduce multi-adv list
Florian Grandel
1
-1
/
+1
2015-06-10
Bluetooth: Fix exposing full value of shortened LTKs
Johan Hedberg
1
-1
/
+6
2015-05-26
Bluetooth: mgmt: fix typos
Florian Grandel
1
-3
/
+3
2015-04-07
Bluetooth: Add local SSP OOB data to OOB ext data mgmt command
Johan Hedberg
1
-2
/
+152
2015-04-04
Bluetooth: Fix location of TX power field in LE advertising data
Marcel Holtmann
1
-6
/
+8
2015-04-02
Bluetooth: Disallow LE local out-of-band data when LE privacy is used
Marcel Holtmann
1
-6
/
+19
2015-04-02
Bluetooth: Convert local OOB data reading to use HCI request
Johan Hedberg
1
-40
/
+65
2015-03-29
Bluetooth: Fix error returns for Read Local OOB Extended Data commands
Marcel Holtmann
1
-37
/
+34
2015-03-29
Bluetooth: Move memory location outside of hci_dev lock
Marcel Holtmann
1
-8
/
+6
2015-03-28
Bluetooth: Update adv. parameters when conn. setting changes
Arman Uguray
1
-1
/
+2
2015-03-28
Bluetooth: Use ADV_SCAN_IND for adv. instances
Arman Uguray
1
-1
/
+20
2015-03-28
Bluetooth: Fix using global connectable settings for adv
Arman Uguray
1
-4
/
+10
2015-03-26
Bluetooth: Unify advertising data code paths
Arman Uguray
1
-91
/
+64
2015-03-26
Bluetooth: Update supported_flags for AD features
Arman Uguray
1
-3
/
+29
2015-03-26
Bluetooth: Support the "tx-power" adv flag
Arman Uguray
1
-0
/
+19
2015-03-26
Bluetooth: Support the "managed-flags" adv flag
Arman Uguray
1
-2
/
+9
2015-03-26
Bluetooth: Support the "limited-discoverable" adv flag
Arman Uguray
1
-1
/
+8
2015-03-26
Bluetooth: Support the "discoverable" adv flag
Arman Uguray
1
-8
/
+30
2015-03-26
Bluetooth: Support the "connectable mode" adv flag
Arman Uguray
1
-31
/
+56
2015-03-25
Bluetooth: Fix minor typo in comment for static address setting
Marcel Holtmann
1
-1
/
+1
2015-03-24
Bluetooth: Filter list of supported commands/events for untrusted users
Marcel Holtmann
1
-7
/
+46
2015-03-24
Bluetooth: Add support for adv instance timeout
Arman Uguray
1
-20
/
+81
2015-03-24
Bluetooth: Add support for instance scan response
Arman Uguray
1
-14
/
+52
2015-03-24
Bluetooth: Implement the Remove Advertising command
Arman Uguray
1
-0
/
+103
2015-03-24
Bluetooth: Implement the Add Advertising command
Arman Uguray
1
-10
/
+273
2015-03-20
Bluetooth: Use HCI_MAX_AD_LENGTH constant instead hardcoded value
Marcel Holtmann
1
-2
/
+2
2015-03-20
Bluetooth: Gracefully response to enabling LE on LE only devices
Marcel Holtmann
1
-2
/
+14
2015-03-17
Bluetooth: Move generic mgmt command dispatcher to hci_sock.c
Johan Hedberg
1
-111
/
+0
2015-03-17
Bluetooth: Add hdev_init callback for HCI channels
Johan Hedberg
1
-2
/
+3
2015-03-17
Bluetooth: Add generic mgmt helper API
Johan Hedberg
1
-196
/
+1
2015-03-17
Bluetooth: Add channel parameter to mgmt_pending_find() API
Johan Hedberg
1
-46
/
+62
[next]