aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-18Bluetooth: Don't disable tasklets to call hdev->notify()Gustavo F. Padovan1-8/+2
2011-12-18Bluetooth: convert conn hash to RCUGustavo F. Padovan1-10/+9
2011-12-18Bluetooth: Use RCU to manipulate chan_listGustavo F. Padovan1-8/+6
2011-12-18Bluetooth: hci_conn_auto_accept() doesn't need lockingGustavo F. Padovan1-4/+0
2011-12-18Bluetooth: Use delayed_work for connection timeoutGustavo F. Padovan1-4/+5
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-6/+6
2011-12-16Bluetooth: make hci_conn_enter_sniff_mode staticGustavo F. Padovan1-36/+36
2011-12-16Bluetooth: Use list_for_each_entry in hci_conn_hash_flush()Gustavo F. Padovan1-8/+2
2011-12-16Bluetooth: remove struct hci_chan_hashGustavo F. Padovan1-7/+6
2011-12-03Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko1-1/+1
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville1-11/+58
2011-11-08Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko1-1/+1
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz1-0/+53
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz1-10/+4
2011-11-07Bluetooth: Revert: Fix L2CAP connection establishmentArek Lichwa1-1/+1
2011-09-27Bluetooth: use recommended LE connection parametersAnderson Lizardo1-7/+7
2011-09-21Bluetooth: Fix wrong memcpy size on LE start encryptionAnderson Briglia1-1/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2011-06-30Bluetooth: Fix memory leak under page timeoutsTomas Targownik1-0/+3
2011-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-3/+3
2011-06-15Bluetooth: Fix L2CAP connection establishmentIlia Kolomisnky1-1/+1
2011-06-13Bluetooth: Fix initial security level of LE linksVinicius Costa Gomes1-0/+1
2011-06-13Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes1-0/+49
2011-06-13Bluetooth: Fix L2CAP security checkLuiz Augusto von Dentz1-2/+2
2011-06-08Bluetooth: Simplify hci_conn_accept_secure checkWaldemar Rymarkiewicz1-3/+1
2011-06-08Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh1-3/+6
2011-06-08Bluetooth: Set 'peer_addr_type' in hci_le_connect()Andre Guedes1-0/+1
2011-06-08Bluetooth: Check advertising cache in hci_connect()Andre Guedes1-0/+9
2011-06-08Bluetooth: Remove useless check in hci_connect()Andre Guedes1-2/+2
2011-06-08Bluetooth: Fix auth_complete_evt for legacy unitsWaldemar Rymarkiewicz1-0/+2
2011-05-11Bluetooth: Double check sec req for pre 2.1 deviceWaldemar Rymarkiewicz1-0/+17
2011-04-28Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg1-0/+17
2011-04-28Bluetooth: Map sec_level to link key requirementsWaldemar Rymarkiewicz1-10/+51
2011-02-27Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo1-2/+2
2011-02-21Bluetooth: Fix LE conn creationAnderson Briglia1-2/+3
2011-02-21Bluetooth: Fix inititial value for remote authentication requirementsJohan Hedberg1-0/+1
2011-02-16Bluetooth: Send LE Connection Update CommandClaudio Takahasi1-0/+20
2011-02-16Bluetooth: Fix initiated LE connectionsVinicius Costa Gomes1-0/+1
2011-02-16Bluetooth: Use LE buffers for LE trafficVille Tervo1-0/+5
2011-02-16Bluetooth: Add LE connect supportVille Tervo1-3/+48
2011-02-08Bluetooth: Add set_io_capability management commandJohan Hedberg1-0/+1
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