summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-11Bluetooth: Add key size checks for SMPVinicius Costa Gomes
2011-07-11Bluetooth: Add support for SMP timeoutVinicius Costa Gomes
2011-07-11Bluetooth: fix missing parameter for HCI_OP_DISCONNECTAnderson Lizardo
2011-07-11Bluetooth: Add support for Pairing features exchangeVinicius Costa Gomes
2011-07-11Bluetooth: Add support for building pairing commandsVinicius Costa Gomes
2011-07-11Bluetooth: Update the security level when link is encryptedVinicius Costa Gomes
2011-07-11Bluetooth: Fix initial security level of LE linksVinicius Costa Gomes
2011-07-11Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes
2011-07-11Bluetooth: Remove debug statementsVinicius Costa Gomes
2011-07-11Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes
2011-07-11Bluetooth: Add SMP confirmation checks methodsAnderson Briglia
2011-07-11Bluetooth: Add SMP confirmation structsAnderson Briglia
2011-07-11Bluetooth: Add LE SMP Cryptoolbox functionsAnderson Briglia
2011-07-11Bluetooth: Add support for using the crypto subsystemVinicius Costa Gomes
2011-07-11Bluetooth: Add simple SMP pairing negotiationAnderson Briglia
2011-07-11Bluetooth: Start SMP procedureAnderson Briglia
2011-07-11Bluetooth: Implement the first SMP commandsAnderson Briglia
2011-07-11Bluetooth: Don't forget to check for LE_LINKGustavo F. Padovan
2011-07-11Bluetooth: keep reference if any ERTM timer is enabledGustavo F. Padovan
2011-07-11Bluetooth: Make timer functions genericGustavo F. Padovan
2011-07-11Bluetooth: Add refcnt to struct l2cap_chanGustavo F. Padovan
2011-07-11Bluetooth: Add state tracking to struct l2cap_chanGustavo F. Padovan
2011-07-11Bluetooth: add close() callback to l2cap_chan_opsGustavo F. Padovan
2011-07-11Bluetooth: add recv() callback to l2cap_chan_opsGustavo F. Padovan
2011-07-11Bluetooth: Add l2cap_chan_ops abstractionGustavo F. Padovan
2011-07-11Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()Gustavo F. Padovan
2011-07-11Bluetooth: Clean up some code style issuesWaldemar Rymarkiewicz
2011-07-11Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg()David Miller
2011-07-11Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd
2011-07-11Bluetooth: Fix check for the ERTM local busy stateMat Martineau
2011-07-11Bluetooth: Restore accidentally-deleted lineMat Martineau
2011-07-11Bluetooth: Simplify hci_conn_accept_secure checkWaldemar Rymarkiewicz
2011-07-11Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh
2011-07-11Bluetooth: Verify a pin code in pin_code_replyWaldemar Rymarkiewicz
2011-07-11Bluetooth: Remove a magic numberWaldemar Rymarkiewicz
2011-07-11Bluetooth: fix sparse & gcc warningsJohannes Berg
2011-07-11Bluetooth: Set 'peer_addr_type' in hci_le_connect()Andre Guedes
2011-07-11Bluetooth: Check advertising cache in hci_connect()Andre Guedes
2011-07-11Bluetooth: Remove useless check in hci_connect()Andre Guedes
2011-07-11Bluetooth: Add 'dst_type' field to struct hci_connAndre Guedes
2011-07-11Bluetooth: Refactor hci_auth_complete_evt functionWaldemar Rymarkiewicz
2011-07-11Bluetooth: Fix auth_complete_evt for legacy unitsWaldemar Rymarkiewicz
2011-07-11Bluetooth: Advertising entries lifetimeAndre Guedes
2011-07-11Bluetooth: Clear advertising cache before scanningAndre Guedes
2011-07-11Bluetooth: Add Advertising Report Meta Event handlerAndre Guedes
2011-07-11Bluetooth: LE advertising cacheAndre Guedes
2011-07-11Bluetooth: Add advertising report meta event structsAnderson Briglia
2011-07-11Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()Gustavo F. Padovan
2011-07-11Bluetooth: Remove export of l2cap_chan_clear_timer()Gustavo F. Padovan
2011-07-11Bluetooth: create channel timer to replace sk_timerGustavo F. Padovan