index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
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 buffer overflow with variable length commands
Johan Hedberg
2014-07-03
1
-0
/
+30
*
Bluetooth: Allow mgmt_device_found events for kernel-side scanning
Johan Hedberg
2014-07-03
1
-2
/
+10
*
Bluetooth: Add support for Read Unconfigured Index List command
Marcel Holtmann
2014-07-03
1
-10
/
+81
*
Bluetooth: Add support for Unconfigured Index Removed events
Marcel Holtmann
2014-07-03
1
-1
/
+5
*
Bluetooth: Add support for Unconfigured Index Added events
Marcel Holtmann
2014-07-03
1
-1
/
+11
*
Bluetooth: Introduce unconfigured controller state
Marcel Holtmann
2014-07-03
1
-3
/
+3
*
Bluetooth: Don't send connection parameters without identity address
Johan Hedberg
2014-07-03
1
-0
/
+3
*
Bluetooth: Pass store hint to mgmt_new_conn_param
Johan Hedberg
2014-07-03
1
-3
/
+3
*
Bluetooth: Add Load Connection Parameters command
Johan Hedberg
2014-07-03
1
-0
/
+79
*
Bluetooth: Remove only enabled entries with Remove Device command
Johan Hedberg
2014-07-03
1
-2
/
+21
*
Bluetooth: Add new auto_conn value matching mgmt action 0x00
Johan Hedberg
2014-07-03
1
-1
/
+1
*
Bluetooth: Rename hci_conn_params_clear to hci_conn_params_clear_all
Johan Hedberg
2014-07-03
1
-1
/
+1
*
Bluetooth: Introduce "New Connection Parameter" Event
Andre Guedes
2014-07-03
1
-0
/
+19
*
Bluetooth: Fix redundant device (un)blocked events
Johan Hedberg
2014-07-03
1
-34
/
+16
*
Bluetooth: Ensure that background scanning gets enabled on power on
Marcel Holtmann
2014-07-03
1
-1
/
+17
*
Bluetooth: Provide flags parameter direct to mgmt_device_found
Marcel Holtmann
2014-07-03
1
-7
/
+3
*
Bluetooth: Remove connection interval parameters from hci_conn_params_set
Marcel Holtmann
2014-07-03
1
-3
/
+2
*
Bluetooth: Add default connection parameters before pairing
Marcel Holtmann
2014-07-03
1
-0
/
+11
*
Bluetooth: Provide function to create and set connection parameters
Marcel Holtmann
2014-07-03
1
-1
/
+4
*
Bluetooth: Add Device Added and Device Removed management events
Marcel Holtmann
2014-07-03
1
-0
/
+29
*
Bluetooth: Add support for Add/Remove Device management commands
Marcel Holtmann
2014-07-03
1
-1
/
+98
*
Bluetooth: Restrict access for raw-only controllers
Marcel Holtmann
2014-07-03
1
-1
/
+5
*
Bluetooth: Add support for Get Clock Info mgmt command
Johan Hedberg
2014-07-03
1
-0
/
+144
*
Bluetooth: Use kzalloc instead of kmalloc for pending mgmt commands
Johan Hedberg
2014-07-03
1
-1
/
+1
*
Bluetooth: Increment management interface revision
Marcel Holtmann
2014-07-03
1
-1
/
+1
*
Bluetooth: Remove unnecessary hci_dev_unlock for smp_user_confirm_reply
Johan Hedberg
2014-07-03
1
-7
/
+0
*
Bluetooth: Add support for mode 0x02 for mgmt_set_debug_keys
Johan Hedberg
2014-07-03
1
-2
/
+16
*
Bluetooth: Add a new HCI_USE_DEBUG_KEYS flag
Johan Hedberg
2014-07-03
1
-2
/
+10
*
Bluetooth: Fix ignoring debug keys in mgmt_load_link_keys
Johan Hedberg
2014-07-03
1
-0
/
+6
*
Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYS
Johan Hedberg
2014-07-03
1
-5
/
+9
*
Bluetooth: Move mgmt event sending out from hci_add_link_key()
Johan Hedberg
2014-07-03
1
-2
/
+2
*
Bluetooth: Use separate dbg_flags to special debugfs options
Marcel Holtmann
2014-07-03
1
-2
/
+2
*
Bluetooth: Fix validating IO capability values in mgmt commands
Johan Hedberg
2014-07-03
1
-0
/
+9
*
Bluetooth: Remove HCI prefix from SMP LTK defines
Johan Hedberg
2014-07-03
1
-3
/
+3
*
Bluetooth: Fix locking of hdev when calling into SMP code
Johan Hedberg
2014-06-13
1
-1
/
+6
*
Bluetooth: Reuse hci_stop_discovery function when cleaning up HCI state
Johan Hedberg
2014-06-13
1
-3
/
+1
*
Bluetooth: Refactor discovery stopping into its own function
Johan Hedberg
2014-06-13
1
-44
/
+49
*
Bluetooth: Fix properly ignoring LTKs of unknown types
Johan Hedberg
2014-05-30
1
-2
/
+8
*
Bluetooth: Clearly distinguish mgmt LTK type from authenticated property
Johan Hedberg
2014-05-23
1
-3
/
+16
*
Bluetooth: Make SMP context private to smp.c
Johan Hedberg
2014-05-20
1
-0
/
+1
*
Bluetooth: Add missing msecs to jiffies conversion
Andrzej Kaczmarek
2014-05-16
1
-1
/
+2
*
Bluetooth: Add support for max_tx_power in Get Conn Info
Andrzej Kaczmarek
2014-05-15
1
-6
/
+17
*
Bluetooth: Avoid polling TX power for LE links
Andrzej Kaczmarek
2014-05-15
1
-4
/
+10
*
Bluetooth: Add support to get connection information
Andrzej Kaczmarek
2014-05-15
1
-0
/
+196
*
Bluetooth: Increment management interface revision
Marcel Holtmann
2014-05-09
1
-1
/
+1
*
Bluetooth: Refactor code for outgoing dedicated bonding
Mikel Astiz
2014-04-11
1
-4
/
+1
*
Bluetooth: Keep msec in DISCOV_LE_TIMEOUT
Lukasz Rymanowski
2014-03-28
1
-1
/
+1
*
Bluetooth: Add new debugfs parameter
Lukasz Rymanowski
2014-03-28
1
-1
/
+1
*
Bluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUT
Lukasz Rymanowski
2014-03-28
1
-4
/
+9
*
Bluetooth: Fix line splitting of mgmt_device_found parameters
Johan Hedberg
2014-03-26
1
-2
/
+2
[prev]
[next]