summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/sco.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-10/+9
|\
| * Bluetooth: Fix possible deadlock in SCO codeGustavo Padovan2012-08-061-10/+9
* | 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/+2
|/
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-18/+0
* 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/+6
* 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/+0
* Bluetooth: Remove unnecessary checkMikel Astiz2012-05-091-6/+4
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* 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-021-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-36/+6
|\|
| * Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim2011-12-221-34/+4
| * 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-191-1/+1
|/
* bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore2011-10-181-1/+4
* Bluetooth: sco: Fix lost wakeups waiting to accept socketPeter Hurley2011-08-111-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-111-9/+0
* Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz2011-04-181-0/+9
* Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo2011-02-271-3/+4
* Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan2011-02-141-14/+2
* Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov2011-02-141-0/+1
* Bluetooth: clean up sco codeAndrei Emeltchenko2010-12-011-9/+13
* Bluetooth: Fix not returning proper error in SCOGustavo F. Padovan2010-11-221-3/+3
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
* Bluetooth: Trivial clean ups to SCOGustavo F. Padovan2010-05-101-12/+11
* Bluetooth: Make hci_send_sco() voidGustavo F. Padovan2010-05-101-2/+1
* net: sk_sleep() helperEric Dumazet2010-04-201-2/+2
* net: check the length of the socket address passed to connect(2)Changli Gao2010-04-011-1/+2
* Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann2010-03-211-21/+26
* Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann2010-03-211-1/+10
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-1/+3
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* Bluetooth: Add proper shutdown support to SCO socketsMarcel Holtmann2009-08-221-15/+34
* Bluetooth: Ask upper layers for HCI disconnect reasonMarcel Holtmann2009-02-271-2/+2
* Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann2009-02-271-1/+1
* Bluetooth: Reject incoming SCO connections without listenersMarcel Holtmann2009-02-271-2/+22
* Bluetooth: Preparation for usage of SOL_BLUETOOTHMarcel Holtmann2009-02-271-1/+26
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0