summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
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/jik...Linus 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/...John 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/...John 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/...John W. Linville1-0/+98
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2012-11-20Bluetooth: Remove OOB data if device was discovered in bandSzymon Janc1-0/+2
2012-11-18Bluetooth: Add support for setting LE advertising dataJohan Hedberg1-0/+94
2012-11-18Bluetooth: Use proper invalid value for tx_powerJohan Hedberg1-0/+2
2012-11-09Bluetooth: Notify about device registration before power onMarcel Holtmann1-2/+2
2012-11-01Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg1-0/+3
2012-10-24Bluetooth: Fix LE MTU reporting for HCIGETDEVINFOJohan Hedberg1-4/+11
2012-10-24Bluetooth: Add initial support for LE-only controllersJohan Hedberg1-47/+0
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-19/+46
2012-10-15Bluetooth: AMP: Use Loglink handle in ACL Handle fieldAndrei Emeltchenko1-1/+12
2012-10-11Bluetooth: AMP: Handle AMP_LINK connectionAndrei Emeltchenko1-3/+19
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-2/+4
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-09-27Bluetooth: Factor out hci_queue_aclAndrei Emeltchenko1-4/+4
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko1-11/+11
2012-09-18Bluetooth: Fix not removing power_off delayed workVinicius Costa Gomes1-0/+2
2012-09-08Bluetooth: AMP: Add Read Data Block Size to amp_initAndrei Emeltchenko1-0/+3
2012-09-08Bluetooth: trivial: Remove empty lineAndrei Emeltchenko1-1/+0
2012-09-08Bluetooth: Remove unneeded zero initAndrei Emeltchenko1-1/+1
2012-08-06Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko1-2/+4