aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/sco.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches1-5/+5
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-1/+0
2013-10-18Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsMarcel Holtmann1-7/+6
2013-10-13Bluetooth: Store SCO address information in its own socket structureMarcel Holtmann1-18/+18
2013-10-13Bluetooth: Use SCO addresses from HCI connection directlyMarcel Holtmann1-12/+8
2013-08-21Bluetooth: Prevent transparent SCO on older devicesFrédéric Dalleau1-0/+6
2013-08-21Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau1-1/+1
2013-08-21Bluetooth: Use voice setting in deferred SCO connection requestFrédéric Dalleau1-5/+17
2013-08-21Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau1-1/+39
2013-08-21Bluetooth: Remove unused mask parameter in sco_conn_defer_acceptFrédéric Dalleau1-7/+3
2013-08-21Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau1-2/+1
2013-08-21Bluetooth: Fix getting SCO socket options in deferred stateJohan Hedberg1-2/+6
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-7/+42
2013-04-18Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau1-1/+37
2013-04-11Bluetooth: Minor coding style fixClaudio Takahasi1-2/+1
2013-04-11Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi1-1/+1
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann1-3/+3
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro1-1/+1
2013-04-07Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause1-0/+1
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville1-0/+1
2013-03-14Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes1-0/+1
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann1-2/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-9/+5
2013-02-01Bluetooth: Reduce critical section in sco_conn_readyAndre Guedes1-8/+10
2013-01-10Bluetooth: Check if the hci connection exists in SCO shutdownGustavo Padovan1-1/+1
2012-12-03Revert "Bluetooth: Fix possible deadlock in SCO code"Gustavo Padovan1-9/+10
2012-12-03Bluetooth: Implement deferred sco socket setupFrédéric Dalleau1-3/+32
2012-12-03Bluetooth: Add BT_DEFER_SETUP option to sco socketFrédéric Dalleau1-0/+32
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko1-2/+2
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko1-4/+4
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-10/+9
2012-08-06Bluetooth: Fix possible deadlock in SCO codeGustavo Padovan1-10/+9
2012-08-06Bluetooth: Added /proc/net/sco via bt_procfs_init()Masatake YAMATO1-0/+9
2012-08-06Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko1-5/+2
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-18/+0
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan1-1/+1
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan1-4/+5
2012-06-05Bluetooth: Fix coding style in sco.cGustavo Padovan1-7/+7
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes1-1/+2
2012-05-09Bluetooth: Restrict to one SCO listening socketMarcel Holtmann1-7/+22
2012-05-09Bluetooth: Don't check source address in SCO bind functionMarcel Holtmann1-10/+6
2012-05-09Bluetooth: Remove not needed status parameterLukasz Rymanowski1-4/+4
2012-05-09Bluetooth: Split error handling for SCO listen socketsMarcel Holtmann1-1/+6
2012-05-09Bluetooth: remove unneeded declaration of sco_conn_del()Gustavo Padovan1-2/+0
2012-05-09Bluetooth: Remove unnecessary checkMikel Astiz1-6/+4
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0