index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
mgmt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-08
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-26
Bluetooth: Fix minor typo in comment for static address setting
Marcel Holtmann
1
-1
/
+1
2015-03-25
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
2015-03-17
Bluetooth: Add simultaneous dual mode scan
Jakub Pawlowski
1
-3
/
+31
2015-03-17
Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.
Jakub Pawlowski
1
-65
/
+85
2015-03-17
Bluetooth: Add support for Local OOB Extended Data Update events
Marcel Holtmann
1
-0
/
+16
2015-03-17
Bluetooth: Fix length for Read Local OOB Extended Data respone packet
Marcel Holtmann
1
-1
/
+1
2015-03-16
Bluetooth: Do not include LE SC out-of-band data if not enabled
Marcel Holtmann
1
-8
/
+13
2015-03-16
Bluetooth: Return LE SC confirm and random values for out-of-band data
Marcel Holtmann
1
-2
/
+18
2015-03-15
Bluetooth: Add simple version of Read Local OOB Extended Data command
Marcel Holtmann
1
-1
/
+110
2015-03-15
Bluetooth: Move eir_append_data function to a different location
Marcel Holtmann
1
-11
/
+11
2015-03-15
Bluetooth: Add simple version of Read Advertising Features command
Marcel Holtmann
1
-0
/
+36
2015-03-15
Bluetooth: Send global configuration updates to all management users
Marcel Holtmann
1
-14
/
+20
2015-03-15
Bluetooth: Add support for trust verification of management commands
Marcel Holtmann
1
-0
/
+7
2015-03-15
Bluetooth: Remove unneeded initializer for management command table
Marcel Holtmann
1
-43
/
+43
2015-03-15
Bluetooth: Add support for untrusted access to management commands
Marcel Holtmann
1
-7
/
+14
2015-03-15
Bluetooth: Consolidate socket channel sending function back into one
Marcel Holtmann
1
-27
/
+7
2015-03-15
Bluetooth: Add support for extended index management command
Marcel Holtmann
1
-0
/
+80
2015-03-15
Bluetooth: Add support for extended index management events
Marcel Holtmann
1
-0
/
+28
2015-03-15
Bluetooth: Use special function to send filter management index events
Marcel Holtmann
1
-14
/
+50
2015-03-13
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
Marcel Holtmann
1
-1
/
+1
2015-03-13
Bluetooth: Introduce hci_dev_test_and_set_flag helper macro
Marcel Holtmann
1
-26
/
+20
2015-03-13
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro
Marcel Holtmann
1
-35
/
+31
2015-03-13
Bluetooth: Introduce hci_dev_test_and_change_flag helper macro
Marcel Holtmann
1
-1
/
+1
2015-03-13
Bluetooth: Introduce hci_dev_change_flag helper macro
Marcel Holtmann
1
-5
/
+5
[next]