summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2015-11-19Bluetooth: Move Start Discovery to req_workqueueJohan Hedberg
2015-11-19Bluetooth: Add error return value to hci_req_sync callbackJohan Hedberg
2015-11-19Bluetooth: Add discovery type validity helperJohan Hedberg
2015-11-19Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg
2015-11-19Bluetooth: Make __hci_update_background_scan private to hci_request.cJohan Hedberg
2015-11-19Bluetooth: Use req_workqueue for background scanning when powering onJohan Hedberg
2015-11-19Bluetooth: Use req_workqueue for explicit connect requestsJohan Hedberg
2015-11-19Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg
2015-11-19Bluetooth: Don't wait for HCI in Add/Remove DeviceJohan Hedberg
2015-11-19Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg
2015-11-19Bluetooth: Add stubs for synchronous HCI request functionalityJohan Hedberg
2015-11-19Bluetooth: Add 'sync' specifier to synchronous request APIsJohan Hedberg
2015-11-19Bluetooth: Move synchronous request handling into hci_request.cJohan Hedberg
2015-11-19Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg
2015-11-19Bluetooth: Add support for controller specific loggingMarcel Holtmann
2015-11-19Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann
2015-11-19Bluetooth: Fix casting coding style within HCI socketsMarcel Holtmann
2015-11-19Bluetooth: Add clarifying comment why schedule_work is usedJohan Hedberg
2015-11-19Bluetooth: Add missing hci_skb_opcode for raw socket commandsMarcel Holtmann
2015-11-19Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingMarcel Holtmann
2015-11-19Bluetooth: Make LE only events conditional on supported commandsMarcel Holtmann
2015-11-19Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event maskMarcel Holtmann
2015-11-19Bluetooth: Build LE event mask based on supported commandsMarcel Holtmann
2015-11-19Bluetooth: Move BR/EDR default events behind its featuresMarcel Holtmann
2015-11-11Bluetooth: Fix l2cap_chan leak in SMPJohan Hedberg
2015-11-05Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg
2015-11-05Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg
2015-11-05Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann
2015-10-27bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingAlexander Aring
2015-10-27Bluetooth: Fix crash on fast disconnect of SCOKuba Pawlak
2015-10-26Bluetooth: Fix some obvious coding style issues in the SCO moduleMarcel Holtmann
2015-10-26Bluetooth: Replace hci_notify with hci_sock_dev_eventMarcel Holtmann
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann
2015-10-26Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann
2015-10-25Bluetooth: Fix locking issue during fast SCO reconnection.Kuba Pawlak
2015-10-25Bluetooth: Fix locking issue on SCO disconnectionKuba Pawlak
2015-10-25Bluetooth: Fix crash on SCO disconnectKuba Pawlak
2015-10-22Bluetooth: Increase minor version of core moduleMarcel Holtmann
2015-10-22Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg
2015-10-22Bluetooth: Take advantage of connection abort helpersJohan Hedberg
2015-10-22Bluetooth: Introduce hci_req helper to abort a connectionJohan Hedberg
2015-10-22Bluetooth: Fix crash in SMP when unpairingJohan Hedberg
2015-10-22Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg
2015-10-21Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg
2015-10-21Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg
2015-10-21Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg
2015-10-21Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg