summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/sco.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-211-1/+1
* Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz2023-08-111-18/+4
* Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz2023-08-111-9/+1
* Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen2023-07-201-11/+12
* Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz2023-04-101-7/+9
* Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfmLuiz Augusto von Dentz2023-04-101-29/+40
* Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2022-05-131-1/+1
* Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu2022-05-131-8/+13
* Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz2021-09-211-4/+6
* Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2021-09-211-1/+1
* Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2021-09-131-23/+11
* Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K2021-09-071-1/+11
* Bluetooth: Allow setting of codec for HFP offload use caseKiran K2021-09-071-0/+60
* Bluetooth: Allow querying of supported offload codecs over SCO socketKiran K2021-09-071-0/+101
* Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi2021-09-031-5/+4
* Bluetooth: call sock_hold earlier in sco_conn_delDesmond Cheong Zhi Xi2021-09-031-1/+2
* Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai2021-08-301-8/+16
* Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi2021-08-101-6/+1
* Bluetooth: serialize calls to sco_sock_{set,clear}_timerDesmond Cheong Zhi Xi2021-08-101-2/+2
* Bluetooth: switch to lock_sock in SCODesmond Cheong Zhi Xi2021-08-101-9/+9
* Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi2021-08-101-23/+16
* Bluetooth: schedule SCO timeouts with delayed_workDesmond Cheong Zhi Xi2021-08-101-6/+29
* Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter2021-07-221-0/+5
* Bluetooth: sco: Use the correct print formatKai Ye2021-06-261-4/+4
* Bluetooth: Remove trailing semicolon in macrosMeng Yu2021-03-241-2/+2
* Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU optionWei Yongjun2020-12-071-0/+5
* Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTUJoseph Hwang2020-09-111-0/+6
* bluetooth: sco: Fix sockptr reference.David S. Miller2020-07-311-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-07-311-0/+32
|\
| * Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsAlain Michaud2020-06-121-0/+32
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-3/+3
|/
* Bluetooth: Fix crash when using new BT_PHY optionLuiz Augusto von Dentz2020-02-181-1/+1
* Bluetooth: Add BT_PHY socket optionLuiz Augusto von Dentz2020-02-141-0/+13
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+1
* Bluetooth: Check address length before reading address fieldTetsuo Handa2019-04-121-2/+2
* Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-01-221-1/+1
* Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-191-11/+1
* Bluetooth: avoid killing an already killed socketSudip Mukherjee2018-07-161-1/+2
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* net/bluetooth: convert to ->poll_maskChristoph Hellwig2018-05-261-1/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk2017-06-291-4/+2
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Bluetooth: Fix using the correct source address typeJohan Hedberg2016-11-221-1/+1
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2015-12-151-0/+3
* Bluetooth: Fix crash on fast disconnect of SCOKuba Pawlak2015-10-271-0/+5
* Bluetooth: Fix some obvious coding style issues in the SCO moduleMarcel Holtmann2015-10-261-11/+19
* Bluetooth: Fix locking issue during fast SCO reconnection.Kuba Pawlak2015-10-251-0/+5