index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_event.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-11
Bluetooth: hci_event: call disconnect callback before deleting conn
Pauli Virtanen
1
-0
/
+3
2025-12-07
Bluetooth: Add more enc key size check
Alex Lu
1
-2
/
+19
2025-09-04
Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalanced
Luiz Augusto von Dentz
1
-1
/
+11
2025-05-02
Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid address
Luiz Augusto von Dentz
1
-2
/
+3
2025-04-10
Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE
Luiz Augusto von Dentz
1
-8
/
+5
2024-12-14
Bluetooth: L2CAP: Fix uaf in l2cap_connect
Luiz Augusto von Dentz
1
-1
/
+1
2024-04-10
Bluetooth: hci_event: set the conn encrypted before conn establishes
Hui Wang
1
-0
/
+25
2024-03-27
Bluetooth: Remove superfluous call to hci_conn_check_pending()
Jonas Dreßler
1
-2
/
+0
2024-03-06
Bluetooth: Enforce validation on max value of connection interval
Kai-Heng Feng
1
-0
/
+4
2024-03-06
Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
Luiz Augusto von Dentz
1
-1
/
+4
2024-03-06
Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR
Zijun Hu
1
-2
/
+2
2024-01-26
Bluetooth: Fix bogus check for re-auth no supported with non-ssp
Luiz Augusto von Dentz
1
-9
/
+2
2024-01-05
Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sent
Luiz Augusto von Dentz
1
-1
/
+2
2023-10-25
Bluetooth: hci_event: Fix using memcmp when comparing keys
Luiz Augusto von Dentz
1
-5
/
+7
2023-10-25
Bluetooth: avoid memcmp() out of bounds warning
Arnd Bergmann
1
-1
/
+1
2023-10-25
Bluetooth: hci_event: Fix coding style
Luiz Augusto von Dentz
1
-2
/
+1
2023-10-25
Bluetooth: Fix a refcnt underflow problem for hci_conn
Ziyang Xuan
1
-2
/
+2
2023-10-25
Bluetooth: Reject connection with the device which has same BD_ADDR
Lee, Chun-Yi
1
-0
/
+11
2023-10-25
Bluetooth: hci_event: Ignore NULL link key
Lee, Chun-Yi
1
-0
/
+9
2023-02-06
Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt
Soenke Huster
1
-0
/
+13
2022-07-12
Bluetooth: protect le accept and resolv lists with hdev->lock
Niels Dossche
1
-0
/
+12
2022-06-09
Bluetooth: use hdev lock for accept_list and reject_list in conn req
Niels Dossche
1
-6
/
+9
2022-04-13
Bluetooth: Fix use after free in hci_send_acl
Luiz Augusto von Dentz
1
-1
/
+2
2022-02-01
Bluetooth: refactor malicious adv data check
Brian Gix
1
-5
/
+5
2022-01-27
Bluetooth: Fix removing adv when processing cmd complete
Archie Pusaka
1
-2
/
+4
2022-01-27
Bluetooth: stop proccessing malicious adv data
Pavel Skripkin
1
-1
/
+7
2021-08-16
Bluetooth: Fix race condition in handling NOP command
Kiran K
1
-6
/
+4
2021-08-16
Bluetooth: Store advertising handle so it can be re-enabled
Luiz Augusto von Dentz
1
-16
/
+29
2021-08-16
Bluetooth: Fix handling of LE Enhanced Connection Complete
Luiz Augusto von Dentz
1
-31
/
+62
2021-08-04
Bluetooth: Fix not generating RPA when required
Luiz Augusto von Dentz
1
-9
/
+23
2021-08-04
Bluetooth: HCI: Add proper tracking for enable status of adv instances
Luiz Augusto von Dentz
1
-0
/
+28
2021-07-29
Bluetooth: skip invalid hci_sync_conn_complete_evt
Desmond Cheong Zhi Xi
1
-0
/
+15
2021-06-26
Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated event
Luiz Augusto von Dentz
1
-1
/
+12
2021-06-26
Bluetooth: use inclusive language when filtering devices
Archie Pusaka
1
-35
/
+35
2021-06-26
Bluetooth: use inclusive language when tracking connections
Archie Pusaka
1
-2
/
+2
2021-06-26
Bluetooth: use inclusive language in HCI role comments
Archie Pusaka
1
-3
/
+3
2021-06-26
Bluetooth: use inclusive language in comments
Archie Pusaka
1
-3
/
+3
2021-06-26
Bluetooth: use inclusive language in HCI LE features
Archie Pusaka
1
-7
/
+7
2021-06-26
Bluetooth: Translate additional address type during le_conn_comp
Sathish Narasimman
1
-0
/
+17
2021-06-26
Bluetooth: Remove spurious error message
Szymon Janc
1
-9
/
+5
2021-06-26
Bluetooth: Fix alt settings for incoming SCO with transparent coding format
Kiran K
1
-3
/
+3
2021-06-26
Bluetooth: Add ncmd=0 recovery handling
Manish Mandlik
1
-10
/
+19
2021-06-26
Bluetooth: Return whether a connection is outbound
Yu Liu
1
-4
/
+4
2021-06-03
Bluetooth: Fix spelling mistakes
Zheng Yongjun
1
-1
/
+1
2021-04-06
Bluetooth: Use ext adv handle from requests in CCs
Daniel Winkler
1
-9
/
+7
2021-04-02
Bluetooth: Coding style fix
Meng Yu
1
-1
/
+1
2021-03-22
Bluetooth: verify AMP hci_chan before amp_destroy
Archie Pusaka
1
-1
/
+2
2021-03-17
Bluetooth: Fix incorrect status handling in LE PHY UPDATE event
Ayush Garg
1
-1
/
+1
2021-03-03
Bluetooth: Remove unneeded commands for suspend
Abhishek Pandit-Subedi
1
-0
/
+27
2020-12-07
Bluetooth: Query LE tx power on startup
Daniel Winkler
1
-0
/
+18
[next]