index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
bluetooth
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-13
Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-98
/
+86
2025-02-13
Bluetooth: L2CAP: Fix corrupted list in hci_chan_del
Luiz Augusto von Dentz
2
-97
/
+56
2025-02-13
Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd
Luiz Augusto von Dentz
1
-5
/
+34
2025-02-10
Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
1
-2
/
+1
2025-02-03
HID: intel-thc: fix CONFIG_HID dependency
Arnd Bergmann
1
-2
/
+1
2025-01-30
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+2
2025-01-29
Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection
Fedor Pchelkin
1
-2
/
+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: Allow reset via sysfs
Hsin-chen Chuang
1
-0
/
+19
2025-01-15
Bluetooth: Get rid of cmd_timeout and use the reset callback
Hsin-chen Chuang
1
-2
/
+2
2025-01-15
Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc
Fedor Pchelkin
1
-1
/
+2
2025-01-15
Bluetooth: hci: Remove deadcode
Dr. David Alan Gilbert
2
-44
/
+0
2025-01-15
Bluetooth: MGMT: Mark LL Privacy as stable
Luiz Augusto von Dentz
2
-154
/
+31
2025-01-14
Bluetooth: iso: Allow BIG re-sync
Iulia Tanasescu
1
-0
/
+36
2025-01-12
bluetooth: mgmt: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-1
/
+1
2025-01-08
Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices.
Chris Lu
1
-2
/
+2
2025-01-08
Bluetooth: MGMT: Fix Add Device to responding before completing
Luiz Augusto von Dentz
1
-2
/
+36
2025-01-08
Bluetooth: hci_sync: Fix not setting Random Address when required
Luiz Augusto von Dentz
1
-5
/
+6
2024-12-12
Bluetooth: iso: Fix circular lock in iso_conn_big_sync
Iulia Tanasescu
1
-7
/
+27
2024-12-12
Bluetooth: iso: Fix circular lock in iso_listen_bis
Iulia Tanasescu
1
-2
/
+12
2024-12-12
Bluetooth: SCO: Add support for 16 bits transparent voice setting
Frédéric Danis
1
-14
/
+15
2024-12-12
Bluetooth: iso: Fix recursive locking warning
Iulia Tanasescu
1
-2
/
+6
2024-12-12
Bluetooth: iso: Always release hdev at the end of iso_listen_bis
Iulia Tanasescu
1
-2
/
+1
2024-12-12
Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating
Luiz Augusto von Dentz
1
-22
/
+11
2024-12-12
Bluetooth: hci_core: Fix sleeping function called from invalid context
Luiz Augusto von Dentz
5
-19
/
+27
2024-12-11
Bluetooth: Improve setsockopt() handling of malformed user input
Michal Luczaj
5
-31
/
+33
2024-11-26
Bluetooth: SCO: remove the redundant sco_conn_put
Edward Adam Davis
1
-1
/
+1
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-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
10
-142
/
+486
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+0
2024-11-14
Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNC
Luiz Augusto von Dentz
1
-0
/
+60
2024-11-14
Bluetooth: fix use-after-free in device_for_each_child()
Dmitry Antipov
1
-11
/
+4
2024-11-14
Bluetooth: hci_core: Fix calling mgmt_device_connected
Luiz Augusto von Dentz
1
-2
/
+0
2024-11-14
Bluetooth: ISO: Send BIG Create Sync via hci_sync
Iulia Tanasescu
2
-1
/
+25
2024-11-14
Bluetooth: hci_conn: Remove alloc from critical section
Iulia Tanasescu
1
-18
/
+10
2024-11-14
Bluetooth: ISO: Use kref to track lifetime of iso_conn
Luiz Augusto von Dentz
1
-17
/
+71
2024-11-14
Bluetooth: SCO: Use kref to track lifetime of sco_conn
Luiz Augusto von Dentz
1
-28
/
+71
2024-11-14
Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slave
Iulia Tanasescu
2
-1
/
+1
2024-11-14
Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pending
Iulia Tanasescu
3
-16
/
+95
2024-11-14
Bluetooth: ISO: Fix matching parent socket for BIS slave
Iulia Tanasescu
1
-2
/
+17
2024-11-14
Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pending
Iulia Tanasescu
2
-39
/
+103
2024-11-14
Bluetooth: Support new quirks for ATS2851
Danil Pylaev
2
-1
/
+15
2024-11-14
Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()
Andrej Shadura
1
-4
/
+6
2024-11-14
Bluetooth: hci_core: Fix not checking skb length on hci_scodata_packet
Luiz Augusto von Dentz
1
-4
/
+9
2024-11-14
Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet
Luiz Augusto von Dentz
1
-4
/
+9
2024-11-14
Bluetooth: hci_conn: Use disable_delayed_work_sync
Luiz Augusto von Dentz
1
-3
/
+3
2024-11-14
Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functions
Markus Elfring
1
-10
/
+3
2024-11-12
Bluetooth: hci_core: Fix calling mgmt_device_connected
Luiz Augusto von Dentz
1
-2
/
+0
[next]