aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/sco.c
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-0/+5
* samsung update 1codeworkx2012-06-021-35/+51
* Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz2011-06-101-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
* [Bluetooth] Enforce correct authentication requirementsMarcel Holtmann2008-09-091-1/+1
* [Bluetooth] Consolidate maintainers informationMarcel Holtmann2008-08-181-1/+1
* [Bluetooth] Add option to disable eSCO connection creationMarcel Holtmann2008-07-141-2/+10
* [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCOMarcel Holtmann2008-07-141-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-1/+1
|\
| * bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day2008-03-281-1/+1
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
|/
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-8/+1
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [Bluetooth] Add support for handling simple eSCO linksMarcel Holtmann2007-10-221-4/+8
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-5/+5
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-1/+1
* [NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-15/+15
* [Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann2006-10-151-1/+2
* [Bluetooth] Handle return values from driver core functionsMarcel Holtmann2006-10-151-1/+2
* [Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann2006-07-121-7/+5
* [Bluetooth] Use real devices for host controllersMarcel Holtmann2006-07-031-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [BLUETOOTH] sco: Possible double free.Eric Sesterhenn2006-04-091-1/+1
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-2/+2
* [NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise2006-01-031-2/+3
* [Bluetooth]: Remove the usage of /proc completelyMarcel Holtmann2005-11-081-79/+13
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-1/+1