summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-23Bluetooth: mgmt: Add legacy pairing info to dev_found eventsJohan Hedberg1-1/+7
2012-02-23Bluetooth: Fix clearing of dev_class when powering downJohan Hedberg1-0/+1
2012-02-23Bluetooth: Fix EIR data clearing when powering offJohan Hedberg1-0/+2
2012-02-23Bluetooth: Fix two minor style issues in HCI codeMarcel Holtmann1-1/+1
2012-02-21Bluetooth: mgmt: Allow connectable/discoverable changes in off stateJohan Hedberg1-0/+1
2012-02-21Bluetooth: Don't send New Settings event during setup power downMarcel Holtmann1-9/+11
2012-02-21Bluetooth: mgmt: Add address type parameter to Discovering eventJohan Hedberg1-2/+1
2012-02-21Bluetooth: Set supported settings based on enabled HS and/or LEMarcel Holtmann1-5/+0
2012-02-21Bluetooth: Add support for HCI monitor channelMarcel Holtmann1-3/+10
2012-02-20Bluetooth: Remove HCI notifier handlingMarcel Holtmann1-15/+1
2012-02-20Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann1-2/+2
2012-02-19Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes1-4/+2
2012-02-19Bluetooth: Track discovery typeAndre Guedes1-0/+2
2012-02-15Bluetooth: Fix event sending with DISCOVERY_STOPPED stateAndre Guedes1-1/+2
2012-02-13Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg1-4/+4
2012-02-13Bluetooth: Add hci_le_scan()Andre Guedes1-0/+35
2012-02-13Bluetooth: Add hci_do_le_scan()Andre Guedes1-0/+74
2012-02-13Bluetooth: Minor code refactoringAndre Guedes1-4/+7
2012-02-13Bluetooth: LE scan should send Discovering eventsAndre Guedes1-0/+2
2012-02-13Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg1-1/+2
2012-02-13Bluetooth: Helper removes duplicated codeAndrei Emeltchenko1-18/+13
2012-02-13Bluetooth: Recalculate sched HCI blk/pkt flow ctrlAndrei Emeltchenko1-6/+79
2012-02-13Bluetooth: Add support for notifying userspace of new LTK'sVinicius Costa Gomes1-0/+3
2012-02-13Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes1-43/+33
2012-02-13Bluetooth: Add new structures for handling SMP Long Term KeysVinicius Costa Gomes1-0/+31
2012-02-13Bluetooth: Use GFP_KERNEL in hci_add_adv_entry()Andre Guedes1-1/+1
2012-02-13Bluetooth: Fix 'enable_hs' typeFabio Estevam1-1/+1
2012-02-13Bluetooth: Sort to-be-resolved devices by RSSI during discoveryJohan Hedberg1-1/+27
2012-02-13Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg1-15/+15
2012-02-13Bluetooth: Remove __hci_dev_put/holdDavid Herrmann1-2/+2
2012-02-13Bluetooth: Correctly take hci_dev->dev refcountDavid Herrmann1-1/+1
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann1-2/+1
2012-02-13Bluetooth: Make hci-destruct callback optionalDavid Herrmann1-1/+1
2012-02-13Bluetooth: Remove magic number from ACL TOAndrei Emeltchenko1-1/+2
2012-02-13Bluetooth: Add name resolving support for mgmt based discoveryJohan Hedberg1-1/+33
2012-02-13Bluetooth: Add discovery state trackingJohan Hedberg1-0/+25
2012-02-13Bluetooth: Rename hdev->inq_cache to hdev->discoveryJohan Hedberg1-6/+6
2012-02-13Bluetooth: Flush inquiry cache when starting mgmt triggered inquiryJohan Hedberg1-0/+2
2012-02-13Bluetooth: Return updated name state with hci_inquiry_cache_updateJohan Hedberg1-2/+7
2012-02-13Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg1-11/+47
2012-02-13Bluetooth: Convert inquiry cache to use standard list typesJohan Hedberg1-14/+17
2012-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-24Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan1-1/+1
2011-12-23Bluetooth: Don't disable interrupt when locking the queueGustavo F. Padovan1-2/+2
2011-12-23Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan1-12/+12
2011-12-22Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim1-55/+4
2011-12-21Bluetooth: Remove global mutex hci_task_lockUlisses Furquim1-20/+1
2011-12-20Bluetooth: Initialize default flow control modeAndrei Emeltchenko1-0/+4
2011-12-20Bluetooth: Split ctrl init to BREDR and AMP partsAndrei Emeltchenko1-18/+46
2011-12-19Bluetooth: Incoming ACL packets do not force active modeMat Martineau1-1/+1