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