summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-04-271-0/+3
|\
| * Bluetooth: Fix missing break in hci_cmd_complete_evtSzymon Janc2012-04-241-0/+1
| * Bluetooth: Temporary keys should be retained during connectionVishal Agarwal2012-04-161-0/+2
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
|/
* Bluetooth: fix conding style issues all over the treeGustavo F. Padovan2012-03-081-57/+53
* Bluetooth: mgmt: Fix updating local name when powering onJohan Hedberg2012-03-031-8/+0
* Bluetooth: Fix clearing of HCI_PENDING_CLASS flagJohan Hedberg2012-03-021-1/+1
* Bluetooth: Fix coding style with breaking linesGustavo F. Padovan2012-03-011-1/+2
* Bluetooth: Use NULL instead of integer for mgmt_device_connected paramSzymon Janc2012-02-291-1/+1
* Bluetooth: Use LMP_HOST_SSP define instead of magic valuesJohan Hedberg2012-02-281-3/+3
* Bluetooth: Remove redundant read_host_features commandsJohan Hedberg2012-02-281-25/+34
* Bluetooth: Fix init request completion with AMP controllersAndrei Emeltchenko2012-02-241-1/+4
* Bluetooth: Fix init request completion with old controllersJohan Hedberg2012-02-241-0/+2
* Bluetooth: mgmt: Add flags parameter to device_connectedJohan Hedberg2012-02-231-4/+4
* Bluetooth: Set DISCOVERY_STOPPED if controller resetsAndre Guedes2012-02-231-0/+2
* Bluetooth: mgmt: Add legacy pairing info to dev_found eventsJohan Hedberg2012-02-231-12/+14
* Bluetooth: mgmt: Allow local name changes while powered offJohan Hedberg2012-02-231-3/+10
* Bluetooth: Fix read_name updating when HCI_SETUP is not setJohan Hedberg2012-02-231-1/+2
* Bluetooth: Send management event for class of device changesMarcel Holtmann2012-02-231-4/+9
* Bluetooth: mgmt: Fix updating EIR when updating the nameJohan Hedberg2012-02-231-3/+3
* Bluetooth: mgmt: Implement Set LE commandJohan Hedberg2012-02-231-1/+6
* Bluetooth: Explicitly clear EIR data upon hci_dev setupJohan Hedberg2012-02-231-4/+13
* Bluetooth: mgmt: Make Set SSP command callable while powered offJohan Hedberg2012-02-231-11/+9
* Bluetooth: Remove unneeded hci_cc_read_ssp_mode functionJohan Hedberg2012-02-231-19/+0
* Bluetooth: mgmt: Make Set Link Security callable while powered offJohan Hedberg2012-02-231-0/+6
* Bluetooth: Fix clearing of persistent dev_flagsJohan Hedberg2012-02-211-3/+2
* Bluetooth: Set supported settings based on enabled HS and/or LEMarcel Holtmann2012-02-201-5/+0
* Bluetooth: Remove HCI notifier handlingMarcel Holtmann2012-02-201-29/+0
* Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann2012-02-201-1/+1
* Bluetooth: Interleaved discovery supportAndre Guedes2012-02-191-4/+9
* Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes2012-02-191-3/+3
* Bluetooth: mgmt: Add support for Set SSP commandJohan Hedberg2012-02-171-1/+5
* Bluetooth: mgmt: Add support for Set Link Security commandJohan Hedberg2012-02-171-0/+3
* Bluetooth: Add address type to mgmt_ev_auth_failedJohan Hedberg2012-02-131-2/+4
* Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg2012-02-131-6/+8
* Bluetooth: Update mgmt_disconnect to match latest APIJohan Hedberg2012-02-131-3/+25
* Bluetooth: MGMT start discovery LE-Only supportAndre Guedes2012-02-131-1/+12
* Bluetooth: Add hci_do_le_scan()Andre Guedes2012-02-131-3/+10
* Bluetooth: LE scan should send Discovering eventsAndre Guedes2012-02-131-0/+5
* Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes2012-02-131-2/+9
* Bluetooth: Fix clearing of debug and linkkey flagsHemant Gupta2012-02-131-1/+2
* Bluetooth: Send correct response to IO Capability RequestHemant Gupta2012-02-131-1/+4
* Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg2012-02-131-8/+4
* Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg2012-02-131-5/+12
* Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg2012-02-131-8/+13
* Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg2012-02-131-22/+56
* Bluetooth: Convert hdev->out to a bool typeJohan Hedberg2012-02-131-2/+2
* Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg2012-02-131-18/+18
* Bluetooth: Move eir_has_data_field to hci_core.hJohan Hedberg2012-02-131-25/+0
* Bluetooth: Rename eir_has_complete_name to eir_has_data_typeJohan Hedberg2012-02-131-4/+5
OpenPOWER on IntegriCloud