aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/sco.c
AgeCommit message (Expand)Author
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
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
2012-05-09Bluetooth: Restrict to one SCO listening socketMarcel Holtmann
2012-05-09Bluetooth: Don't check source address in SCO bind functionMarcel Holtmann
2012-05-09Bluetooth: Remove not needed status parameterLukasz Rymanowski
2012-05-09Bluetooth: Split error handling for SCO listen socketsMarcel Holtmann
2012-05-09Bluetooth: remove unneeded declaration of sco_conn_del()Gustavo Padovan
2012-05-09Bluetooth: Remove unnecessary checkMikel Astiz
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-02Bluetooth: Remove *_bh locks from SCOGustavo F. Padovan
2011-12-22Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan
2011-10-18bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore
2011-08-11Bluetooth: sco: Fix lost wakeups waiting to accept socketPeter Hurley
2011-06-30Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches
2011-06-09Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz
2011-05-11Revert "Bluetooth: fix shutdown on SCO sockets"Linus Torvalds
2011-04-18Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz