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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Bluetooth: Add hci_update_random_address() convenience function
Johan Hedberg
2014-02-23
1
-0
/
+55
|
|
*
Bluetooth: Add timer for regenerating local RPA
Johan Hedberg
2014-02-23
2
-0
/
+31
|
|
*
Bluetooth: Add SMP function for generating RPAs
Johan Hedberg
2014-02-23
2
-0
/
+19
|
|
*
Bluetooth: Set the correct values for Identity Address Information
Johan Hedberg
2014-02-23
1
-2
/
+7
|
|
*
Bluetooth: Ensure hci_conn always contains the local identity address
Johan Hedberg
2014-02-23
1
-0
/
+20
|
|
*
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: Add initial code for distributing local IRK
Johan Hedberg
2014-02-22
1
-2
/
+4
|
|
*
Bluetooth: Add helper variables to smp_distribute_keys()
Johan Hedberg
2014-02-22
1
-8
/
+9
|
|
*
Bluetooth: Fix issue with missing management event opcode
Marcel Holtmann
2014-02-22
1
-0
/
+1
|
|
*
Bluetooth: Fix iterating wrong list in hci_remove_irk()
Johan Hedberg
2014-02-21
1
-1
/
+1
|
|
*
Bluetooth: Increase minor version of core module
Marcel Holtmann
2014-02-21
1
-1
/
+1
|
|
*
Bluetooth: Provide option for changing LE advertising channel map
Marcel Holtmann
2014-02-21
2
-1
/
+32
|
|
*
Bluetooth: Fix channel check when binding RFCOMM sock
Andrzej Kaczmarek
2014-02-20
1
-6
/
+12
|
|
*
Bluetooth: Track the current configured random address
Marcel Holtmann
2014-02-20
2
-0
/
+50
|
|
*
Bluetooth: Replace own_address_type with force_static_address debugfs
Marcel Holtmann
2014-02-20
1
-33
/
+62
|
|
*
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
2
-0
/
+18
|
|
*
Bluetooth: Move SMP LTK notification after key distribution
Johan Hedberg
2014-02-19
3
-17
/
+29
|
|
*
Bluetooth: Track SMP keys in the SMP context
Johan Hedberg
2014-02-19
2
-8
/
+16
|
|
*
Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltk
Johan Hedberg
2014-02-19
2
-9
/
+8
|
|
*
Bluetooth: Return added key when adding LTKs and IRKs
Johan Hedberg
2014-02-19
1
-10
/
+11
|
|
*
Bluetooth: Avoid using GFP_ATOMIC where not necessary
Johan Hedberg
2014-02-19
1
-4
/
+4
|
|
*
Bluetooth: Use same LE min/max connection event length during update
Marcel Holtmann
2014-02-19
1
-2
/
+2
|
|
*
Bluetooth: Expose current list of identity resolving keys via debugfs
Marcel Holtmann
2014-02-19
1
-0
/
+33
|
|
*
Bluetooth: Fix wrong identity address during connection failures
Marcel Holtmann
2014-02-19
2
-2
/
+23
|
|
*
Bluetooth: Use connection address for reporting connection failures
Marcel Holtmann
2014-02-19
1
-1
/
+1
|
|
*
Bluetooth: Report identity address when remote device connects
Marcel Holtmann
2014-02-19
1
-1
/
+1
|
|
*
Bluetooth: Print error when dropping L2CAP data
Szymon Janc
2014-02-18
1
-1
/
+3
|
|
*
Bluetooth: Use Identity Address in Device Found event
Johan Hedberg
2014-02-18
1
-2
/
+10
|
|
*
Bluetooth: Look up RPA for connection requests with Identity Address
Johan Hedberg
2014-02-18
1
-5
/
+14
|
|
*
Bluetooth: Don't try to look up private addresses as Identity Address
Johan Hedberg
2014-02-18
1
-0
/
+4
|
|
*
Bluetooth: Wait for SMP key distribution completion when pairing
Johan Hedberg
2014-02-18
3
-6
/
+25
|
|
*
Bluetooth: Fix updating Identity Address in L2CAP channels
Johan Hedberg
2014-02-18
2
-0
/
+19
|
|
*
Bluetooth: Track the LE Identity Address in struct hci_conn
Johan Hedberg
2014-02-18
2
-0
/
+12
|
|
*
Bluetooth: Remove SMP data specific crypto context
Johan Hedberg
2014-02-18
2
-13
/
+15
|
|
*
Bluetooth: Fix removing any IRKs when unpairing devices
Johan Hedberg
2014-02-18
2
-0
/
+17
|
|
*
Bluetooth: Fix completing SMP as peripheral when no keys are expected
Johan Hedberg
2014-02-18
1
-1
/
+1
|
|
*
Bluetooth: Fix hci_remove_ltk failure when no match is found
Johan Hedberg
2014-02-18
1
-1
/
+3
|
|
*
Bluetooth: Remove return values from functions that don't need them
Johan Hedberg
2014-02-18
2
-18
/
+10
|
|
*
Bluetooth: Fix missing address type check for removing LTKs
Johan Hedberg
2014-02-18
2
-5
/
+13
|
|
*
Bluetooth: Fix properly ignoring unexpected SMP PDUs
Johan Hedberg
2014-02-18
1
-0
/
+16
|
|
*
Bluetooth: Enable support for remote IRK distribution
Johan Hedberg
2014-02-18
2
-7
/
+77
|
|
*
Bluetooth: Implement mgmt_load_irks command
Johan Hedberg
2014-02-18
1
-0
/
+79
|
|
*
Bluetooth: Add basic IRK management support
Johan Hedberg
2014-02-18
1
-0
/
+70
|
|
*
Bluetooth: Add AES crypto context for each HCI device
Johan Hedberg
2014-02-18
1
-1
/
+16
|
|
*
Bluetooth: Add smp_irk_matches helper function
Johan Hedberg
2014-02-18
2
-0
/
+49
|
|
*
Bluetooth: Fix minor whitespace issues in SMP code
Johan Hedberg
2014-02-18
2
-2
/
+0
|
|
*
Bluetooth: Fix missing PDU length checks for SMP
Johan Hedberg
2014-02-18
1
-0
/
+25
[prev]
[next]