index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
mgmt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Unify advertising data code paths
Arman Uguray
2015-03-26
1
-91
/
+64
*
Bluetooth: Update supported_flags for AD features
Arman Uguray
2015-03-26
1
-3
/
+29
*
Bluetooth: Support the "tx-power" adv flag
Arman Uguray
2015-03-26
1
-0
/
+19
*
Bluetooth: Support the "managed-flags" adv flag
Arman Uguray
2015-03-26
1
-2
/
+9
*
Bluetooth: Support the "limited-discoverable" adv flag
Arman Uguray
2015-03-26
1
-1
/
+8
*
Bluetooth: Support the "discoverable" adv flag
Arman Uguray
2015-03-26
1
-8
/
+30
*
Bluetooth: Support the "connectable mode" adv flag
Arman Uguray
2015-03-26
1
-31
/
+56
*
Bluetooth: Fix minor typo in comment for static address setting
Marcel Holtmann
2015-03-25
1
-1
/
+1
*
Bluetooth: Filter list of supported commands/events for untrusted users
Marcel Holtmann
2015-03-24
1
-7
/
+46
*
Bluetooth: Add support for adv instance timeout
Arman Uguray
2015-03-24
1
-20
/
+81
*
Bluetooth: Add support for instance scan response
Arman Uguray
2015-03-24
1
-14
/
+52
*
Bluetooth: Implement the Remove Advertising command
Arman Uguray
2015-03-24
1
-0
/
+103
*
Bluetooth: Implement the Add Advertising command
Arman Uguray
2015-03-24
1
-10
/
+273
*
Bluetooth: Use HCI_MAX_AD_LENGTH constant instead hardcoded value
Marcel Holtmann
2015-03-20
1
-2
/
+2
*
Bluetooth: Gracefully response to enabling LE on LE only devices
Marcel Holtmann
2015-03-20
1
-2
/
+14
*
Bluetooth: Move generic mgmt command dispatcher to hci_sock.c
Johan Hedberg
2015-03-17
1
-111
/
+0
*
Bluetooth: Add hdev_init callback for HCI channels
Johan Hedberg
2015-03-17
1
-2
/
+3
*
Bluetooth: Add generic mgmt helper API
Johan Hedberg
2015-03-17
1
-196
/
+1
*
Bluetooth: Add channel parameter to mgmt_pending_find() API
Johan Hedberg
2015-03-17
1
-46
/
+62
*
Bluetooth: Add simultaneous dual mode scan
Jakub Pawlowski
2015-03-17
1
-3
/
+31
*
Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.
Jakub Pawlowski
2015-03-17
1
-65
/
+85
*
Bluetooth: Add support for Local OOB Extended Data Update events
Marcel Holtmann
2015-03-17
1
-0
/
+16
*
Bluetooth: Fix length for Read Local OOB Extended Data respone packet
Marcel Holtmann
2015-03-17
1
-1
/
+1
*
Bluetooth: Do not include LE SC out-of-band data if not enabled
Marcel Holtmann
2015-03-16
1
-8
/
+13
*
Bluetooth: Return LE SC confirm and random values for out-of-band data
Marcel Holtmann
2015-03-16
1
-2
/
+18
*
Bluetooth: Add simple version of Read Local OOB Extended Data command
Marcel Holtmann
2015-03-15
1
-1
/
+110
*
Bluetooth: Move eir_append_data function to a different location
Marcel Holtmann
2015-03-15
1
-11
/
+11
*
Bluetooth: Add simple version of Read Advertising Features command
Marcel Holtmann
2015-03-15
1
-0
/
+36
*
Bluetooth: Send global configuration updates to all management users
Marcel Holtmann
2015-03-15
1
-14
/
+20
*
Bluetooth: Add support for trust verification of management commands
Marcel Holtmann
2015-03-15
1
-0
/
+7
*
Bluetooth: Remove unneeded initializer for management command table
Marcel Holtmann
2015-03-15
1
-43
/
+43
*
Bluetooth: Add support for untrusted access to management commands
Marcel Holtmann
2015-03-15
1
-7
/
+14
*
Bluetooth: Consolidate socket channel sending function back into one
Marcel Holtmann
2015-03-15
1
-27
/
+7
*
Bluetooth: Add support for extended index management command
Marcel Holtmann
2015-03-15
1
-0
/
+80
*
Bluetooth: Add support for extended index management events
Marcel Holtmann
2015-03-15
1
-0
/
+28
*
Bluetooth: Use special function to send filter management index events
Marcel Holtmann
2015-03-15
1
-14
/
+50
*
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
Marcel Holtmann
2015-03-13
1
-1
/
+1
*
Bluetooth: Introduce hci_dev_test_and_set_flag helper macro
Marcel Holtmann
2015-03-13
1
-26
/
+20
*
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro
Marcel Holtmann
2015-03-13
1
-35
/
+31
*
Bluetooth: Introduce hci_dev_test_and_change_flag helper macro
Marcel Holtmann
2015-03-13
1
-1
/
+1
*
Bluetooth: Introduce hci_dev_change_flag helper macro
Marcel Holtmann
2015-03-13
1
-5
/
+5
*
Bluetooth: Introduce hci_dev_clear_flag helper macro
Marcel Holtmann
2015-03-13
1
-35
/
+33
*
Bluetooth: Introduce hci_dev_set_flag helper macro
Marcel Holtmann
2015-03-13
1
-20
/
+19
*
Bluetooth: Introduce hci_dev_test_flag helper macro
Marcel Holtmann
2015-03-13
1
-113
/
+111
*
Bluetooth: Add support connectable advertising setting
Marcel Holtmann
2015-03-13
1
-9
/
+30
*
Bluetooth: Increment management interface revision
Marcel Holtmann
2015-03-11
1
-1
/
+1
*
Bluetooth: Add 'Already Paired' error for Pair Device command
Johan Hedberg
2015-03-10
1
-0
/
+7
*
Bluetooth: Make Fast Connectable available while powered off
Johan Hedberg
2015-03-10
1
-18
/
+12
*
Bluetooth: Add mgmt_send_event() helper to send to any HCI channel
Johan Hedberg
2015-03-06
1
-3
/
+11
*
Bluetooth: Rename pending_cmd to mgmt_pending_cmd
Johan Hedberg
2015-03-06
1
-87
/
+89
[next]