summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/sco.c
AgeCommit message (Expand)Author
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
2015-10-27Bluetooth: Fix crash on fast disconnect of SCOKuba Pawlak
2015-10-26Bluetooth: Fix some obvious coding style issues in the SCO moduleMarcel Holtmann
2015-10-25Bluetooth: Fix locking issue during fast SCO reconnection.Kuba Pawlak
2015-10-25Bluetooth: Fix locking issue on SCO disconnectionKuba Pawlak
2015-10-25Bluetooth: Fix crash on SCO disconnectKuba Pawlak
2015-08-28Bluetooth: Make the function sco_conn_del have a return type of voidNicholas Krause
2015-06-09Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidArron Wang
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-07Bluetooth: fix sco_exit compile warningAlexander Aring
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg
2015-01-23Bluetooth: Fix nested sleepsPeter Hurley
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_scoMarcel Holtmann
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-07-17Bluetooth: never linger on process exitVladimir Davydov
2014-07-14Bluetooth: Remove sco_chan_get helper functionMarcel Holtmann
2014-07-13Bluetooth: Remove unneeded forward declaration of sco_chan_delMarcel Holtmann
2014-07-13Bluetooth: Remove unneeded forward declaration of __sco_chan_addMarcel Holtmann
2014-07-11Bluetooth: Move SCO timeout constants into net/bluetooth/sco.cMarcel Holtmann
2014-07-11Bluetooth: Move struct sco_conn into net/bluetooth/sco.cMarcel Holtmann
2014-07-11Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.cMarcel Holtmann
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-10-18Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsMarcel Holtmann
2013-10-13Bluetooth: Store SCO address information in its own socket structureMarcel Holtmann