index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-15
/
+16
2023-08-24
Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODED
Luiz Augusto von Dentz
1
-1
/
+4
2023-08-24
Bluetooth: ISO: Add support for periodic adv reports processing
Claudia Draghicescu
2
-1
/
+50
2023-08-24
Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone early
Pauli Virtanen
1
-8
/
+24
2023-08-24
Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTH
Luiz Augusto von Dentz
2
-4
/
+4
2023-08-24
Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync
Iulia Tanasescu
4
-39
/
+190
2023-08-24
Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCEL
Luiz Augusto von Dentz
1
-2
/
+1
2023-08-24
Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync
Luiz Augusto von Dentz
1
-20
/
+35
2023-08-21
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
2
-2
/
+2
2023-08-11
tty: rfcomm: convert counts to size_t
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-2
/
+3
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS ids
Pauli Virtanen
1
-0
/
+2
2023-08-11
Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters fails
Pauli Virtanen
1
-5
/
+24
2023-08-11
Bluetooth: Remove unnecessary NULL check before vfree()
Ziyang Xuan
1
-2
/
+1
2023-08-11
Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()
Manish Mandlik
1
-1
/
+1
2023-08-11
Bluetooth: Fix potential use-after-free when clear keys
Min Li
1
-8
/
+8
2023-08-11
Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros
Luiz Augusto von Dentz
2
-11
/
+12
2023-08-11
Bluetooth: hci_conn: Fix hci_le_set_cig_params
Luiz Augusto von Dentz
1
-94
/
+63
2023-08-11
Bluetooth: hci_core: Make hci_is_le_conn_scanning public
Luiz Augusto von Dentz
2
-42
/
+0
2023-08-11
Bluetooth: hci_conn: Fix not allowing valid CIS ID
Luiz Augusto von Dentz
1
-3
/
+6
2023-08-11
Bluetooth: hci_conn: Fix modifying handle while aborting
Luiz Augusto von Dentz
2
-18
/
+38
2023-08-11
Bluetooth: ISO: Fix not checking for valid CIG/CIS IDs
Luiz Augusto von Dentz
1
-0
/
+6
2023-08-11
Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
Luiz Augusto von Dentz
1
-16
/
+29
2023-08-11
Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCEL
Luiz Augusto von Dentz
1
-0
/
+11
2023-08-11
Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when aborting
Pauli Virtanen
1
-7
/
+9
2023-08-11
Bluetooth: ISO: handle bound CIS cleanup via hci_conn
Pauli Virtanen
2
-13
/
+6
2023-08-11
Bluetooth: Remove unused declaration amp_read_loc_info()
Yue Haibing
1
-1
/
+0
2023-08-11
Bluetooth: ISO: Add support for BT_PKT_STATUS
Luiz Augusto von Dentz
1
-0
/
+20
2023-08-11
Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic
Luiz Augusto von Dentz
3
-21
/
+11
2023-08-11
Bluetooth: Fix hci_suspend_sync crash
Ying Hsu
1
-0
/
+4
2023-08-11
Bluetooth: hci_debugfs: Use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-1
/
+2
2023-08-11
Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTH
Luiz Augusto von Dentz
2
-8
/
+10
2023-08-11
Bluetooth: hci_sync: Don't double print name in add/remove adv_monitor
Douglas Anderson
1
-5
/
+5
2023-08-11
Bluetooth: msft: Fix error code in msft_cancel_address_filter_sync()
Dan Carpenter
1
-1
/
+1
2023-08-11
Bluetooth: ISO: Notify user space about failed bis connections
Iulia Tanasescu
4
-38
/
+68
2023-08-11
Bluetooth: hci_conn: Always allocate unique handles
Luiz Augusto von Dentz
2
-6
/
+25
2023-08-11
Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_sync
Luiz Augusto von Dentz
3
-18
/
+53
2023-08-11
Bluetooth: hci_conn: Consolidate code for aborting connections
Luiz Augusto von Dentz
3
-146
/
+46
2023-08-11
Bluetooth: hci_sync: Enable events for BIS capable devices
Claudia Draghicescu
1
-0
/
+3
2023-08-11
Bluetooth: msft: Extended monitor tracking by address filter
Hilda Wu
1
-15
/
+397
2023-08-11
Bluetooth: ISO: Support multiple BIGs
Iulia Tanasescu
3
-42
/
+61
2023-08-11
Bluetooth: hci_sock: Forward credentials to monitor
Luiz Augusto von Dentz
1
-2
/
+65
2023-08-11
Bluetooth: Init sk_peer_* on bt_sock_alloc
Luiz Augusto von Dentz
3
-28
/
+25
2023-08-11
Bluetooth: Consolidate code around sk_alloc into a helper function
Luiz Augusto von Dentz
7
-54
/
+30
2023-08-11
Bluetooth: ISO: do not emit new LE Create CIS if previous is pending
Pauli Virtanen
4
-76
/
+115
2023-08-11
Bluetooth: ISO: Add support for connecting multiple BISes
Iulia Tanasescu
3
-73
/
+159
2023-08-11
Bluetooth: Check for ISO support in controller
Claudia Draghicescu
1
-0
/
+6
2023-07-31
Bluetooth: rfcomm: remove casts from tty->driver_data
Jiri Slaby
1
-11
/
+11
2023-07-20
Bluetooth: MGMT: Use correct address for memcpy()
Andy Shevchenko
1
-1
/
+1
[next]