index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_event.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-07
Bluetooth: Query LE tx power on startup
Daniel Winkler
1
-0
/
+18
2020-12-07
Bluetooth: Break add adv into two mgmt commands
Daniel Winkler
1
-0
/
+1
2020-11-11
Bluetooth: consolidate error paths in hci_phy_link_complete_evt()
Sergey Shtylyov
1
-10
/
+6
2020-11-09
Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
Peilin Ye
1
-7
/
+5
2020-11-09
Bluetooth: Fix null pointer dereference in hci_event_packet()
Anmol Karn
1
-0
/
+5
2020-09-29
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-6
/
+83
2020-09-20
Bluetooth: Fix auto-creation of hci_conn at Conn Complete event
Sonny Sasaka
1
-6
/
+11
2020-09-13
Bluetooth: Emit controller suspend and resume events
Abhishek Pandit-Subedi
1
-0
/
+72
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-7
/
+19
2020-07-30
Bluetooth: fix kernel oops in store_pending_adv_report
Alain Michaud
1
-7
/
+19
2020-07-30
Bluetooth: Enable controller RPA resolution using Experimental feature
Sathish Narasimman
1
-0
/
+1
2020-07-30
Bluetooth: Enable/Disable address resolution during le create conn
Sathish Narasimman
1
-0
/
+4
2020-07-30
Bluetooth: Translate additional address type during le_conn
Sathish Narasimman
1
-0
/
+16
2020-07-13
Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()
Peilin Ye
1
-0
/
+7
2020-07-13
Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()
Peilin Ye
1
-1
/
+1
2020-07-10
Bluetooth: core: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-10
Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()
Peilin Ye
1
-1
/
+1
2020-07-07
Bluetooth: Adding a configurable autoconnect timeout
Alain Michaud
1
-1
/
+1
2020-06-22
Bluetooth: Disconnect if E0 is used for Level 4
Luiz Augusto von Dentz
1
-12
/
+8
2020-06-18
Bluetooth: Update background scan and report device based on advertisement mo...
Miao-chen Chou
1
-2
/
+3
2020-06-18
Bluetooth: Add bdaddr_list_with_flags for classic whitelist
Abhishek Pandit-Subedi
1
-4
/
+4
2020-05-20
Bluetooth: Consolidate encryption handling in hci_encrypt_cfm
Luiz Augusto von Dentz
1
-25
/
+3
2020-05-18
Bluetooth: Add SCO fallback for invalid LMP parameters error
Hsin-Yu Chao
1
-0
/
+1
2020-05-13
Bluetooth: Handle Inquiry Cancel error after Inquiry Complete
Sonny Sasaka
1
-2
/
+17
2020-04-28
Bluetooth: allow scatternet connections if supported.
Alain Michaud
1
-1
/
+3
2020-04-09
Bluetooth: log advertisement packet length if it gets corrected
Daniels Umanovskis
1
-1
/
+2
2020-04-05
Bluetooth: Add support for Read Local Simple Pairing Options
Marcel Holtmann
1
-0
/
+21
2020-04-05
Bluetooth: Add framework for Microsoft vendor extension
Miao-chen Chou
1
-0
/
+5
2020-04-05
Bluetooth: add support to notify using SCO air mode
Sathish Narsimman
1
-1
/
+22
2020-04-03
Bluetooth: fixing minor typo in comment
Alain Michaud
1
-1
/
+1
2020-03-25
Bluetooth: don't assume key size is 16 when the command fails
Alain Michaud
1
-4
/
+4
2020-03-23
Bluetooth: Fix incorrect branch in connection complete
Abhishek Pandit-Subedi
1
-8
/
+9
2020-03-12
Bluetooth: clean up connection in hci_cs_disconnect
Joseph Hwang
1
-1
/
+13
2020-03-11
Bluetooth: Handle BR/EDR devices during suspend
Abhishek Pandit-Subedi
1
-0
/
+24
2020-03-08
Bluetooth: Enable erroneous data reporting if WBS is supported
Alain Michaud
1
-0
/
+39
2020-03-04
Bluetooth: guard against controllers sending zero'd events
Alain Michaud
1
-0
/
+6
2020-02-14
Bluetooth: secure bluetooth stack from bluedump attack
Howard Chung
1
-0
/
+10
2020-01-04
Bluetooth: Add support for LE PHY Update Complete event
Luiz Augusto von Dentz
1
-0
/
+27
2020-01-04
Bluetooth: Remove usage of BT_ERR_RATELIMITED macro
Marcel Holtmann
1
-8
/
+6
2019-09-05
Revert "Bluetooth: validate BLE connection interval updates"
Marcel Holtmann
1
-5
/
+0
2019-07-06
Bluetooth: validate BLE connection interval updates
csonsino
1
-0
/
+5
2019-07-06
Bluetooth: Add support for LE ping feature
Spoorthi Ravishankar Koppad
1
-0
/
+72
2019-05-05
Bluetooth: Ignore CC events not matching the last HCI command
João Paulo Rechi Vita
1
-0
/
+12
2019-04-23
Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evt
Jaganath Kanakkassery
1
-1
/
+1
2019-02-18
Bluetooth: hci_event: Use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+4
2018-12-19
Bluetooth: Fix unnecessary error message for HCI request completion
Johan Hedberg
1
-0
/
+6
2018-10-14
Bluetooth: Remove redundant check on status
Colin Ian King
1
-21
/
+17
2018-09-27
Bluetooth: Add definitions and track LE resolve list modification
Ankit Navik
1
-0
/
+47
2018-08-10
Bluetooth: Add definitions for LE set address resolution
Ankit Navik
1
-0
/
+28
2018-08-06
Bluetooth: remove redundant variables 'adv_set' and 'cp'
YueHaibing
1
-3
/
+0
[next]