summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg2012-02-131-3/+3
* Bluetooth: Fix clearing persistent flagsJohan Hedberg2012-02-131-2/+2
* Bluetooth: Report LE devicesAndre Guedes2012-02-131-0/+5
* Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes2012-02-131-4/+6
* Bluetooth: Fix resetting HCI_MGMT flagJohan Hedberg2012-02-131-1/+2
* Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg2012-02-131-22/+22
* Bluetooth: Process num completed data blocks eventAndrei Emeltchenko2012-02-131-0/+54
* Bluetooth: Add name resolving support for mgmt based discoveryJohan Hedberg2012-02-131-4/+77
* Bluetooth: Add discovery state trackingJohan Hedberg2012-02-131-3/+3
* Bluetooth: Return updated name state with hci_inquiry_cache_updateJohan Hedberg2012-02-131-7/+14
* Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg2012-02-131-8/+43
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-101-9/+13
|\
| * Bluetooth: Correct packet len calculationAndrei Emeltchenko2012-01-031-5/+4
| * Bluetooth: Queue adv_work on system workqueueAndre Guedes2012-01-031-2/+1
| * Bluetooth: Fix adv_work delayAndre Guedes2012-01-031-2/+1
| * Bluetooth: Fix hci_cc_read_local_ext_features()Andre Guedes2012-01-031-1/+8
| * Bluetooth: Rename extfeaturesAndre Guedes2012-01-031-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-41/+86
|\|
| * Bluetooth: Remove magic numbers from le scan cmdAndrei Emeltchenko2011-12-221-2/+10
| * Bluetooth: Clean up magic pointersAndrei Emeltchenko2011-12-201-4/+4
| * Bluetooth: Check for flow control modeAndrei Emeltchenko2011-12-201-0/+5
| * Bluetooth: Split ctrl init to BREDR and AMP partsAndrei Emeltchenko2011-12-201-0/+3
| * Bluetooth: Simplify num_comp_pkts_evt functionAndrei Emeltchenko2011-12-191-18/+29
| * Bluetooth: Add HCI Read Data Block Size functionAndrei Emeltchenko2011-12-191-0/+26
| * Bluetooth: convert tx_task to workqueueGustavo F. Padovan2011-12-181-5/+1
| * Bluetooth: Move command task to workqueueGustavo F. Padovan2011-12-181-2/+2