summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-16Bluetooth: Fix packet size provided to the controllerGustavo Padovan1-2/+6
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-0/+8
2012-05-14Bluetooth: mgmt: Fix device_connected sending orderJohan Hedberg1-0/+8
2012-05-09Bluetooth: Remove advertising cacheAndre Guedes1-74/+0
2012-05-09Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes1-0/+12
2012-05-09Bluetooth: Remove unneeded initialization in hci_alloc_dev()David Herrmann1-10/+0
2012-05-09Bluetooth: Move device initialization to hci_alloc_dev()David Herrmann1-63/+52
2012-05-09Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_devDavid Herrmann1-26/+26
2012-05-09Bluetooth: Fix registering hci with duplicate nameUlisses Furquim1-6/+10
2012-05-09Bluetooth: Fix debug printing unallocated nameAndrei Emeltchenko1-2/+3
2012-05-09Bluetooth: Use unsigned int instead of signed intMikel Astiz1-2/+2
2012-05-09Bluetooth: Add Read Local AMP Info to initAndrei Emeltchenko1-0/+3
2012-05-09Bluetooth: Fix clearing discovery type when stopping discoveryHemant Gupta1-1/+0
2012-05-09Bluetooth: Replace EPERM by EALREADY in hci_cancel_inquiryAndre Guedes1-1/+1
2012-05-09Bluetooth: Add hci_cancel_le_scan() to hci_coreAndre Guedes1-0/+18
2012-05-09Bluetooth: Fix opcode access in hci_completeAndrei Emeltchenko1-1/+2
2012-05-09Bluetooth: Correct type for ediv to __le16Andrei Emeltchenko1-1/+1
2012-04-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-14/+13
2012-04-16Bluetooth: Temporary keys should be retained during connectionVishal Agarwal1-4/+2
2012-04-16Bluetooth: hci_persistent_key should return boolVishal Agarwal1-10/+11
2012-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-0/+7
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold1-0/+7
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan1-27/+22
2012-03-03Bluetooth: Don't force DISCOVERY_STOPPED state in inquiry_cache_flushAndre Guedes1-1/+0
2012-03-01Bluetooth: Fix init sequence for some CSR based controllersJohan Hedberg1-1/+21
2012-02-29Bluetooth: change min_t() cast in hci_reassembly()Dan Carpenter1-1/+1
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-20Bluetooth: Set supported settings based on enabled HS and/or LEMarcel Holtmann1-5/+0
2012-02-20Bluetooth: 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