summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* 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-021-2/+1
| * Bluetooth: Fix adv_work delayAndre Guedes2012-01-021-2/+1
| * Bluetooth: Fix hci_cc_read_local_ext_features()Andre Guedes2012-01-021-1/+8
| * Bluetooth: Rename extfeaturesAndre Guedes2012-01-021-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-181-18/+29
| * Bluetooth: Add HCI Read Data Block Size functionAndrei Emeltchenko2011-12-181-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
| * Bluetooth: Don't disable tasklets to call hdev->notify()Gustavo F. Padovan2011-12-181-8/+2
| * Bluetooth: Use delayed work for advertisiment cache timeoutGustavo F. Padovan2011-12-181-2/+4
* | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
|/
* Bluetooth: trivial: correct check for LMP versionAndrei Emeltchenko2011-12-031-1/+1
* Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko2011-12-031-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-12-031-1/+1
|\
| * Bluetooth: Correct version check in hci_setupAndrei Emeltchenko2011-12-031-1/+1
* | Bluetooth: LE Set Scan Parameter CommandAndre Guedes2011-12-021-0/+10
* | Bluetooth: Add dev_flags to struct hci_devAndre Guedes2011-12-021-0/+6
* | Bluetooth: Add HCI Read Flow Control Mode functionAndrei Emeltchenko2011-12-021-0/+19
* | Bluetooth: Add HCI User Passkey Req Evt handlingBrian Gix2011-12-011-0/+58
* | 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/+31
* | 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/+11
* | 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/+6
* Bluetooth: Fix possible NULL pointer dereferenceWaldemar Rymarkiewicz2011-09-291-1/+5
* Bluetooth: Reduce critical region.Andre Guedes2011-09-211-4/+3
* 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/+8
* 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-061-0/+22