aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/sco.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkGravatar Luiz Augusto von Dentz 1-1/+1
2022-05-13Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutGravatar Ying Hsu 1-8/+13
2021-09-21Bluetooth: SCO: Fix sco_send_frame returning skb->lenGravatar Luiz Augusto von Dentz 1-4/+6
2021-09-21Bluetooth: Fix passing NULL to PTR_ERRGravatar Luiz Augusto von Dentz 1-1/+1
2021-09-13Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgGravatar Luiz Augusto von Dentz 1-23/+11
2021-09-07Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandGravatar Kiran K 1-1/+11
2021-09-07Bluetooth: Allow setting of codec for HFP offload use caseGravatar Kiran K 1-0/+60
2021-09-07Bluetooth: Allow querying of supported offload codecs over SCO socketGravatar Kiran K 1-0/+101
2021-09-03Bluetooth: fix init and cleanup of sco_conn.timeout_workGravatar Desmond Cheong Zhi Xi 1-5/+4
2021-09-03Bluetooth: call sock_hold earlier in sco_conn_delGravatar Desmond Cheong Zhi Xi 1-1/+2
2021-08-30Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Gravatar Takashi Iwai 1-8/+16
2021-08-10Bluetooth: fix repeated calls to sco_sock_killGravatar Desmond Cheong Zhi Xi 1-6/+1
2021-08-10Bluetooth: serialize calls to sco_sock_{set,clear}_timerGravatar Desmond Cheong Zhi Xi 1-2/+2
2021-08-10Bluetooth: switch to lock_sock in SCOGravatar Desmond Cheong Zhi Xi 1-9/+9
2021-08-10Bluetooth: avoid circular locks in sco_sock_connectGravatar Desmond Cheong Zhi Xi 1-23/+16
2021-08-10Bluetooth: schedule SCO timeouts with delayed_workGravatar Desmond Cheong Zhi Xi 1-6/+29
2021-07-22Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Gravatar Dan Carpenter 1-0/+5
2021-06-26Bluetooth: sco: Use the correct print formatGravatar Kai Ye 1-4/+4
2021-03-24Bluetooth: Remove trailing semicolon in macrosGravatar Meng Yu 1-2/+2
2020-12-07Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU optionGravatar Wei Yongjun 1-0/+5
2020-09-11Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTUGravatar Joseph Hwang 1-0/+6
2020-07-31bluetooth: sco: Fix sockptr reference.Gravatar David S. Miller 1-1/+1
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 1-0/+32
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-3/+3
2020-06-12Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsGravatar Alain Michaud 1-0/+32
2020-02-18Bluetooth: Fix crash when using new BT_PHY optionGravatar Luiz Augusto von Dentz 1-1/+1
2020-02-14Bluetooth: Add BT_PHY socket optionGravatar Luiz Augusto von Dentz 1-0/+13
2019-04-19net: rework SIOCGSTAMP ioctl handlingGravatar Arnd Bergmann 1-0/+1
2019-04-12Bluetooth: Check address length before reading address fieldGravatar Tetsuo Handa 1-2/+2
2019-01-22Bluetooth: Fix locking in bt_accept_enqueue() for BH contextGravatar Matthias Kaehlcke 1-1/+1
2018-12-19Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 1-11/+1
2018-07-16Bluetooth: avoid killing an already killed socketGravatar Sudip Mukherjee 1-1/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-1/+1
2018-05-26net/bluetooth: convert to ->poll_maskGravatar Christoph Hellwig 1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-3/+2
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-3/+3
2017-06-29Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Gravatar Mateusz Jurczyk 1-4/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2016-11-22Bluetooth: Fix using the correct source address typeGravatar Johan Hedberg 1-1/+1
2015-12-15bluetooth: Validate socket address length in sco_sock_bind().Gravatar David S. Miller 1-0/+3
2015-10-27Bluetooth: Fix crash on fast disconnect of SCOGravatar Kuba Pawlak 1-0/+5
2015-10-26Bluetooth: Fix some obvious coding style issues in the SCO moduleGravatar Marcel Holtmann 1-11/+19
2015-10-25Bluetooth: Fix locking issue during fast SCO reconnection.Gravatar Kuba Pawlak 1-0/+5
2015-10-25Bluetooth: Fix locking issue on SCO disconnectionGravatar Kuba Pawlak 1-0/+2
2015-10-25Bluetooth: Fix crash on SCO disconnectGravatar Kuba Pawlak 1-0/+2
2015-08-28Bluetooth: Make the function sco_conn_del have a return type of voidGravatar Nicholas Krause 1-3/+2
2015-06-09Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidGravatar Arron Wang 1-3/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-4/+4
2015-03-07Bluetooth: fix sco_exit compile warningGravatar Alexander Aring 1-1/+1