Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9783de20967a59d7627772bf77fc8066c47bef79
/
net
/
bluetooth
/
hci_core.c
4bc58f5
Bluetooth: Make SMP context private to smp.c
by Johan Hedberg
· 11 years ago
31ad169
Bluetooth: Add conn info lifetime parameters to debugfs
by Andrzej Kaczmarek
· 11 years ago
b9a7a61
Bluetooth: Add new debugfs parameter
by Lukasz Rymanowski
· 11 years ago
8002d77
Bluetooth: Remove unnecessary NULL check in hci_inquiry_cache_update
by Johan Hedberg
· 11 years ago
01735bb
Bluetooth: Remove redundant NULL check
by Johan Hedberg
· 11 years ago
4408dd1
Bluetooth: Use memdup_user in le_auto_conn_write()
by Andre Guedes
· 11 years ago
dcf4adb
Bluetooth: Convert uses of __constant_<foo> to <foo>
by Joe Perches
· 11 years ago
4340a12
Bluetooth: Enable duplicates filter in background scan
by Andre Guedes
· 11 years ago
8d97250
Bluetooth: Add protections for updating local random address
by Johan Hedberg
· 11 years ago
fe39c7b
Bluetooth: Use __le64 type for LE random numbers
by Marcel Holtmann
· 11 years ago
d2ab0ac
Bluetooth: Add support for storing LE white list entries
by Marcel Holtmann
· 11 years ago
747d3f0
Bluetooth: Clear all LE white list entries when powering controller
by Marcel Holtmann
· 11 years ago
c950749
Bluetooth: Make hci_blacklist_clear function static
by Marcel Holtmann
· 11 years ago
a1f4c31
Bluetooth: Add hci_copy_identity_address convenience function
by Johan Hedberg
· 11 years ago
8ef30fd
Bluetooth: Create hci_req_add_le_passive_scan helper
by Andre Guedes
· 11 years ago
7d474e0
Bluetooth: Add le_auto_conn file on debugfs
by Andre Guedes
· 11 years ago
a9b0a04
Bluetooth: Connection parameters and resolvable address
by Andre Guedes
· 11 years ago
6046dc3
Bluetooth: Auto connection and power on
by Andre Guedes
· 11 years ago
c54c386
Bluetooth: Temporarily stop background scanning on discovery
by Andre Guedes
· 11 years ago
cef952c
Bluetooth: Connection parameters and auto connection
by Andre Guedes
· 11 years ago
9fcb18e
Bluetooth: Introduce LE auto connect options
by Andre Guedes
· 11 years ago
a4790db
Bluetooth: Introduce LE auto connection infrastructure
by Andre Guedes
· 11 years ago
77a77a3
Bluetooth: Introduce hdev->pend_le_conn list
by Andre Guedes
· 11 years ago
b1efcc2
Bluetooth: Create hci_req_add_le_scan_disable helper
by Andre Guedes
· 11 years ago
4518bb0
Bluetooth: Fix canceling RPA expiry timer
by Johan Hedberg
· 11 years ago
473deef2c9
Bluetooth: Export current local RPA with identity information
by Marcel Holtmann
· 11 years ago
2b5224d
Bluetooth: Store current RPA and update it if needed
by Marcel Holtmann
· 11 years ago
94b1fc9
Bluetooth: Use unresolvable private address for active scanning
by Marcel Holtmann
· 11 years ago
ac34581
Bluetooth: Expose current identity information in debugfs
by Marcel Holtmann
· 11 years ago
7bf3204
Bluetooth: Remove unneeded hdev->own_addr_type
by Johan Hedberg
· 11 years ago
c982b2e
Bluetooth: Add debugfs entry for RPA regeneration timeout
by Johan Hedberg
· 11 years ago
ebd3a74
Bluetooth: Add hci_update_random_address() convenience function
by Johan Hedberg
· 11 years ago
d6bfd59
Bluetooth: Add timer for regenerating local RPA
by Johan Hedberg
· 11 years ago
668b7b1
Bluetooth: Fix iterating wrong list in hci_remove_irk()
by Johan Hedberg
· 11 years ago
3f959d4
Bluetooth: Provide option for changing LE advertising channel map
by Marcel Holtmann
· 11 years ago
7a4cd51
Bluetooth: Track the current configured random address
by Marcel Holtmann
· 11 years ago
b32bba6
Bluetooth: Replace own_address_type with force_static_address debugfs
by Marcel Holtmann
· 11 years ago
35d7027
Bluetooth: Move SMP LTK notification after key distribution
by Johan Hedberg
· 11 years ago
ba74b66
Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltk
by Johan Hedberg
· 11 years ago
ca9142b
Bluetooth: Return added key when adding LTKs and IRKs
by Johan Hedberg
· 11 years ago
0a14ab4
Bluetooth: Avoid using GFP_ATOMIC where not necessary
by Johan Hedberg
· 11 years ago
3698d70
Bluetooth: Expose current list of identity resolving keys via debugfs
by Marcel Holtmann
· 11 years ago
6cfc998
Bluetooth: Don't try to look up private addresses as Identity Address
by Johan Hedberg
· 11 years ago
a7ec733
Bluetooth: Fix removing any IRKs when unpairing devices
by Johan Hedberg
· 11 years ago
c51ffa0
Bluetooth: Fix hci_remove_ltk failure when no match is found
by Johan Hedberg
· 11 years ago
35f7498
Bluetooth: Remove return values from functions that don't need them
by Johan Hedberg
· 11 years ago
e0b2b27
Bluetooth: Fix missing address type check for removing LTKs
by Johan Hedberg
· 11 years ago
970c4e4
Bluetooth: Add basic IRK management support
by Johan Hedberg
· 11 years ago
99780a7
Bluetooth: Add AES crypto context for each HCI device
by Johan Hedberg
· 11 years ago
c6beca0
Bluetooth: Allow HCI User Channel usage for controllers without address
by Marcel Holtmann
· 11 years ago
0fe442f
Bluetooth: Fix sending wrong store hint for new long term keys
by Marcel Holtmann
· 11 years ago
15819a7
Bluetooth: Introduce connection parameters list
by Andre Guedes
· 11 years ago
626bee8
Bluetooth: Remove use_debug_keys debugfs entry
by Marcel Holtmann
· 11 years ago
98a0b84
Bluetooth: Fix differentiating stored master vs slave LTK types
by Johan Hedberg
· 11 years ago
a513e26
Bluetooth: Remove unnecessary LTK type check from hci_add_ltk
by Johan Hedberg
· 11 years ago
21b93b7
Bluetooth: Make LTK key type check more readable
by Johan Hedberg
· 11 years ago
f813f1b
Bluetooth: Fix long_term_keys debugfs output
by Johan Hedberg
· 11 years ago
134c2a8
Bluetooth: Add debugfs entry to show Secure Connections Only mode
by Marcel Holtmann
· 11 years ago
0798872
Bluetooth: Add internal function for storing P-192 and P-256 data
by Marcel Holtmann
· 11 years ago
519ca9d
Bluetooth: Provide remote OOB data for Secure Connections
by Marcel Holtmann
· 11 years ago
5afeac1
Bluetooth: Add debugfs quirk for forcing Secure Connections support
by Marcel Holtmann
· 11 years ago
a6d0d69
Bluetooth: Enable Secure Connection during power on if configured
by Marcel Holtmann
· 11 years ago
40c59fc
Bluetooth: Enable Authenticated Payload Timeout Expired event
by Marcel Holtmann
· 11 years ago
f9f462f
Bluetooth: Add quirk for disabling Delete Stored Link Key command
by Marcel Holtmann
· 11 years ago
8986310
Bluetooth: Manually enable or disable 6LoWPAN between devices
by Jukka Rissanen
· 11 years ago
53b834d2
Bluetooth: Use macros for connectionless slave broadcast features
by Marcel Holtmann
· 11 years ago
bef34c0
Bluetooth: Set default own address type only during controller setup
by Marcel Holtmann
· 11 years ago
2be48b6
Bluetooth: Fix minor coding style issue in hci_core.c
by Marcel Holtmann
· 11 years ago
58f01aa
Bluetooth: Fix UUID values in debugfs file
by Marcel Holtmann
· 11 years ago
4b4148e
Bluetooth: Add support for setting DUT mode
by Marcel Holtmann
· 11 years ago
4e70c7e
Bluetooth: Expose debugfs settings for LE connection interval
by Marcel Holtmann
· 11 years ago
06f5b77
Bluetooth: Add support for setting SSP debug mode
by Marcel Holtmann
· 11 years ago
cfbb2b5
Bluetooth: Add LE features to debugfs if available
by Marcel Holtmann
· 11 years ago
12c269d
Bluetooth: Expose setting if debug keys are used or not
by Marcel Holtmann
· 11 years ago
9220218
Bluetooth: Expose debugfs entry read/write own address type
by Marcel Holtmann
· 11 years ago
79830f6
Bluetooth: Select the own address type during initial setup phase
by Marcel Holtmann
· 11 years ago
8f8625c
Bluetooth: Expose current list of long term keys via debugfs
by Marcel Holtmann
· 11 years ago
d0f729b
Bluetooth: Expose white list size information in debugfs
by Marcel Holtmann
· 11 years ago
02d08d1
Bluetooth: Expose current list of link keys via debugfs
by Marcel Holtmann
· 11 years ago
babdbb3
Bluetooth: Move export of class of device information into hci_core.c
by Marcel Holtmann
· 11 years ago
ceeb3bc
Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.c
by Marcel Holtmann
· 11 years ago
57af75a
Bluetooth: Add workaround for buggy max_page features page value
by Marcel Holtmann
· 11 years ago
dfb826a
Bluetooth: Move HCI device features into hci_core.c
by Marcel Holtmann
· 11 years ago
2bfa353
Bluetooth: Move idle_timeout and sniff_{min,max}_interval to hci_core.c
by Marcel Holtmann
· 11 years ago
b25f078
Bluetooth: Include address type in blacklist debugfs data
by Marcel Holtmann
· 11 years ago
bdc3e0f
Bluetooth: Move device_add handling into hci_register_dev
by Marcel Holtmann
· 11 years ago
0153e2e
Bluetooth: Create HCI device debugfs directory in hci_register_dev
by Marcel Holtmann
· 11 years ago
4721983
Bluetooth: Move uuids debugfs entry creation into hci_core.c
by Marcel Holtmann
· 11 years ago
70afe0b
Bluetooth: Move blacklist debugfs entry creation into hci_core.c
by Marcel Holtmann
· 11 years ago
b9ee0a7
Bluetooth: Add address type to device blacklist table
by Marcel Holtmann
· 11 years ago
041000b
Bluetooth: Expose current voice setting in debugfs
by Marcel Holtmann
· 11 years ago
e7b8fc9
Bluetooth: Expose static address value for LE capable controllers
by Marcel Holtmann
· 11 years ago
ebd1e33
Bluetooth: Expose auto_accept_delay debugfs only when SSP is supported
by Marcel Holtmann
· 11 years ago
baf27f6
Bluetooth: Expose inquiry_cache debugfs only on BR/EDR controllers
by Marcel Holtmann
· 11 years ago
d1967ff
Bluetooth: Update class of device on discoverable timeout
by Marcel Holtmann
· 11 years ago
310a3d4
Bluetooth: Add support for entering limited discoverable mode
by Marcel Holtmann
· 11 years ago
441ad2d
Bluetooth: Update advertising data based on management commands
by Marcel Holtmann
· 11 years ago
b1e7312
Bluetooth: Use hci_request for discoverable timeout handling
by Marcel Holtmann
· 11 years ago
4b836f3
Bluetooth: Read current IAC LAP on controller setup
by Marcel Holtmann
· 11 years ago
b4cb9fb
Bluetooth: Read number of supported IAC on controller setup
by Marcel Holtmann
· 11 years ago
Next »