aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-01Bluetooth: clean up hci codeGravatar Andrei Emeltchenko 1-8/+15
2010-07-27Bluetooth: Defer SCO setup if mode change is pendingGravatar Marcel Holtmann 1-4/+28
2010-07-21Bluetooth: Reassigned copyright to Code Aurora ForumGravatar Ron Shaffer 1-1/+1
2010-07-08Bluetooth: Update sec_level/auth_type for already existing connectionsGravatar Ville Tervo 1-0/+5
2010-02-03Bluetooth: Enter active mode before establishing a SCO link.Gravatar Nick Pelly 1-0/+3
2009-11-16Bluetooth: Set general bonding security for ACL by defaultGravatar Andrei Emeltchenko 1-0/+1
2009-08-22Bluetooth: Add extra device reference counting for connectionsGravatar Marcel Holtmann 1-1/+16
2009-05-09Bluetooth: Don't use hci_acl_connect_cancel() for incoming connectionsGravatar Marcel Holtmann 1-3/+1
2009-05-09Bluetooth: Fix wrong module refcount when connection setup failsGravatar Marcel Holtmann 1-0/+2
2009-05-04Bluetooth: Fix issue with sysfs handling for connectionsGravatar Marcel Holtmann 1-0/+2
2009-04-28Bluetooth: Fix connection establishment with low security requirementGravatar Marcel Holtmann 1-6/+3
2009-04-28Bluetooth: Add different pairing timeout for Legacy PairingGravatar Marcel Holtmann 1-0/+1
2009-02-27Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too earlyGravatar Dave Young 1-2/+2
2009-02-27Bluetooth: Set authentication requirement before requesting itGravatar Marcel Holtmann 1-6/+4
2009-02-27Bluetooth: Ask upper layers for HCI disconnect reasonGravatar Marcel Holtmann 1-2/+4
2009-02-27Bluetooth: Set authentication requirements if not availableGravatar Marcel Holtmann 1-0/+3
2009-02-27Bluetooth: Use general bonding whenever possibleGravatar Marcel Holtmann 1-14/+9
2009-02-27Bluetooth: Add SCO fallback for eSCO connection attemptsGravatar Marcel Holtmann 1-2/+7
2009-02-27Bluetooth: Add enhanced security model for Simple PairingGravatar Marcel Holtmann 1-15/+30
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-5/+0
2008-09-09[Bluetooth] Reject L2CAP connections on an insecure ACL linkGravatar Marcel Holtmann 1-0/+13
2008-09-09[Bluetooth] Enforce correct authentication requirementsGravatar Marcel Holtmann 1-3/+5
2008-07-14[Bluetooth] Use a more unique bus name for connectionsGravatar Marcel Holtmann 1-3/+5
2008-07-14[Bluetooth] Export details about authentication requirementsGravatar Marcel Holtmann 1-4/+34
2008-07-14[Bluetooth] Use ACL config stage to retrieve remote featuresGravatar Marcel Holtmann 1-0/+2
2008-07-14[Bluetooth] Track status of remote Simple Pairing modeGravatar Marcel Holtmann 1-5/+9
2008-07-14[Bluetooth] Make use of the default link policy settingsGravatar Marcel Holtmann 1-0/+2
2008-07-14[Bluetooth] Track connection packet type changesGravatar Marcel Holtmann 1-8/+24
2008-02-18bluetooth: put hci dev after del connGravatar Dave Young 1-1/+0
2008-01-28[NET]: Convert init_timer into setup_timerGravatar Pavel Emelyanov 1-7/+2
2007-12-29[BLUETOOTH]: put_device before device_del fixGravatar Dave Young 1-9/+1
2007-10-22[Bluetooth] Add support for handling simple eSCO linksGravatar Marcel Holtmann 1-5/+34
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesGravatar Marcel Holtmann 1-16/+27
2007-07-11[Bluetooth] Add basics to better support and handle eSCO linksGravatar Marcel Holtmann 1-26/+25
2007-04-25[NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate.Gravatar YOSHIFUJI Hideaki 1-18/+18
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-10/+10
2006-10-15[Bluetooth] Support concurrent connect requestsGravatar Marcel Holtmann 1-2/+4
2006-09-28[Bluetooth] Support create connection cancel commandGravatar Marcel Holtmann 1-4/+27
2006-09-28[Bluetooth] Integrate low-level connections into the driver modelGravatar Marcel Holtmann 1-1/+7
2006-07-03[Bluetooth] Add automatic sniff mode supportGravatar Marcel Holtmann 1-11/+89
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-01-10[NET]: Remove unneeded kmalloc() return value castsGravatar Jesper Juhl 1-1/+1
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Gravatar Al Viro 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+471