aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/sco.c
AgeCommit message (Expand)Author
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
2011-02-27Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo
2011-02-14Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan
2011-02-14Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov
2010-12-01Bluetooth: clean up sco codeAndrei Emeltchenko
2010-11-22Bluetooth: Fix not returning proper error in SCOGustavo F. Padovan
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10Bluetooth: Trivial clean ups to SCOGustavo F. Padovan
2010-05-10Bluetooth: Make hci_send_sco() voidGustavo F. Padovan
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann
2010-03-21Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-07net: mark net_proto_ops as constStephen Hemminger