index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
l2cap_sock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()
Kuniyuki Iwashima
2025-08-29
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-17
1
-0
/
+3
|
\
|
*
Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()
Kuniyuki Iwashima
2025-07-16
1
-0
/
+3
*
|
net: make sk->sk_sndtimeo lockless
Eric Dumazet
2025-06-24
1
-2
/
+2
|
/
*
Bluetooth: L2CAP: add TX timestamping
Pauli Virtanen
2025-03-25
1
-1
/
+14
*
Bluetooth: L2CAP: Fix corrupted list in hci_chan_del
Luiz Augusto von Dentz
2025-02-13
1
-8
/
+7
*
Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection
Fedor Pchelkin
2025-01-29
1
-2
/
+2
*
Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc
Fedor Pchelkin
2025-01-15
1
-1
/
+2
*
Bluetooth: Improve setsockopt() handling of malformed user input
Michal Luczaj
2024-12-11
1
-9
/
+11
*
Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre...
Ignat Korchagin
2024-10-16
1
-0
/
+1
*
Bluetooth: L2CAP: Fix deadlock
Luiz Augusto von Dentz
2024-06-28
1
-12
/
+1
*
bluetooth/l2cap: sync sock recv cb and release
Edward Adam Davis
2024-06-28
1
-3
/
+22
*
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-18
1
-2
/
+2
|
\
|
*
net: change proto and proto_ops accept type
Jens Axboe
2024-05-14
1
-2
/
+2
*
|
Bluetooth: compute LE flow credits based on recvbuf space
Sebastian Urban
2024-05-14
1
-18
/
+73
|
/
*
Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()
Nathan Chancellor
2024-04-24
1
-3
/
+4
*
Bluetooth: L2CAP: Fix not validating setsockopt user input
Luiz Augusto von Dentz
2024-04-10
1
-32
/
+20
*
Bluetooth: hci_conn: Always use sk_timeo as conn_timeout
Luiz Augusto von Dentz
2024-03-06
1
-1
/
+2
*
Bluetooth: Remove BT_HS
Luiz Augusto von Dentz
2024-03-06
1
-17
/
+1
*
net: implement lockless SO_PRIORITY
Eric Dumazet
2023-10-01
1
-1
/
+1
*
Bluetooth: Init sk_peer_* on bt_sock_alloc
Luiz Augusto von Dentz
2023-08-11
1
-19
/
+0
*
Bluetooth: Consolidate code around sk_alloc into a helper function
Luiz Augusto von Dentz
2023-08-11
1
-9
/
+1
*
Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb
Sungwoo Kim
2023-06-29
1
-0
/
+2
*
Bluetooth: L2CAP: Fix potential user-after-free
Luiz Augusto von Dentz
2023-02-09
1
-0
/
+8
*
Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()
Dan Carpenter
2022-01-07
1
-6
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-31
1
-0
/
+1
|
\
|
*
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
*
|
Bluetooth: L2CAP: Fix using wrong mode
Luiz Augusto von Dentz
2021-12-21
1
-2
/
+10
|
/
*
Bluetooth: L2CAP: Fix not initializing sk_peer_pid
Luiz Augusto von Dentz
2021-10-12
1
-0
/
+19
*
Bluetooth: fix use-after-free error in lock_sock_nested()
Wang ShaoBo
2021-09-01
1
-1
/
+9
*
Bluetooth: check for zapped sk before connecting
Archie Pusaka
2021-03-23
1
-0
/
+8
*
Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel
Luiz Augusto von Dentz
2020-09-25
1
-0
/
+14
*
Bluetooth: Only mark socket zapped after unlocking
Abhishek Pandit-Subedi
2020-09-13
1
-3
/
+4
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2020-07-31
1
-2
/
+2
|
\
|
*
Bluetooth: core: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-10
1
-2
/
+2
*
|
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-11
/
+11
|
/
*
Bluetooth: L2CAP: add support for waiting disconnection resp
Archie Pusaka
2020-05-13
1
-7
/
+23
*
Bluetooth: Add BT_MODE socket option
Luiz Augusto von Dentz
2020-04-02
1
-1
/
+112
*
Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONS
Luiz Augusto von Dentz
2020-04-02
1
-4
/
+21
*
Bluetooth: L2CAP: Add get_peer_pid callback
Luiz Augusto von Dentz
2020-03-24
1
-0
/
+8
*
Bluetooth: L2CAP: Fix a condition in l2cap_sock_recvmsg()
Dan Carpenter
2020-03-12
1
-1
/
+1
*
Bluetooth: L2CAP: Add module option to enable ECRED mode
Luiz Augusto von Dentz
2020-03-08
1
-0
/
+5
*
Bluetooth: L2CAP: Add initial code for Enhanced Credit Based Mode
Luiz Augusto von Dentz
2020-03-08
1
-4
/
+19
*
Bluetooth: Fix crash when using new BT_PHY option
Luiz Augusto von Dentz
2020-02-18
1
-1
/
+1
*
Bluetooth: Add BT_PHY socket option
Luiz Augusto von Dentz
2020-02-14
1
-0
/
+13
*
Bluetooth: prefetch channel before killing sock
Hillf Danton
2020-02-05
1
-4
/
+6
*
Bluetooth: Fix refcount use-after-free issue
Manish Mandlik
2020-01-29
1
-3
/
+13
*
Bluetooth: Add return check for L2CAP security level set
Fugang Duan
2019-04-23
1
-2
/
+5
*
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
2019-04-19
1
-0
/
+1
*
Bluetooth: Fix locking in bt_accept_enqueue() for BH context
Matthias Kaehlcke
2019-01-22
1
-1
/
+1
[next]