summaryrefslogtreecommitdiff
path: root/net/bluetooth/sco.c
AgeCommit message (Expand)Author
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
2013-10-13Bluetooth: Use SCO addresses from HCI connection directlyMarcel Holtmann
2013-08-21Bluetooth: Prevent transparent SCO on older devicesFrédéric Dalleau
2013-08-21Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau
2013-08-21Bluetooth: Use voice setting in deferred SCO connection requestFrédéric Dalleau
2013-08-21Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau
2013-08-21Bluetooth: Remove unused mask parameter in sco_conn_defer_acceptFrédéric Dalleau
2013-08-21Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau
2013-08-21Bluetooth: Fix getting SCO socket options in deferred stateJohan Hedberg
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-18Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau
2013-04-11Bluetooth: Minor coding style fixClaudio Takahasi
2013-04-11Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro
2013-04-07Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2013-03-14Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-01Bluetooth: Reduce critical section in sco_conn_readyAndre Guedes
2013-01-10Bluetooth: Check if the hci connection exists in SCO shutdownGustavo Padovan
2012-12-03Revert "Bluetooth: Fix possible deadlock in SCO code"Gustavo Padovan
2012-12-03Bluetooth: Implement deferred sco socket setupFrédéric Dalleau
2012-12-03Bluetooth: Add BT_DEFER_SETUP option to sco socketFrédéric Dalleau
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-08-06Bluetooth: Fix possible deadlock in SCO codeGustavo Padovan
2012-08-06Bluetooth: Added /proc/net/sco via bt_procfs_init()Masatake YAMATO
2012-08-06Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan
2012-06-05Bluetooth: Fix coding style in sco.cGustavo Padovan
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes