aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)Author
2013-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-09-18Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg
2013-09-18Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg
2013-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2013-08-21Bluetooth: Set different event mask for LE-only controllersMarcel Holtmann
2013-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2013-07-29Bluetooth: Fix calling request callback more than onceJohan Hedberg
2013-07-29Bluetooth: Fix HCI init for BlueFRITZ! devicesJohan Hedberg
2013-07-25Bluetooth: Fix race between hci_register_dev() and hci_dev_open()Gustavo Padovan
2013-07-25Bluetooth: Fix simple whitespace vs tab style issueMarcel Holtmann
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook
2013-06-23Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan
2013-06-23Bluetooth: Remove inquiry helpersAndre Guedes
2013-06-23Bluetooth: Remove LE scan helpersAndre Guedes
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes
2013-06-23Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes
2013-06-13Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg
2013-04-23Bluetooth: hci_get_cmd_complete() can be staticFengguang Wu
2013-04-23Bluetooth: Fix sending write_le_host_supporte for LE-only controllersJohan Hedberg
2013-04-19Bluetooth: Fix HCI command send functions to use const specifierJohan Hedberg
2013-04-18Bluetooth: Rename LE_SCANNING_* macrosAndre Guedes
2013-04-18Bluetooth: Add macros for filter duplicates valuesAndre Guedes
2013-04-18Bluetooth: Change LE scanning timeout macrosAndre Guedes
2013-04-18Bluetooth: Add reading of all local feature pagesJohan Hedberg
2013-04-04Bluetooth: Remove driver init queue from coreMarcel Holtmann
2013-04-04Bluetooth: Add driver setup stage for early initMarcel Holtmann
2013-04-04Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg
2013-04-04Bluetooth: Add support for custom event terminated commandsJohan Hedberg
2013-04-04Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg
2013-04-04Bluetooth: Track received events in hdevJohan Hedberg
2013-04-04Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes
2013-04-04Bluetooth: Fix hci_inquiry ioctl usageAndre Guedes
2013-03-18Bluetooth: Add reading of page scan parametersJohan Hedberg
2013-03-18Bluetooth: Handle AD updating through an async requestJohan Hedberg
2013-03-18Bluetooth: Fix clearing flags on power off before notifying mgmtJohan Hedberg
2013-03-18Bluetooth: Clear non-persistent flags when closing HCI deviceJohan Hedberg
2013-03-09Bluetooth: Check req->err in hci_req_addAndre Guedes
2013-03-09Bluetooth: Make hci_req_add returning voidAndre Guedes
2013-03-09Bluetooth: HCI request error handlingAndre Guedes
2013-03-09Bluetooth: Check hci_req_run returning value in __hci_req_syncAndre Guedes
2013-03-09Bluetooth: Return ENODATA in hci_req_runAndre Guedes
2013-03-09Bluetooth: Fix __hci_req_syncAndre Guedes
2013-03-08Bluetooth: Remove unused hdev->init_last_cmdJohan Hedberg
2013-03-08Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg
2013-03-08Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg
2013-03-08Bluetooth: Fix stand-alone HCI command handlingJohan Hedberg
2013-03-08Bluetooth: Introduce new hci_req_add functionJohan Hedberg
2013-03-08Bluetooth: Refactor HCI command skb creationJohan Hedberg