index
:
pub/scm/linux/kernel/git/luto/linux.git
master
Miscellaneous development
Andrew Lutomirski
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
l2cap_sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chan
Pauli Virtanen
1
-10
/
+13
2026-08-24
Bluetooth: L2CAP: reject accept queue add unless BT_LISTEN
Pauli Virtanen
1
-0
/
+13
2026-08-24
Bluetooth: L2CAP: access chan->conn safely in get/setsockopt
Pauli Virtanen
1
-16
/
+48
2026-08-07
Bluetooth: L2CAP: Add minimal context analysis annotations
Pauli Virtanen
1
-0
/
+1
2026-07-06
Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()
Siwei Zhang
1
-54
/
+49
2026-07-06
Bluetooth: fix UAF in bt_accept_dequeue()
Yousef Alhouseen
1
-2
/
+2
2026-06-11
Bluetooth: Add SPDX id lines to some source files
Tim Bird
1
-4
/
+1
2026-06-11
Bluetooth: L2CAP: convert to getsockopt_iter
Breno Leitao
1
-24
/
+37
2026-05-27
Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen()
Siwei Zhang
1
-7
/
+9
2026-05-20
Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del()
Safa Karakuş
1
-7
/
+44
2026-05-06
Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb()
Siwei Zhang
1
-0
/
+3
2026-05-06
Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()
Siwei Zhang
1
-0
/
+3
2026-05-06
Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb()
Siwei Zhang
1
-0
/
+3
2026-03-19
Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb
Helen Koike
1
-0
/
+3
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-4
/
+12
2026-02-23
Bluetooth: L2CAP: Fix not checking output MTU is acceptable on L2CAP_ECRED_CO...
Luiz Augusto von Dentz
1
-4
/
+11
2026-02-23
Bluetooth: purge error queues in socket destructors
Heitor Alves de Siqueira
1
-0
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-01-29
Bluetooth: L2CAP: Add support for setting BT_PHY
Luiz Augusto von Dentz
1
-1
/
+19
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-08-29
Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()
Kuniyuki Iwashima
1
-0
/
+3
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2025-07-16
Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()
Kuniyuki Iwashima
1
-0
/
+3
2025-06-23
net: make sk->sk_sndtimeo lockless
Eric Dumazet
1
-2
/
+2
2025-03-25
Bluetooth: L2CAP: add TX timestamping
Pauli Virtanen
1
-1
/
+14
2025-02-13
Bluetooth: L2CAP: Fix corrupted list in hci_chan_del
Luiz Augusto von Dentz
1
-8
/
+7
2025-01-29
Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection
Fedor Pchelkin
1
-2
/
+2
2025-01-15
Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc
Fedor Pchelkin
1
-1
/
+2
2024-12-11
Bluetooth: Improve setsockopt() handling of malformed user input
Michal Luczaj
1
-9
/
+11
2024-10-15
Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre...
Ignat Korchagin
1
-0
/
+1
2024-06-28
Bluetooth: L2CAP: Fix deadlock
Luiz Augusto von Dentz
1
-12
/
+1
2024-06-28
bluetooth/l2cap: sync sock recv cb and release
Edward Adam Davis
1
-3
/
+22
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+2
2024-05-14
Bluetooth: compute LE flow credits based on recvbuf space
Sebastian Urban
1
-18
/
+73
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
1
-2
/
+2
2024-04-24
Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()
Nathan Chancellor
1
-3
/
+4
2024-04-10
Bluetooth: L2CAP: Fix not validating setsockopt user input
Luiz Augusto von Dentz
1
-32
/
+20
2024-03-06
Bluetooth: hci_conn: Always use sk_timeo as conn_timeout
Luiz Augusto von Dentz
1
-1
/
+2
2024-03-06
Bluetooth: Remove BT_HS
Luiz Augusto von Dentz
1
-17
/
+1
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
1
-1
/
+1
2023-08-11
Bluetooth: Init sk_peer_* on bt_sock_alloc
Luiz Augusto von Dentz
1
-19
/
+0
2023-08-11
Bluetooth: Consolidate code around sk_alloc into a helper function
Luiz Augusto von Dentz
1
-9
/
+1
2023-06-29
Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb
Sungwoo Kim
1
-0
/
+2
2023-02-09
Bluetooth: L2CAP: Fix potential user-after-free
Luiz Augusto von Dentz
1
-0
/
+8
2022-01-07
Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()
Dan Carpenter
1
-6
/
+8
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-12-21
Bluetooth: L2CAP: Fix using wrong mode
Luiz Augusto von Dentz
1
-2
/
+10
[next]