aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-19Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg1-2/+6
2011-01-19Bluetooth: Fix MITM protection requirement preservationJohan Hedberg1-0/+3
2011-01-19Revert "Bluetooth: Update sec_level/auth_type for already existing connections"Johan Hedberg1-5/+0
2010-12-01Bluetooth: clean up hci codeAndrei Emeltchenko1-8/+15
2010-07-27Bluetooth: Defer SCO setup if mode change is pendingMarcel Holtmann1-4/+28
2010-07-21Bluetooth: Reassigned copyright to Code Aurora ForumRon Shaffer1-1/+1
2010-07-08Bluetooth: Update sec_level/auth_type for already existing connectionsVille Tervo1-0/+5
2010-02-03Bluetooth: Enter active mode before establishing a SCO link.Nick Pelly1-0/+3
2009-11-16Bluetooth: Set general bonding security for ACL by defaultAndrei Emeltchenko1-0/+1
2009-08-22Bluetooth: Add extra device reference counting for connectionsMarcel Holtmann1-1/+16
2009-05-09Bluetooth: Don't use hci_acl_connect_cancel() for incoming connectionsMarcel Holtmann1-3/+1
2009-05-09Bluetooth: Fix wrong module refcount when connection setup failsMarcel Holtmann1-0/+2
2009-05-04Bluetooth: Fix issue with sysfs handling for connectionsMarcel Holtmann1-0/+2
2009-04-28Bluetooth: Fix connection establishment with low security requirementMarcel Holtmann1-6/+3
2009-04-28Bluetooth: Add different pairing timeout for Legacy PairingMarcel Holtmann1-0/+1
2009-02-27Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too earlyDave Young1-2/+2
2009-02-27Bluetooth: Set authentication requirement before requesting itMarcel Holtmann1-6/+4
2009-02-27Bluetooth: Ask upper layers for HCI disconnect reasonMarcel Holtmann1-2/+4
2009-02-27Bluetooth: Set authentication requirements if not availableMarcel Holtmann1-0/+3
2009-02-27Bluetooth: Use general bonding whenever possibleMarcel Holtmann1-14/+9
2009-02-27Bluetooth: Add SCO fallback for eSCO connection attemptsMarcel Holtmann1-2/+7
2009-02-27Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann1-15/+30
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-5/+0
2008-09-09[Bluetooth] Reject L2CAP connections on an insecure ACL linkMarcel Holtmann1-0/+13
2008-09-09[Bluetooth] Enforce correct authentication requirementsMarcel Holtmann1-3/+5
2008-07-14[Bluetooth] Use a more unique bus name for connectionsMarcel Holtmann1-3/+5
2008-07-14[Bluetooth] Export details about authentication requirementsMarcel Holtmann1-4/+34
2008-07-14[Bluetooth] Use ACL config stage to retrieve remote featuresMarcel Holtmann1-0/+2
2008-07-14[Bluetooth] Track status of remote Simple Pairing modeMarcel Holtmann1-5/+9
2008-07-14[Bluetooth] Make use of the default link policy settingsMarcel Holtmann1-0/+2
2008-07-14[Bluetooth] Track connection packet type changesMarcel Holtmann1-8/+24
2008-02-18bluetooth: put hci dev after del connDave Young1-1/+0
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-7/+2
2007-12-29[BLUETOOTH]: put_device before device_del fixDave Young1-9/+1
2007-10-22[Bluetooth] Add support for handling simple eSCO linksMarcel Holtmann1-5/+34
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann1-16/+27
2007-07-11[Bluetooth] Add basics to better support and handle eSCO linksMarcel Holtmann1-26/+25
2007-04-25[NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate.YOSHIFUJI Hideaki1-18/+18
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki1-10/+10
2006-10-15[Bluetooth] Support concurrent connect requestsMarcel Holtmann1-2/+4
2006-09-28[Bluetooth] Support create connection cancel commandMarcel Holtmann1-4/+27
2006-09-28[Bluetooth] Integrate low-level connections into the driver modelMarcel Holtmann1-1/+7
2006-07-03[Bluetooth] Add automatic sniff mode supportMarcel Holtmann1-11/+89
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-10[NET]: Remove unneeded kmalloc() return value castsJesper Juhl1-1/+1
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Al Viro1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+471