index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
sco.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: SCO: Fix UAF on sco_sock_timeout
Luiz Augusto von Dentz
2024-10-23
1
-6
/
+12
*
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: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
Sungwoo Kim
2024-05-14
1
-3
/
+3
|
/
*
Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout
Duoming Zhou
2024-05-03
1
-0
/
+4
*
Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()
Nathan Chancellor
2024-04-24
1
-3
/
+4
*
Bluetooth: SCO: Fix not validating setsockopt user input
Luiz Augusto von Dentz
2024-04-10
1
-13
/
+10
*
Bluetooth: hci_conn: Always use sk_timeo as conn_timeout
Luiz Augusto von Dentz
2024-03-06
1
-1
/
+2
*
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
2023-08-21
1
-1
/
+1
*
Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic
Luiz Augusto von Dentz
2023-08-11
1
-18
/
+4
*
Bluetooth: Consolidate code around sk_alloc into a helper function
Luiz Augusto von Dentz
2023-08-11
1
-9
/
+1
*
Bluetooth: SCO: fix sco_conn related locking and validity issues
Pauli Virtanen
2023-07-20
1
-11
/
+12
*
Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt
Luiz Augusto von Dentz
2023-04-10
1
-7
/
+9
*
Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfm
Luiz Augusto von Dentz
2023-04-10
1
-29
/
+40
*
Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirk
Luiz Augusto von Dentz
2022-05-13
1
-1
/
+1
*
Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout
Ying Hsu
2022-05-13
1
-8
/
+13
*
Bluetooth: SCO: Fix sco_send_frame returning skb->len
Luiz Augusto von Dentz
2021-09-21
1
-4
/
+6
*
Bluetooth: Fix passing NULL to PTR_ERR
Luiz Augusto von Dentz
2021-09-21
1
-1
/
+1
*
Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsg
Luiz Augusto von Dentz
2021-09-13
1
-23
/
+11
*
Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection command
Kiran K
2021-09-07
1
-1
/
+11
*
Bluetooth: Allow setting of codec for HFP offload use case
Kiran K
2021-09-07
1
-0
/
+60
*
Bluetooth: Allow querying of supported offload codecs over SCO socket
Kiran K
2021-09-07
1
-0
/
+101
*
Bluetooth: fix init and cleanup of sco_conn.timeout_work
Desmond Cheong Zhi Xi
2021-09-04
1
-5
/
+4
*
Bluetooth: call sock_hold earlier in sco_conn_del
Desmond Cheong Zhi Xi
2021-09-04
1
-1
/
+2
*
Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
Takashi Iwai
2021-08-30
1
-8
/
+16
*
Bluetooth: fix repeated calls to sco_sock_kill
Desmond Cheong Zhi Xi
2021-08-10
1
-6
/
+1
*
Bluetooth: serialize calls to sco_sock_{set,clear}_timer
Desmond Cheong Zhi Xi
2021-08-10
1
-2
/
+2
*
Bluetooth: switch to lock_sock in SCO
Desmond Cheong Zhi Xi
2021-08-10
1
-9
/
+9
*
Bluetooth: avoid circular locks in sco_sock_connect
Desmond Cheong Zhi Xi
2021-08-10
1
-23
/
+16
*
Bluetooth: schedule SCO timeouts with delayed_work
Desmond Cheong Zhi Xi
2021-08-10
1
-6
/
+29
*
Bluetooth: sco: prevent information leak in sco_conn_defer_accept()
Dan Carpenter
2021-07-22
1
-0
/
+5
*
Bluetooth: sco: Use the correct print format
Kai Ye
2021-06-26
1
-4
/
+4
*
Bluetooth: Remove trailing semicolon in macros
Meng Yu
2021-03-24
1
-2
/
+2
*
Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU option
Wei Yongjun
2020-12-07
1
-0
/
+5
*
Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTU
Joseph Hwang
2020-09-11
1
-0
/
+6
*
bluetooth: sco: Fix sockptr reference.
David S. Miller
2020-08-01
1
-1
/
+1
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2020-08-01
1
-0
/
+32
|
\
|
*
Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connections
Alain Michaud
2020-06-12
1
-0
/
+32
*
|
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-25
1
-3
/
+3
|
/
*
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
*
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
2019-04-19
1
-0
/
+1
*
Bluetooth: Check address length before reading address field
Tetsuo Handa
2019-04-12
1
-2
/
+2
*
Bluetooth: Fix locking in bt_accept_enqueue() for BH context
Matthias Kaehlcke
2019-01-22
1
-1
/
+1
*
Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
2018-12-19
1
-11
/
+1
*
Bluetooth: avoid killing an already killed socket
Sudip Mukherjee
2018-07-16
1
-1
/
+2
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-1
/
+1
*
net/bluetooth: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-1
/
+1
*
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
2018-02-12
1
-3
/
+2
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-22
1
-3
/
+3
[next]