summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/sco.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-1/+1
|\
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-241-7/+42
|\ \
| * | Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau2013-04-181-1/+37
| * | Bluetooth: Minor coding style fixClaudio Takahasi2013-04-111-2/+1Star
| * | Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi2013-04-111-1/+1
| * | Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-111-3/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-101-2/+1Star
|\| |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-291-0/+1
| |\|
| * | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-081-2/+1Star
* | | Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause2013-04-071-0/+1
| |/ |/|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-03-181-0/+1
|\ \ | |/ |/|
| * Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes2013-03-141-0/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-9/+5Star
* | Bluetooth: Reduce critical section in sco_conn_readyAndre Guedes2013-02-011-8/+10
|/
* Bluetooth: Check if the hci connection exists in SCO shutdownGustavo Padovan2013-01-101-1/+1
* Revert "Bluetooth: Fix possible deadlock in SCO code"Gustavo Padovan2012-12-031-9/+10
* Bluetooth: Implement deferred sco socket setupFrédéric Dalleau2012-12-031-3/+32
* Bluetooth: Add BT_DEFER_SETUP option to sco socketFrédéric Dalleau2012-12-031-0/+32
* Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-271-2/+2
* Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-271-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-10/+9Star
|\
| * Bluetooth: Fix possible deadlock in SCO codeGustavo Padovan2012-08-061-10/+9Star
* | Bluetooth: Added /proc/net/sco via bt_procfs_init()Masatake YAMATO2012-08-061-0/+9
* | Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko2012-08-061-5/+2Star
|/
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-18/+0Star
* Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan2012-06-051-1/+1
* Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-051-4/+5
* Bluetooth: Fix coding style in sco.cGustavo Padovan2012-06-051-7/+7
* Bluetooth: Add dst_type parameter to hci_connectAndre Guedes2012-05-091-1/+2
* Bluetooth: Restrict to one SCO listening socketMarcel Holtmann2012-05-091-7/+22
* Bluetooth: Don't check source address in SCO bind functionMarcel Holtmann2012-05-091-10/+6Star
* Bluetooth: Remove not needed status parameterLukasz Rymanowski2012-05-091-4/+4
* Bluetooth: Split error handling for SCO listen socketsMarcel Holtmann2012-05-091-1/+6
* Bluetooth: remove unneeded declaration of sco_conn_del()Gustavo Padovan2012-05-091-2/+0Star
* Bluetooth: Remove unnecessary checkMikel Astiz2012-05-091-6/+4Star
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-101-4/+4
|\
| * Bluetooth: Remove *_bh locks from SCOGustavo F. Padovan2012-01-031-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-36/+6Star
|\|
| * Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim2011-12-221-34/+4Star
| * Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-181-2/+2
* | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
|/
* bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore2011-10-191-1/+4
* Bluetooth: sco: Fix lost wakeups waiting to accept socketPeter Hurley2011-08-121-14/+14
* Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches2011-06-301-2/+2
* Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz2011-06-091-1/+12
* Revert "Bluetooth: fix shutdown on SCO sockets"Linus Torvalds2011-05-121-9/+0Star
* Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz2011-04-191-0/+9
* Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo2011-02-271-3/+4