aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/sco.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-01Bluetooth: clean up sco codeAndrei Emeltchenko1-9/+13
2010-11-22Bluetooth: Fix not returning proper error in SCOGustavo F. Padovan1-3/+3
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-10Bluetooth: Trivial clean ups to SCOGustavo F. Padovan1-12/+11
2010-05-10Bluetooth: Make hci_send_sco() voidGustavo F. Padovan1-2/+1
2010-04-20net: sk_sleep() helperEric Dumazet1-2/+2
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao1-1/+2
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann1-21/+26
2010-03-21Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann1-1/+10
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+3
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-08-22Bluetooth: Add proper shutdown support to SCO socketsMarcel Holtmann1-15/+34
2009-02-27Bluetooth: Ask upper layers for HCI disconnect reasonMarcel Holtmann1-2/+2
2009-02-27Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann1-1/+1
2009-02-27Bluetooth: Reject incoming SCO connections without listenersMarcel Holtmann1-2/+22