summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/sco.c
AgeCommit message (Expand)AuthorLines
2015-01-23Bluetooth: Fix nested sleepsPeter Hurley-5/+3
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_scoMarcel Holtmann-0/+2
2014-11-24new helper: memcpy_from_msg()Al Viro-1/+1
2014-07-17Bluetooth: never linger on process exitVladimir Davydov-2/+4
2014-07-14Bluetooth: Remove sco_chan_get helper functionMarcel Holtmann-11/+9
2014-07-13Bluetooth: Remove unneeded forward declaration of sco_chan_delMarcel Holtmann-29/+27
2014-07-13Bluetooth: Remove unneeded forward declaration of __sco_chan_addMarcel Holtmann-12/+11
2014-07-11Bluetooth: Move SCO timeout constants into net/bluetooth/sco.cMarcel Holtmann-0/+3
2014-07-11Bluetooth: Move struct sco_conn into net/bluetooth/sco.cMarcel Holtmann-0/+13
2014-07-11Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.cMarcel Holtmann-0/+12
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-1/+1
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches-5/+5
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa-1/+0
2013-10-18Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsMarcel Holtmann-7/+6
2013-10-13Bluetooth: Store SCO address information in its own socket structureMarcel Holtmann-18/+18
2013-10-13Bluetooth: Use SCO addresses from HCI connection directlyMarcel Holtmann-12/+8
2013-08-21Bluetooth: Prevent transparent SCO on older devicesFrédéric Dalleau-0/+6
2013-08-21Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau-1/+1
2013-08-21Bluetooth: Use voice setting in deferred SCO connection requestFrédéric Dalleau-5/+17
2013-08-21Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau-1/+39
2013-08-21Bluetooth: Remove unused mask parameter in sco_conn_defer_acceptFrédéric Dalleau-7/+3
2013-08-21Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau-2/+1
2013-08-21Bluetooth: Fix getting SCO socket options in deferred stateJohan Hedberg-2/+6
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-7/+42
2013-04-18Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau-1/+37
2013-04-11Bluetooth: Minor coding style fixClaudio Takahasi-2/+1
2013-04-11Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi-1/+1
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann-3/+3
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-2/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro-1/+1
2013-04-07Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause-0/+1
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+1
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-0/+1
2013-03-14Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes-0/+1
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann-2/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-9/+5
2013-02-01Bluetooth: Reduce critical section in sco_conn_readyAndre Guedes-8/+10
2013-01-10Bluetooth: Check if the hci connection exists in SCO shutdownGustavo Padovan-1/+1
2012-12-03Revert "Bluetooth: Fix possible deadlock in SCO code"Gustavo Padovan-9/+10
2012-12-03Bluetooth: Implement deferred sco socket setupFrédéric Dalleau-3/+32
2012-12-03Bluetooth: Add BT_DEFER_SETUP option to sco socketFrédéric Dalleau-0/+32
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko-2/+2
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko-4/+4
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-10/+9
2012-08-06Bluetooth: Fix possible deadlock in SCO codeGustavo Padovan-10/+9
2012-08-06Bluetooth: Added /proc/net/sco via bt_procfs_init()Masatake YAMATO-0/+9
2012-08-06Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko-5/+2
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan-18/+0
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan-1/+1