summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-02Bluetooth: Fix advertising data flags with disabled BR/EDRJohan Hedberg1-7/+7
2013-10-02Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg1-2/+19
2013-10-02Bluetooth: Fix workqueue synchronization in hci_dev_openJohan Hedberg1-0/+10
2013-10-02Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open functionJohan Hedberg1-10/+20
2013-10-02Bluetooth: Provide high speed configuration optionMarcel Holtmann1-6/+0
2013-10-02Bluetooth: Use only 2 bits for controller type informationMarcel Holtmann1-1/+1
2013-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-6/+20
2013-09-19Bluetooth: Add event mask page 2 setting supportJohan Hedberg1-0/+32
2013-09-19Bluetooth: Add synchronization train parameters reading supportJohan Hedberg1-1/+14
2013-09-18Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg1-3/+12
2013-09-18Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg1-5/+10
2013-09-16Bluetooth: Only schedule raw queue when user channel is activeMarcel Holtmann1-9/+7
2013-09-16Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueueMarcel Holtmann1-1/+1
2013-09-16Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann1-3/+36
2013-09-16Bluetooth: Report error for HCI reset ioctl when device is downMarcel Holtmann1-1/+3
2013-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-1/+13
2013-08-21Bluetooth: Set different event mask for LE-only controllersMarcel Holtmann1-0/+12
2013-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-9/+17
2013-07-29Bluetooth: Fix calling request callback more than onceJohan Hedberg1-1/+9
2013-07-29Bluetooth: Fix HCI init for BlueFRITZ! devicesJohan Hedberg1-1/+4
2013-07-25Bluetooth: Fix race between hci_register_dev() and hci_dev_open()Gustavo Padovan1-7/+4
2013-07-25Bluetooth: Fix simple whitespace vs tab style issueMarcel Holtmann1-1/+1
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-132/+60
2013-07-04drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-5/+4
2013-06-23Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan1-1/+9
2013-06-23Bluetooth: Remove inquiry helpersAndre Guedes1-30/+0
2013-06-23Bluetooth: Remove LE scan helpersAndre Guedes1-113/+0
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes1-1/+64
2013-06-23Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes1-5/+5
2013-06-13Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg1-5/+10
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg1-1/+5
2013-04-24Bluetooth: hci_get_cmd_complete() can be staticFengguang Wu1-1/+2
2013-04-24Bluetooth: Fix sending write_le_host_supporte for LE-only controllersJohan Hedberg1-0/+10
2013-04-19Bluetooth: Fix HCI command send functions to use const specifierJohan Hedberg1-7/+9
2013-04-18Bluetooth: Rename LE_SCANNING_* macrosAndre Guedes1-1/+1
2013-04-18Bluetooth: Add macros for filter duplicates valuesAndre Guedes1-1/+1
2013-04-18Bluetooth: Change LE scanning timeout macrosAndre Guedes1-1/+1
2013-04-18Bluetooth: Add reading of all local feature pagesJohan Hedberg1-0/+10
2013-04-04Bluetooth: Remove driver init queue from coreMarcel Holtmann1-23/+0
2013-04-04Bluetooth: Add driver setup stage for early initMarcel Holtmann1-13/+20
2013-04-04Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg1-5/+18
2013-04-04Bluetooth: Add support for custom event terminated commandsJohan Hedberg1-1/+9
2013-04-04Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg1-0/+102
2013-04-04Bluetooth: Track received events in hdevJohan Hedberg1-0/+3
2013-04-04Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes1-26/+0
2013-04-04Bluetooth: Fix hci_inquiry ioctl usageAndre Guedes1-0/+13
2013-03-18Bluetooth: Add reading of page scan parametersJohan Hedberg1-0/+6
2013-03-18Bluetooth: Handle AD updating through an async requestJohan Hedberg1-19/+10
2013-03-18Bluetooth: Fix clearing flags on power off before notifying mgmtJohan Hedberg1-4/+4
2013-03-18Bluetooth: Clear non-persistent flags when closing HCI deviceJohan Hedberg1-0/+1