aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-23Bluetooth: hci_get_cmd_complete() can be staticFengguang Wu1-1/+2
2013-04-23Bluetooth: 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
2013-03-09Bluetooth: Check req->err in hci_req_addAndre Guedes1-0/+6
2013-03-09Bluetooth: Make hci_req_add returning voidAndre Guedes1-4/+2
2013-03-09Bluetooth: HCI request error handlingAndre Guedes1-1/+12
2013-03-09Bluetooth: Check hci_req_run returning value in __hci_req_syncAndre Guedes1-6/+9
2013-03-09Bluetooth: Return ENODATA in hci_req_runAndre Guedes1-1/+1
2013-03-09Bluetooth: Fix __hci_req_syncAndre Guedes1-4/+3
2013-03-08Bluetooth: Remove unused hdev->init_last_cmdJohan Hedberg1-6/+0
2013-03-08Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg1-119/+152
2013-03-08Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg1-0/+85
2013-03-08Bluetooth: Fix stand-alone HCI command handlingJohan Hedberg1-0/+5
2013-03-08Bluetooth: Introduce new hci_req_add functionJohan Hedberg1-0/+22
2013-03-08Bluetooth: Refactor HCI command skb creationJohan Hedberg1-8/+20
2013-03-08Bluetooth: Add initial skeleton for asynchronous HCI requestsJohan Hedberg1-0/+30
2013-03-08Bluetooth: Split HCI init sequence into three stagesJohan Hedberg1-2/+272
2013-03-08Bluetooth: Fix __hci_req_sync() handling of empty requestsJohan Hedberg1-0/+8
2013-03-08Bluetooth: Rename hci_request to hci_req_syncJohan Hedberg1-24/+25
2013-03-08Bluetooth: Rename hci_acl_disconnAndre Guedes1-1/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-02-01Bluetooth: Simplify UUIDs clearing codeJohan Hedberg1-7/+3
2013-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-4/+16
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-80/+165
2013-01-18Bluetooth: Fix using system-global workqueue when not necessaryJohan Hedberg1-2/+2
2013-01-18Bluetooth: Use req_workqueue for hci_request operationsJohan Hedberg1-2/+3
2013-01-18Bluetooth: Add a new workqueue for hci_request operationsJohan Hedberg1-0/+11
2013-01-10Bluetooth: Fix authentication if acl data comes before remote feature evtJaganath Kanakkassery1-8/+0
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-1/+1
2012-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-0/+5
2012-12-03Bluetooth: AMP: Mark controller radio powered down after HCIDEVDOWNAndrei Emeltchenko1-0/+3
2012-12-03Bluetooth: cancel power_on work when unregistering the deviceGustavo Padovan1-0/+2
2012-11-21Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-0/+98
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+2