summaryrefslogtreecommitdiff
path: root/net/bluetooth/sco.c
AgeCommit message (Expand)Author
2024-04-24Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor
2024-04-10Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-08-11Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz
2023-08-11Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz
2023-07-20Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen
2023-04-10Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz
2023-04-10Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfmLuiz Augusto von Dentz
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz
2022-05-13Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu
2021-09-21Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz
2021-09-21Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz
2021-09-13Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz
2021-09-07Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K
2021-09-07Bluetooth: Allow setting of codec for HFP offload use caseKiran K
2021-09-07Bluetooth: Allow querying of supported offload codecs over SCO socketKiran K
2021-09-03Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi
2021-09-03Bluetooth: call sock_hold earlier in sco_conn_delDesmond Cheong Zhi Xi
2021-08-30Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai
2021-08-10Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi
2021-08-10Bluetooth: serialize calls to sco_sock_{set,clear}_timerDesmond Cheong Zhi Xi
2021-08-10Bluetooth: switch to lock_sock in SCODesmond Cheong Zhi Xi
2021-08-10Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi
2021-08-10Bluetooth: schedule SCO timeouts with delayed_workDesmond Cheong Zhi Xi
2021-07-22Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter
2021-06-26Bluetooth: sco: Use the correct print formatKai Ye
2021-03-24Bluetooth: Remove trailing semicolon in macrosMeng Yu
2020-12-07Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU optionWei Yongjun
2020-09-11Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTUJoseph Hwang
2020-07-31bluetooth: sco: Fix sockptr reference.David S. Miller
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-06-12Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsAlain Michaud
2020-02-18Bluetooth: Fix crash when using new BT_PHY optionLuiz Augusto von Dentz
2020-02-14Bluetooth: Add BT_PHY socket optionLuiz Augusto von Dentz
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-12Bluetooth: Check address length before reading address fieldTetsuo Handa
2019-01-22Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke
2018-12-19Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2018-07-16Bluetooth: avoid killing an already killed socketSudip Mukherjee
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26net/bluetooth: convert to ->poll_maskChristoph Hellwig
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-06-29Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg
2015-12-15bluetooth: Validate socket address length in sco_sock_bind().David S. Miller