index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
mgmt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Remove hci_request.{c,h}
Luiz Augusto von Dentz
2024-07-15
1
-1
/
+0
*
Bluetooth: MGMT: Uninitialized variable in load_conn_param()
Dan Carpenter
2024-07-15
1
-1
/
+1
*
Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connection
Luiz Augusto von Dentz
2024-07-15
1
-2
/
+48
*
Bluetooth: HCI: Remove HCI_AMP support
Luiz Augusto von Dentz
2024-05-14
1
-57
/
+27
*
Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor
Chun-Yi Lee
2024-04-24
1
-2
/
+2
*
Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID
Luiz Augusto von Dentz
2024-04-24
1
-5
/
+15
*
Bluetooth: Fix eir name length
Frédéric Danis
2024-03-08
1
-1
/
+1
*
Bluetooth: mgmt: remove NULL check in add_ext_adv_params_complete()
Roman Smirnov
2024-03-06
1
-2
/
+1
*
Bluetooth: mgmt: remove NULL check in mgmt_set_connectable_complete()
Roman Smirnov
2024-03-06
1
-2
/
+1
*
Bluetooth: hci_conn: Always use sk_timeo as conn_timeout
Luiz Augusto von Dentz
2024-03-06
1
-1
/
+2
*
Bluetooth: hci_event: Fix not indicating new connection for BIG Sync
Luiz Augusto von Dentz
2024-03-06
1
-0
/
+4
*
Bluetooth: Remove BT_HS
Luiz Augusto von Dentz
2024-03-06
1
-72
/
+1
*
Bluetooth: hci_core: Cancel request on command timeout
Luiz Augusto von Dentz
2024-03-06
1
-1
/
+1
*
Bluetooth: Add new state HCI_POWERING_DOWN
Jonas Dreßler
2024-03-06
1
-0
/
+14
*
Bluetooth: mgmt: Remove leftover queuing of power_off work
Jonas Dreßler
2024-03-06
1
-16
/
+0
*
Bluetooth: mgmt: Fix limited discoverable off timeout
Frédéric Danis
2024-02-28
1
-1
/
+3
*
Bluetooth: hci_core: Remove le_restart_scan work
Luiz Augusto von Dentz
2023-12-22
1
-17
/
+0
*
Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE
Xiao Yao
2023-12-15
1
-7
/
+18
*
Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTH
Luiz Augusto von Dentz
2023-08-24
1
-3
/
+3
*
Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTH
Luiz Augusto von Dentz
2023-08-11
1
-3
/
+3
*
Bluetooth: hci_conn: Consolidate code for aborting connections
Luiz Augusto von Dentz
2023-08-11
1
-14
/
+1
*
Bluetooth: Check for ISO support in controller
Claudia Draghicescu
2023-08-11
1
-0
/
+6
*
Bluetooth: MGMT: Use correct address for memcpy()
Andy Shevchenko
2023-07-20
1
-1
/
+1
*
Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync
Pauli Virtanen
2023-07-20
1
-15
/
+11
*
Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if running
Luiz Augusto von Dentz
2023-04-24
1
-4
/
+8
*
Bluetooth: Cancel sync command before suspend and power off
Archie Pusaka
2023-04-24
1
-0
/
+4
*
Bluetooth: Enable all supported LE PHY by default
Luiz Augusto von Dentz
2023-04-24
1
-2
/
+2
*
Bluetooth: mgmt: Fix MGMT add advmon with RSSI command
Howard Chung
2023-03-23
1
-1
/
+2
*
Bluetooth: Remove "Power-on" check from Mesh feature
Brian Gix
2023-03-23
1
-6
/
+0
*
Bluetooth: MGMT: add CIS feature bits to controller information
Pauli Virtanen
2023-02-09
1
-0
/
+12
*
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-14
1
-1
/
+1
|
\
|
*
Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMS
Inga Stotland
2022-12-12
1
-1
/
+1
*
|
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
2022-11-18
1
-3
/
+2
*
|
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-2
/
+2
|
/
*
Bluetooth: MGMT: fix zalloc-simple.cocci warnings
Yihao Han
2022-09-21
1
-3
/
+1
*
Bluetooth: avoid hci_dev_test_and_set_flag() in mgmt_init_hdev()
Tetsuo Handa
2022-09-14
1
-1
/
+3
*
Bluetooth: Add experimental wrapper for MGMT based mesh
Brian Gix
2022-09-06
1
-8
/
+104
*
Bluetooth: Implement support for Mesh
Brian Gix
2022-09-06
1
-8
/
+472
*
Bluetooth: Move hci_abort_conn to hci_conn.c
Brian Gix
2022-09-01
1
-1
/
+14
*
Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()
Tetsuo Handa
2022-08-26
1
-1
/
+0
*
Bluetooth: MGMT: Fix Get Device Flags
Luiz Augusto von Dentz
2022-08-26
1
-29
/
+42
*
Bluetooth: Move Adv Instance timer to hci_sync
Brian Gix
2022-08-26
1
-3
/
+2
*
Bluetooth: don't try to cancel uninitialized works at mgmt_index_removed()
Tetsuo Handa
2022-08-09
1
-0
/
+2
*
Bluetooth: MGMT: Fixes build warnings with C=1
Luiz Augusto von Dentz
2022-08-09
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-29
1
-1
/
+0
|
\
|
*
Bluetooth: mgmt: Fix double free on error path
Dan Carpenter
2022-07-26
1
-1
/
+0
*
|
Bluetooth: Add initial implementation of BIS connections
Luiz Augusto von Dentz
2022-07-23
1
-7
/
+8
*
|
Bluetooth: Add BTPROTO_ISO socket type
Luiz Augusto von Dentz
2022-07-23
1
-1
/
+68
*
|
Bluetooth: Convert delayed discov_off to hci_sync
Brian Gix
2022-07-22
1
-0
/
+33
*
|
Bluetooth: Remove update_scan hci_request dependancy
Brian Gix
2022-07-22
1
-4
/
+4
[next]