summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/sco.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-36/+6Star
|\|
| * Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim2011-12-221-34/+4Star
| * 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-201-1/+1
|/
* bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore2011-10-191-1/+4
* Bluetooth: sco: Fix lost wakeups waiting to accept socketPeter Hurley2011-08-121-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-121-9/+0Star
* Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz2011-04-191-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/+2Star
* Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov2011-02-141-0/+1
* Bluetooth: clean up sco codeAndrei Emeltchenko2010-12-021-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-181-1/+0Star
* Bluetooth: Trivial clean ups to SCOGustavo F. Padovan2010-05-101-12/+11Star
* Bluetooth: Make hci_send_sco() voidGustavo F. Padovan2010-05-101-2/+1Star
* net: sk_sleep() helperEric Dumazet2010-04-211-2/+2
* net: check the length of the socket address passed to connect(2)Changli Gao2010-04-021-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-081-1/+3
* net: pass kern to net_proto_family create functionEric Paris2009-11-061-1/+2
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-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/+0Star
* [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-031-1/+1
|\
| * bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day2008-03-291-1/+1
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
|/
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-8/+1Star
* [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-111-5/+5
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-1/+1
* [NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-15/+15
* [Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann2006-10-161-1/+2
* [Bluetooth] Handle return values from driver core functionsMarcel Holtmann2006-10-161-1/+2
* [Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann2006-07-131-7/+5Star