summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)Author
2015-12-10Bluetooth: Move discoverable changes to hdev->req_workqueueJohan Hedberg
2015-12-10Bluetooth: Perform Class of Device changes through hdev->req_workqueueJohan Hedberg
2015-12-10Bluetooth: Move connectable changes to hdev->req_workqueueJohan Hedberg
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg
2015-12-10Bluetooth: Move __hci_update_background_scan up in hci_request.cJohan Hedberg
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-23Bluetooth: Increment management interface revisionJohan Hedberg
2015-11-23Bluetooth: Fix powering on with privacy and advertisingAndrzej Kaczmarek
2015-11-23Bluetooth: Fix returning proper HCI status from __hci_req_syncJohan Hedberg
2015-11-22Bluetooth: Add support for Get Advertising Size Information commandMarcel Holtmann
2015-11-22Bluetooth: Simplify if statements in tlv_data_is_valid functionMarcel Holtmann
2015-11-22Bluetooth: Add instance range check for Add Advertising commandMarcel Holtmann
2015-11-19Bluetooth: remove unneeded variable in l2cap_stream_rxPrasanna Karthik
2015-11-19Bluetooth: Clean up hci_core codePrasanna Karthik
2015-11-19Bluetooth: clean up af_bluetooth codePrasanna Karthik
2015-11-19Bluetooth: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring
2015-11-19Bluetooth: Simplify request cleanup codeJohan Hedberg
2015-11-19Bluetooth: Remove conn_unfinished variable from hci_connect_le()Johan Hedberg
2015-11-19Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Johan Hedberg
2015-11-19Bluetooth: Fix specifying role for LE connectionsJohan Hedberg
2015-11-19Bluetooth: Remove unnecessary le_scan_restart_work_complete() functionJohan Hedberg
2015-11-19Bluetooth: Simplify le_scan_disable_work()Johan Hedberg
2015-11-19Bluetooth: Pass inquiry length to bredr_inquiry()Johan Hedberg
2015-11-19Bluetooth: Fix BR/EDR Page Scan update with Add DeviceJohan Hedberg
2015-11-19Bluetooth: Move Stop Discovery to req_workqueueJohan Hedberg
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