summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/sco.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+2Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
* Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk2017-06-291-4/+2Star
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-101-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
* Bluetooth: Fix locking issue on SCO disconnectionKuba Pawlak2015-10-251-0/+2
* Bluetooth: Fix crash on SCO disconnectKuba Pawlak2015-10-251-0/+2
* Bluetooth: Make the function sco_conn_del have a return type of voidNicholas Krause2015-08-281-3/+2Star
* Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidArron Wang2015-06-091-3/+2Star
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-4/+4
* Bluetooth: fix sco_exit compile warningAlexander Aring2015-03-071-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-021-2/+19
|\
| * Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-1/+5
| * Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-1/+14
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-5/+5
|/
* Bluetooth: Fix nested sleepsPeter Hurley2015-01-231-5/+3Star
* Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_scoMarcel Holtmann2015-01-121-0/+2
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* Bluetooth: never linger on process exitVladimir Davydov2014-07-171-2/+4
* Bluetooth: Remove sco_chan_get helper functionMarcel Holtmann2014-07-141-11/+9Star
* Bluetooth: Remove unneeded forward declaration of sco_chan_delMarcel Holtmann2014-07-131-29/+27Star
* Bluetooth: Remove unneeded forward declaration of __sco_chan_addMarcel Holtmann2014-07-131-12/+11Star
* Bluetooth: Move SCO timeout constants into net/bluetooth/sco.cMarcel Holtmann2014-07-111-0/+3
* Bluetooth: Move struct sco_conn into net/bluetooth/sco.cMarcel Holtmann2014-07-111-0/+13
* Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.cMarcel Holtmann2014-07-111-0/+12
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-5/+5
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-1/+0Star
* Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsMarcel Holtmann2013-10-181-7/+6Star
* Bluetooth: Store SCO address information in its own socket structureMarcel Holtmann2013-10-131-18/+18
* Bluetooth: Use SCO addresses from HCI connection directlyMarcel Holtmann2013-10-131-12/+8Star
* Bluetooth: Prevent transparent SCO on older devicesFrédéric Dalleau2013-08-211-0/+6
* Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau2013-08-211-1/+1
* Bluetooth: Use voice setting in deferred SCO connection requestFrédéric Dalleau2013-08-211-5/+17
* Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau2013-08-211-1/+39
* Bluetooth: Remove unused mask parameter in sco_conn_defer_acceptFrédéric Dalleau2013-08-211-7/+3Star
* Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau2013-08-211-2/+1Star
* Bluetooth: Fix getting SCO socket options in deferred stateJohan Hedberg2013-08-211-2/+6