summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_sock.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chanPauli Virtanen1-10/+13
2026-08-24Bluetooth: L2CAP: reject accept queue add unless BT_LISTENPauli Virtanen1-0/+13
2026-08-24Bluetooth: L2CAP: access chan->conn safely in get/setsockoptPauli Virtanen1-16/+48
2026-08-07Bluetooth: L2CAP: Add minimal context analysis annotationsPauli Virtanen1-0/+1
2026-07-06Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()Siwei Zhang1-54/+49
2026-07-06Bluetooth: fix UAF in bt_accept_dequeue()Yousef Alhouseen1-2/+2
2026-06-11Bluetooth: Add SPDX id lines to some source filesTim Bird1-4/+1
2026-06-11Bluetooth: L2CAP: convert to getsockopt_iterBreno Leitao1-24/+37
2026-05-27Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen()Siwei Zhang1-7/+9
2026-05-20Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del()Safa Karakuş1-7/+44
2026-05-06Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb()Siwei Zhang1-0/+3
2026-05-06Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()Siwei Zhang1-0/+3
2026-05-06Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb()Siwei Zhang1-0/+3
2026-03-19Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cbHelen Koike1-0/+3
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-4/+12
2026-02-23Bluetooth: L2CAP: Fix not checking output MTU is acceptable on L2CAP_ECRED_CO...Luiz Augusto von Dentz1-4/+11
2026-02-23Bluetooth: purge error queues in socket destructorsHeitor Alves de Siqueira1-0/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-29Bluetooth: L2CAP: Add support for setting BT_PHYLuiz Augusto von Dentz1-1/+19
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-08-29Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()Kuniyuki Iwashima1-0/+3
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-07-16Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()Kuniyuki Iwashima1-0/+3
2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet1-2/+2
2025-03-25Bluetooth: L2CAP: add TX timestampingPauli Virtanen1-1/+14
2025-02-13Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz1-8/+7
2025-01-29Bluetooth: L2CAP: accept zero as a special value for MTU auto-selectionFedor Pchelkin1-2/+2
2025-01-15Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_allocFedor Pchelkin1-1/+2
2024-12-11Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj1-9/+11
2024-10-15Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre...Ignat Korchagin1-0/+1
2024-06-28Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz1-12/+1
2024-06-28bluetooth/l2cap: sync sock recv cb and releaseEdward Adam Davis1-3/+22
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2024-05-14Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban1-18/+73
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-2/+2
2024-04-24Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor1-3/+4
2024-04-10Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-32/+20
2024-03-06Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz1-1/+2
2024-03-06Bluetooth: Remove BT_HSLuiz Augusto von Dentz1-17/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-08-11Bluetooth: Init sk_peer_* on bt_sock_allocLuiz Augusto von Dentz1-19/+0
2023-08-11Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz1-9/+1
2023-06-29Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim1-0/+2
2023-02-09Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz1-0/+8
2022-01-07Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()Dan Carpenter1-6/+8
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-21Bluetooth: L2CAP: Fix using wrong modeLuiz Augusto von Dentz1-2/+10