index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
mgmt.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFO
Luiz Augusto von Dentz
1
-6
/
+4
2025-09-22
Bluetooth: MGMT: Fix possible UAFs
Luiz Augusto von Dentz
1
-77
/
+182
2025-08-22
Bluetooth: hci_sync: fix set_local_name race condition
Pavel Shpakovskiy
1
-1
/
+4
2025-08-22
Bluetooth: hci_event: Disconnect device when BIG sync is lost
Yang Li
1
-1
/
+3
2025-08-15
Bluetooth: hci_core: Fix using ll_privacy_capable for current settings
Luiz Augusto von Dentz
1
-1
/
+1
2025-08-15
Bluetooth: hci_core: Fix using {cis,bis}_capable for current settings
Luiz Augusto von Dentz
1
-5
/
+5
2025-07-23
Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections
Yang Li
1
-0
/
+1
2025-07-16
Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmap
Christian Eggers
1
-20
/
+18
2025-06-27
Bluetooth: MGMT: mesh_send: check instances prior disabling advertising
Christian Eggers
1
-1
/
+2
2025-06-27
Bluetooth: MGMT: set_mesh: update LE scan interval and window
Christian Eggers
1
-0
/
+22
2025-06-11
Bluetooth: MGMT: Fix sparse errors
Luiz Augusto von Dentz
1
-2
/
+2
2025-06-05
Bluetooth: MGMT: Protect mgmt_pending list with its own lock
Luiz Augusto von Dentz
1
-52
/
+49
2025-06-05
Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete
Luiz Augusto von Dentz
1
-26
/
+11
2025-05-30
Bluetooth: MGMT: reject malformed HCI_CMD_SYNC commands
Dmitry Antipov
1
-1
/
+2
2025-05-21
Bluetooth: separate CIS_LINK and BIS_LINK link types
Pauli Virtanen
1
-1
/
+2
2025-05-07
Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flags
Luiz Augusto von Dentz
1
-3
/
+6
2025-03-25
Bluetooth: MGMT: Add LL Privacy Setting
Luiz Augusto von Dentz
1
-0
/
+6
2025-03-25
Bluetooth: MGMT: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-3
/
+3
2025-03-25
Bluetooth: MGMT: Remove unused mgmt_*_discovery_complete
Dr. David Alan Gilbert
1
-40
/
+0
2025-02-27
Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()
Haoxiang Li
1
-0
/
+3
2025-02-27
Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()
Haoxiang Li
1
-0
/
+2
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2025-01-15
Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync
Mazin Al Haddad
1
-1
/
+11
2025-01-15
Bluetooth: MGMT: Mark LL Privacy as stable
Luiz Augusto von Dentz
1
-132
/
+1
2025-01-12
bluetooth: mgmt: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-1
/
+1
2025-01-08
Bluetooth: MGMT: Fix Add Device to responding before completing
Luiz Augusto von Dentz
1
-2
/
+36
2024-11-26
Bluetooth: MGMT: Fix possible deadlocks
Luiz Augusto von Dentz
1
-9
/
+18
2024-11-26
Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_sync
Luiz Augusto von Dentz
1
-2
/
+9
2024-11-14
Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNC
Luiz Augusto von Dentz
1
-0
/
+60
2024-10-03
Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-9
/
+14
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-27
Bluetooth: MGMT: Fix possible crash on mgmt_index_removed
Luiz Augusto von Dentz
1
-9
/
+14
2024-09-10
Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED
Luiz Augusto von Dentz
1
-4
/
+9
2024-08-30
Bluetooth: MGMT: Ignore keys being loaded with invalid type
Luiz Augusto von Dentz
1
-18
/
+19
2024-08-30
Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"
Luiz Augusto von Dentz
1
-18
/
+7
2024-08-30
Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECT
Luiz Augusto von Dentz
1
-42
/
+42
2024-08-15
Bluetooth: MGMT: Add error handling to pair_device()
Griffin Kroah-Hartman
1
-0
/
+4
2024-07-15
Bluetooth: Remove hci_request.{c,h}
Luiz Augusto von Dentz
1
-1
/
+0
2024-07-14
Bluetooth: MGMT: Uninitialized variable in load_conn_param()
Dan Carpenter
1
-1
/
+1
2024-07-14
Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connection
Luiz Augusto von Dentz
1
-2
/
+48
2024-05-14
Bluetooth: HCI: Remove HCI_AMP support
Luiz Augusto von Dentz
1
-57
/
+27
2024-04-24
Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor
Chun-Yi Lee
1
-2
/
+2
2024-04-24
Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID
Luiz Augusto von Dentz
1
-5
/
+15
2024-03-08
Bluetooth: Fix eir name length
Frédéric Danis
1
-1
/
+1
2024-03-06
Bluetooth: mgmt: remove NULL check in add_ext_adv_params_complete()
Roman Smirnov
1
-2
/
+1
2024-03-06
Bluetooth: mgmt: remove NULL check in mgmt_set_connectable_complete()
Roman Smirnov
1
-2
/
+1
2024-03-06
Bluetooth: hci_conn: Always use sk_timeo as conn_timeout
Luiz Augusto von Dentz
1
-1
/
+2
2024-03-06
Bluetooth: hci_event: Fix not indicating new connection for BIG Sync
Luiz Augusto von Dentz
1
-0
/
+4
2024-03-06
Bluetooth: Remove BT_HS
Luiz Augusto von Dentz
1
-72
/
+1
2024-03-06
Bluetooth: hci_core: Cancel request on command timeout
Luiz Augusto von Dentz
1
-1
/
+1
[next]