summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: mgmt_stop_discovery_failed()Andre Guedes2011-11-161-1/+5
* Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes2011-11-161-1/+1
* Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg2011-11-101-13/+13
* Bluetooth: Add public/random LE address information to mgmt messagesJohan Hedberg2011-11-101-9/+12
* Bluetooth: Add missing hci_dev locking when calling mgmt functionsJohan Hedberg2011-11-091-5/+40
* Bluetooth: Pass full hci_dev struct to mgmt callbacksJohan Hedberg2011-11-091-32/+31Star
* Bluetooth: Add address type fields to mgmt messages that need themJohan Hedberg2011-11-081-9/+11
* Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable failsJohan Hedberg2011-11-081-3/+6
* Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg2011-11-081-0/+5
* Bluetooth: Periodic Inquiry and DiscoveryAndre Guedes2011-11-081-32/+11Star
* Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko2011-11-081-2/+2
* Bluetooth: Clean up logic in hci_cc_write_scan_enableJohan Hedberg2011-11-071-19/+21
* Bluetooth: Fix command complete/status for discovery commandsJohan Hedberg2011-11-071-0/+2
* Bluetooth: AMP: read local amp info HCI commandAndrei Emeltchenko2011-10-131-0/+28
* Bluetooth: Fix permission of enable_le paramGustavo F. Padovan2011-10-111-1/+1
* Bluetooth: hci_le_adv_report_evt code refactoringAndre Guedes2011-09-291-8/+6Star
* Bluetooth: Fix possible NULL pointer dereferenceWaldemar Rymarkiewicz2011-09-291-1/+5
* Bluetooth: Reduce critical region.Andre Guedes2011-09-211-4/+3Star
* Bluetooth: Require authentication if MITM protection is requestedVinicius Costa Gomes2011-09-211-2/+3
* Bluetooth: Add link_type information to the mgmt Connected eventVinicius Costa Gomes2011-09-211-2/+2
* Bluetooth: Fix timeout on scanning for the second timeOliver Neukum2011-09-151-9/+8Star
* Bluetooth: Add support for storing the key sizeVinicius Costa Gomes2011-07-081-0/+1
* Bluetooth: Reject an encryption request when the key isn't foundVinicius Costa Gomes2011-07-081-2/+16
* Bluetooth: Add enable_le module parameterAndre Guedes2011-07-071-0/+22
* Bluetooth: Write LE Host Supported commandAndre Guedes2011-07-071-0/+19
* Bluetooth: Add extfeatures to struct hci_devAndre Guedes2011-07-071-0/+27
* Bluetooth: Add support for Pairing features exchangeVinicius Costa Gomes2011-06-131-0/+1
* Bluetooth: Fix initial security level of LE linksVinicius Costa Gomes2011-06-131-0/+1
* Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes2011-06-131-0/+67
* Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2011-06-091-8/+10
|\
| * Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devicesVille Tervo2011-06-091-8/+10
* | Bluetooth: Add 'dst_type' field to struct hci_connAndre Guedes2011-06-081-2/+6
* | Bluetooth: Refactor hci_auth_complete_evt functionWaldemar Rymarkiewicz2011-06-081-42/+41Star
* | Bluetooth: Fix auth_complete_evt for legacy unitsWaldemar Rymarkiewicz2011-06-081-2/+10
* | Bluetooth: Advertising entries lifetimeAndre Guedes2011-06-081-1/+5
* | Bluetooth: Clear advertising cache before scanningAndre Guedes2011-06-081-0/+27
* | Bluetooth: Add Advertising Report Meta Event handlerAndre Guedes2011-06-081-0/+25
|/
* Bluetooth: Add support for sending connection events for LE linksVinicius Costa Gomes2011-05-111-1/+4
* Bluetooth: Fix updating conn->auth_type in hci_io_capa_request_evtJohan Hedberg2011-04-281-1/+2
* Bluetooth: Fix link key persistent storage criteriaJohan Hedberg2011-04-281-1/+1
* Bluetooth: Fix logic in hci_pin_code_request_evtJohan Hedberg2011-04-281-2/+1Star
* Bluetooth: Fix reason code for pairing rejectionJohan Hedberg2011-04-281-1/+1
* Bluetooth: Add confirm_hint parameter to user confirmation requestsJohan Hedberg2011-04-281-2/+14
* Bluetooth: Fix HCI_CONN_AUTH_PEND flag for all authentication requestsJohan Hedberg2011-04-281-2/+16
* Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg2011-04-281-1/+9
* Bluetooth: Add automated SSP user confirmation responsesJohan Hedberg2011-04-281-2/+35
* Bluetooth: Add secure flag for mgmt_pin_code_reqWaldemar Rymarkiewicz2011-04-281-2/+10
* Bluetooth: Respect local MITM req in io_cap replyWaldemar Rymarkiewicz2011-04-281-1/+1
* Bluetooth: Ignore key unauthenticated for high securityWaldemar Rymarkiewicz2011-04-281-4/+16
* Bluetooth: Map sec_level to link key requirementsWaldemar Rymarkiewicz2011-04-281-0/+4