index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
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: Fix address value for early disconnection events
Johan Hedberg
2014-03-20
1
-14
/
+2
*
Bluetooth: Fix passkey endianess in user_confirm and notify_passkey
Johan Hedberg
2014-03-19
1
-2
/
+2
*
Bluetooth: Fix Pair Device response parameters for pairing failure
Johan Hedberg
2014-03-19
1
-2
/
+14
*
Bluetooth: Convert uses of __constant_<foo> to <foo>
Joe Perches
2014-03-12
1
-13
/
+13
*
Bluetooth: Make LTK and CSRK only persisent when bonding
Marcel Holtmann
2014-03-10
1
-4
/
+5
*
Bluetooth: Add support for handling signature resolving keys
Marcel Holtmann
2014-03-09
1
-0
/
+30
*
Bluetooth: Fix expected key count debug logs
Johan Hedberg
2014-03-07
1
-3
/
+3
*
Bluetooth: Add protections for updating local random address
Johan Hedberg
2014-02-28
1
-0
/
+7
*
Bluetooth: Use __le64 type for LE random numbers
Marcel Holtmann
2014-02-28
1
-1
/
+1
*
Bluetooth: Add timer to force power off
Johan Hedberg
2014-02-27
1
-3
/
+13
*
Bluetooth: Fix disconnecting connections in non-connected states
Johan Hedberg
2014-02-27
1
-4
/
+40
*
Bluetooth: Fix response on confirm_name
Lukasz Rymanowski
2014-02-27
1
-4
/
+6
*
Bluetooth: Update background scan parameters
Andre Guedes
2014-02-26
1
-0
/
+15
*
Bluetooth: Connection parameters and resolvable address
Andre Guedes
2014-02-26
1
-0
/
+2
*
Bluetooth: Auto connection and power on
Andre Guedes
2014-02-26
1
-0
/
+13
*
Bluetooth: Temporarily stop background scanning on discovery
Andre Guedes
2014-02-26
1
-6
/
+6
*
Bluetooth: Move address type conversion to outside hci_connect_le
Andre Guedes
2014-02-26
1
-3
/
+13
*
Bluetooth: Refactor HCI connection code
Andre Guedes
2014-02-26
1
-4
/
+4
*
Bluetooth: Create hci_req_add_le_scan_disable helper
Andre Guedes
2014-02-26
1
-10
/
+2
*
Bluetooth: Fix advertising address type when toggling connectable
Johan Hedberg
2014-02-25
1
-10
/
+11
*
Bluetooth: Clean up HCI state when doing power off
Johan Hedberg
2014-02-24
1
-4
/
+66
*
Bluetooth: Don't clear HCI_ADVERTISING when powering off
Johan Hedberg
2014-02-24
1
-0
/
+4
*
Bluetooth: Don't clear HCI_CONNECTABLE when powering off
Johan Hedberg
2014-02-24
1
-0
/
+4
*
Bluetooth: Don't clear HCI_DISCOVERABLE when powering off
Johan Hedberg
2014-02-24
1
-0
/
+4
*
Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.c
Johan Hedberg
2014-02-24
1
-1
/
+5
*
Bluetooth: Move HCI_ADVERTISING handling into mgmt.c
Johan Hedberg
2014-02-24
1
-0
/
+8
*
Bluetooth: Enable RPA resolving if mgmt_set_privacy is called
Johan Hedberg
2014-02-24
1
-0
/
+5
*
Bluetooth: Use privacy mode for non-connectable advertising
Marcel Holtmann
2014-02-24
1
-2
/
+4
*
Bluetooth: Use unresolvable private address for active scanning
Marcel Holtmann
2014-02-24
1
-2
/
+6
*
Bluetooth: Add support for Set Privacy command
Johan Hedberg
2014-02-23
1
-1
/
+47
*
Bluetooth: Don't write static address during power on
Johan Hedberg
2014-02-23
1
-5
/
+0
*
Bluetooth: Use hci_update_random_address() for initiating LE scan
Johan Hedberg
2014-02-23
1
-2
/
+11
*
Bluetooth: Use hci_update_random_address() for enabling advertising
Johan Hedberg
2014-02-23
1
-2
/
+6
*
Bluetooth: Add timer for regenerating local RPA
Johan Hedberg
2014-02-23
1
-0
/
+27
*
Bluetooth: Add Privacy flag to mgmt supported/current settings
Johan Hedberg
2014-02-22
1
-0
/
+4
*
Bluetooth: Move enable/disable_advertising higher up in mgmt.c
Johan Hedberg
2014-02-22
1
-44
/
+44
*
Bluetooth: Fix issue with missing management event opcode
Marcel Holtmann
2014-02-22
1
-0
/
+1
*
Bluetooth: Provide option for changing LE advertising channel map
Marcel Holtmann
2014-02-21
1
-1
/
+1
*
Bluetooth: Add comment explainging store hint for long term keys
Marcel Holtmann
2014-02-20
1
-0
/
+11
*
Bluetooth: Don't send store hint for devices using identity addresses
Marcel Holtmann
2014-02-20
1
-1
/
+16
*
Bluetooth: Add support for sending New IRK event
Johan Hedberg
2014-02-19
1
-0
/
+15
*
Bluetooth: Move SMP LTK notification after key distribution
Johan Hedberg
2014-02-19
1
-3
/
+3
*
Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltk
Johan Hedberg
2014-02-19
1
-2
/
+7
*
Bluetooth: Use Identity Address in Device Found event
Johan Hedberg
2014-02-18
1
-2
/
+10
*
Bluetooth: Wait for SMP key distribution completion when pairing
Johan Hedberg
2014-02-18
1
-6
/
+19
*
Bluetooth: Fix removing any IRKs when unpairing devices
Johan Hedberg
2014-02-18
1
-0
/
+2
*
Bluetooth: Remove return values from functions that don't need them
Johan Hedberg
2014-02-18
1
-1
/
+1
*
Bluetooth: Fix missing address type check for removing LTKs
Johan Hedberg
2014-02-18
1
-3
/
+11
*
Bluetooth: Implement mgmt_load_irks command
Johan Hedberg
2014-02-18
1
-0
/
+79
*
Bluetooth: Restrict long term keys to public and static addresses
Marcel Holtmann
2014-02-17
1
-3
/
+13
[next]