aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/sco.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville1-4/+4
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-36/+6
2012-01-02Bluetooth: Remove *_bh locks from SCOGustavo F. Padovan1-4/+4
2011-12-22Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim1-34/+4
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-2/+2
2011-10-18bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore1-1/+4
2011-08-11Bluetooth: sco: Fix lost wakeups waiting to accept socketPeter Hurley1-14/+14
2011-06-30Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches1-2/+2
2011-06-09Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz1-1/+12
2011-05-11Revert "Bluetooth: fix shutdown on SCO sockets"Linus Torvalds1-9/+0
2011-04-18Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz1-0/+9
2011-02-27Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo1-3/+4
2011-02-14Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan1-14/+2
2011-02-14Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov1-0/+1