Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
99a6768e0e55d19a47934ccd653ff0f9b3236401
99a6768
Bluetooth: Don't take actions on blocked devices when scanning
by Johan Hedberg
· 10 years ago
46ebeb26
Bluetooth: Fix constant for public address configuration
by Marcel Holtmann
· 10 years ago
a7545f2
Bluetooth: Use hci_pend_le_action_lookup to look up report entries
by Johan Hedberg
· 10 years ago
501f882
Bluetooth: Make hci_pend_le_conn_lookup more general purposed
by Johan Hedberg
· 10 years ago
d9b3ad7
Bluetooth: Remove unused hci_pend_le_conn_add function
by Johan Hedberg
· 10 years ago
418025d
Bluetooth: Remove unnecessary usage of hci_pend_le_conn_add
by Johan Hedberg
· 10 years ago
d7347f3
Bluetooth: Fix clearing and restarting all LE actions on power cycle
by Johan Hedberg
· 10 years ago
ae44e5d
Bluetooth: Remove unused hci_pend_le_conn_del() function
by Johan Hedberg
· 10 years ago
95305ba
Bluetooth: Simplify hci_conn_params->action list usage
by Johan Hedberg
· 10 years ago
42ce26d
Bluetooth: Don't bother doing anything if auto_connect doesn't change
by Johan Hedberg
· 10 years ago
a2f41a8
Bluetooth: Simplify use of hci_pend_le_conns_clear()
by Johan Hedberg
· 10 years ago
66f8455
Bluetooth: Convert pend_le_reports into a list
by Johan Hedberg
· 10 years ago
93450c7
Bluetooth: Convert pend_le_conn list to a generic action list
by Johan Hedberg
· 10 years ago
97bf2e9
Bluetooth: Fix missing return statement in process_adv_report
by Johan Hedberg
· 10 years ago
9fc3bfb
Bluetooth: Add support for controller configuration info command
by Marcel Holtmann
· 10 years ago
738f618
Bluetooth: Add identity address check in param lookup functions
by Johan Hedberg
· 10 years ago
bb5ce4d
Bluetooth: Remove unnecessary checks for auto-connected devices
by Johan Hedberg
· 10 years ago
912b42e
Bluetooth: Use hci_conn_params in pend_le_conns
by Johan Hedberg
· 10 years ago
435a13d
Bluetooth: Remove redundant IRK lookup
by Johan Hedberg
· 10 years ago
617ca1b
Bluetooth: Fix missing update of pend_le_reports
by Johan Hedberg
· 10 years ago
ba1d693
Bluetooth: Fix buffer overflow with variable length commands
by Johan Hedberg
· 10 years ago
079446c
Bluetooth: Support scanning for devices using RPA
by Johan Hedberg
· 10 years ago
0d2bf13
Bluetooth: Add support for background LE scanning
by Johan Hedberg
· 10 years ago
75ce208
Bluetooth: Allow mgmt_device_found events for kernel-side scanning
by Johan Hedberg
· 10 years ago
851efca
Bluetooth: Track number of added devices with HCI_AUTO_CONN_REPORT
by Johan Hedberg
· 10 years ago
82a30cf
Bluetooth: Support HCI_QUIRK_RAW_DEVICE for hci_vhci driver
by Marcel Holtmann
· 10 years ago
73d1df2
Bluetooth: Add support for Read Unconfigured Index List command
by Marcel Holtmann
· 10 years ago
edd3896
Bluetooth: Add support for Unconfigured Index Removed events
by Marcel Holtmann
· 10 years ago
0602a8a
Bluetooth: Add support for Unconfigured Index Added events
by Marcel Holtmann
· 10 years ago
4a96440
Bluetooth: Introduce unconfigured controller state
by Marcel Holtmann
· 10 years ago
c103aea
Bluetooth: Don't send connection parameters without identity address
by Johan Hedberg
· 10 years ago
c46245b
Bluetooth: Make is_identity_address a global function
by Johan Hedberg
· 10 years ago
f4869e2
Bluetooth: Pass store hint to mgmt_new_conn_param
by Johan Hedberg
· 10 years ago
7d6ca69
Bluetooth: Make hci_le_conn_update return the store hint
by Johan Hedberg
· 10 years ago
348d50b
Bluetooth: Fix missing update of conn params
by Johan Hedberg
· 10 years ago
a26f3dc
Bluetooth: Add Load Connection Parameters command
by Johan Hedberg
· 10 years ago
c71593d
Bluetooth: Remove only enabled entries with Remove Device command
by Johan Hedberg
· 10 years ago
a3451d2
Bluetooth: Add new auto_conn value matching mgmt action 0x00
by Johan Hedberg
· 10 years ago
55af49a8
Bluetooth: Add specific connection parameter clear functions
by Johan Hedberg
· 10 years ago
373110c
Bluetooth: Rename hci_conn_params_clear to hci_conn_params_clear_all
by Johan Hedberg
· 10 years ago
af96324
Bluetooth: Fix sparse warning with btmrvl driver
by Johan Hedberg
· 10 years ago
c8abb73
Bluetooth: Check for default address of Broadcom BCM20702A0 controllers
by Marcel Holtmann
· 10 years ago
40cb098
Bluetooth: Check for default address of Intel USB controllers
by Marcel Holtmann
· 10 years ago
96c2103
Bluetooth: Default to internal use manufacturer identifier
by Marcel Holtmann
· 10 years ago
cb8d659
Bluetooth: Add public address configration for Intel USB devices
by Marcel Holtmann
· 10 years ago
837d502
Bluetooth: Drop LE connections for blocked devices
by Johan Hedberg
· 10 years ago
e493150
Bluetooth: Centralize looking up blocked devices to l2cap_recv_frame
by Johan Hedberg
· 10 years ago
abbaf50
Bluetooth: Add public address configration for Broadcom USB devices
by Marcel Holtmann
· 10 years ago
24c457e
Bluetooth: Add support for hdev->set_bdaddr callback handling
by Marcel Holtmann
· 10 years ago
ffb5a827
Bluetooth: Introduce "New Connection Parameter" Event
by Andre Guedes
· 10 years ago
662bc2e
Bluetooth: Enable new LE meta event
by Andre Guedes
· 10 years ago
9193c6e
Bluetooth: Move LE event mask setting into init3 phase
by Andre Guedes
· 10 years ago
8e75b46
Bluetooth: Connection Parameter Update Procedure
by Andre Guedes
· 10 years ago
396e04f
Bluetooth: btmrvl: wait for HOST_SLEEP_ENABLE event in suspend
by Chin-Ran Lo
· 10 years ago
4df82b5
Bluetooth: btmrvl: indicate pscan scheduling instant in a debug event
by Bing Zhao
· 11 years ago
2a8357f
Bluetooth: Fix redundant device (un)blocked events
by Johan Hedberg
· 10 years ago
c83ed19
Bluetooth: Ensure that background scanning gets enabled on power on
by Marcel Holtmann
· 10 years ago
b822177
Bluetooth: Do not trigger background scanning when HCI_AUTO_OFF is set
by Marcel Holtmann
· 10 years ago
9ab65d60
Bluetooth: Allow re-encryption with LTK when STK is in use
by Johan Hedberg
· 10 years ago
fe59a05
Bluetooth: Add flag to track STK encryption
by Johan Hedberg
· 10 years ago
854f472
Bluetooth: Fix redundant encryption when receiving Security Request
by Johan Hedberg
· 10 years ago
c70a7e4
Bluetooth: Add support for Not Connectable flag for Device Found events
by Marcel Holtmann
· 10 years ago
af58925
Bluetooth: Provide flags parameter direct to mgmt_device_found
by Marcel Holtmann
· 10 years ago
42bd6a5
Bluetooth: Fix merge of advertising data and scan response data
by Marcel Holtmann
· 10 years ago
d06b50c
Bluetooth: Remove connection interval parameters from hci_conn_params_set
by Marcel Holtmann
· 10 years ago
8c87aae
Bluetooth: Use hci_conn_params_add within hci_conn_params_set
by Marcel Holtmann
· 10 years ago
51d167c
Bluetooth: Change hci_conn_params_add to return the parameter struct
by Marcel Holtmann
· 10 years ago
f81cd82
Bluetooth: Use bool for smp_ltk_encrypt return value
by Marcel Holtmann
· 10 years ago
81218d2
Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout)
by Nick Pelly
· 10 years ago
bf19d51
Bluetooth: Allow L2CAP getpeername() for BT_CONFIG state
by Johan Hedberg
· 10 years ago
26b0f4e
Bluetooth: constify seq_operations
by Fabian Frederick
· 10 years ago
d4905f2
Bluetooth: Connection parameters check helper
by Andre Guedes
· 10 years ago
c20c02d
Bluetooth: Start background scanning only when controller is ready
by Marcel Holtmann
· 10 years ago
7c264b1
Bluetooth: Add default connection parameters before pairing
by Marcel Holtmann
· 10 years ago
bf5b3c8
Bluetooth: Provide function to create and set connection parameters
by Marcel Holtmann
· 10 years ago
f164957
Bluetooth: Expose default supervision timeout setting via debugfs
by Marcel Holtmann
· 10 years ago
816a93d
Bluetooth: Expose default connection latency setting via debugfs
by Marcel Holtmann
· 10 years ago
04fb7d9
Bluetooth: Provide defaults for LE connection latency and timeout
by Marcel Holtmann
· 10 years ago
8afef09
Bluetooth: Add Device Added and Device Removed management events
by Marcel Holtmann
· 10 years ago
0b3c7d3
Bluetooth: Replace le_auto_conn debugfs with device_list entry
by Marcel Holtmann
· 10 years ago
2faade5
Bluetooth: Add support for Add/Remove Device management commands
by Marcel Holtmann
· 10 years ago
037fc41
Bluetooth: Use LE connection parameters if known
by Marcel Holtmann
· 10 years ago
f044eb0
Bluetooth: Store latency and supervision timeout in connection params
by Marcel Holtmann
· 10 years ago
1c1697c
Bluetooth: Update background scanning from hci_conn_params_clear
by Marcel Holtmann
· 10 years ago
1089b67
Bluetooth: Clear pending connections from hci_conn_params_clear
by Marcel Holtmann
· 10 years ago
4b10966
Bluetooth: Move hci_pend_le_conn_* functions to different location
by Marcel Holtmann
· 10 years ago
6ab535a
Bluetooth: Don't use non-resolvable private address for passive scanning
by Marcel Holtmann
· 10 years ago
fee746b
Bluetooth: Restrict access for raw-only controllers
by Marcel Holtmann
· 10 years ago
9586842
Bluetooth: Add support for Get Clock Info mgmt command
by Johan Hedberg
· 10 years ago
33f3572
Bluetooth: Add tracking of local and piconet clock values
by Johan Hedberg
· 10 years ago
fca2001
Bluetooth: Use kzalloc instead of kmalloc for pending mgmt commands
by Johan Hedberg
· 10 years ago
730f091
Bluetooth: Increment management interface revision
by Marcel Holtmann
· 10 years ago
df93542
Bluetooth: Send HCI_Read_Clock_Offset before disconnecting
by Marcel Holtmann
· 10 years ago
40051e4
Bluetooth: Remove unneeded hci_conn_disconnect abstraction
by Marcel Holtmann
· 10 years ago
a2b1976
Bluetooth: Remove reason parameter from hci_amp_disconn function
by Marcel Holtmann
· 10 years ago
b10e801
Bluetooth: Remove unnecessary hcon->smp_conn variable
by Johan Hedberg
· 10 years ago
642ac77
Bluetooth: Fix missing check for SMP session in smp_user_confirm_reply
by Johan Hedberg
· 10 years ago
a999934
Bluetooth: Remove unnecessary hci_dev_unlock for smp_user_confirm_reply
by Johan Hedberg
· 10 years ago
ec70f36
Bluetooth: Update SMP crypto functions to take the SMP context
by Johan Hedberg
· 10 years ago
6a7bd10
Bluetooth: Add dedicated AES instance for each SMP context
by Johan Hedberg
· 10 years ago
Next »