summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* | Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Johan Hedberg2015-11-191-6/+6
* | Bluetooth: Fix specifying role for LE connectionsJohan Hedberg2015-11-193-12/+10
* | Bluetooth: Remove unnecessary le_scan_restart_work_complete() functionJohan Hedberg2015-11-191-36/+24
* | Bluetooth: Simplify le_scan_disable_work()Johan Hedberg2015-11-191-91/+57
* | Bluetooth: Pass inquiry length to bredr_inquiry()Johan Hedberg2015-11-191-3/+5
* | Bluetooth: Fix BR/EDR Page Scan update with Add DeviceJohan Hedberg2015-11-191-13/+1
* | Bluetooth: Move Stop Discovery to req_workqueueJohan Hedberg2015-11-193-67/+70
* | Bluetooth: Move Start Discovery to req_workqueueJohan Hedberg2015-11-192-229/+211
* | Bluetooth: Add error return value to hci_req_sync callbackJohan Hedberg2015-11-193-26/+54
* | Bluetooth: Add discovery type validity helperJohan Hedberg2015-11-191-0/+40
* | Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg2015-11-193-170/+181
* | Bluetooth: Make __hci_update_background_scan private to hci_request.cJohan Hedberg2015-11-192-3/+1
* | Bluetooth: Use req_workqueue for background scanning when powering onJohan Hedberg2015-11-191-6/+4
* | Bluetooth: Use req_workqueue for explicit connect requestsJohan Hedberg2015-11-192-36/+18
* | Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg2015-11-193-18/+24
* | Bluetooth: Don't wait for HCI in Add/Remove DeviceJohan Hedberg2015-11-191-111/+50
* | Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg2015-11-193-24/+23
* | Bluetooth: Add stubs for synchronous HCI request functionalityJohan Hedberg2015-11-193-0/+15
* | Bluetooth: Add 'sync' specifier to synchronous request APIsJohan Hedberg2015-11-193-20/+20
* | Bluetooth: Move synchronous request handling into hci_request.cJohan Hedberg2015-11-193-193/+195
* | Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg2015-11-191-3/+1
* | Bluetooth: Add support for controller specific loggingMarcel Holtmann2015-11-191-0/+102
* | Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann2015-11-192-5/+32
* | Bluetooth: Fix casting coding style within HCI socketsMarcel Holtmann2015-11-191-13/+13
* | Bluetooth: Add clarifying comment why schedule_work is usedJohan Hedberg2015-11-191-0/+4
* | Bluetooth: Add missing hci_skb_opcode for raw socket commandsMarcel Holtmann2015-11-191-0/+5
* | Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg2015-11-193-11/+15
* | Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingMarcel Holtmann2015-11-193-32/+33
* | Bluetooth: Make LE only events conditional on supported commandsMarcel Holtmann2015-11-191-4/+18
* | Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event maskMarcel Holtmann2015-11-191-1/+2
* | Bluetooth: Build LE event mask based on supported commandsMarcel Holtmann2015-11-191-1/+28
* | Bluetooth: Move BR/EDR default events behind its featuresMarcel Holtmann2015-11-191-4/+8
|/
* Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg2015-11-051-1/+8
* Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg2015-11-051-1/+1
* Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg2015-11-051-1/+8
* Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann2015-11-051-6/+11
* bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingAlexander Aring2015-10-271-1/+1
* Bluetooth: Fix crash on fast disconnect of SCOKuba Pawlak2015-10-271-0/+5
* Bluetooth: Fix some obvious coding style issues in the SCO moduleMarcel Holtmann2015-10-261-11/+19
* Bluetooth: Replace hci_notify with hci_sock_dev_eventMarcel Holtmann2015-10-261-16/+9
* Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann2015-10-264-17/+17
* Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann2015-10-262-2/+2
* Bluetooth: Fix locking issue during fast SCO reconnection.Kuba Pawlak2015-10-251-0/+5
* Bluetooth: Fix locking issue on SCO disconnectionKuba Pawlak2015-10-251-0/+2
* Bluetooth: Fix crash on SCO disconnectKuba Pawlak2015-10-251-0/+2
* Bluetooth: Increase minor version of core moduleMarcel Holtmann2015-10-221-1/+1
* Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg2015-10-221-8/+3
* Bluetooth: Take advantage of connection abort helpersJohan Hedberg2015-10-222-104/+11
* Bluetooth: Introduce hci_req helper to abort a connectionJohan Hedberg2015-10-222-0/+97
* Bluetooth: Fix crash in SMP when unpairingJohan Hedberg2015-10-223-0/+30