aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2015-11-23Bluetooth: Increment management interface revisionGravatar Johan Hedberg 1-1/+1
2015-11-23Bluetooth: Fix powering on with privacy and advertisingGravatar Andrzej Kaczmarek 1-7/+7
2015-11-23Bluetooth: Fix returning proper HCI status from __hci_req_syncGravatar Johan Hedberg 1-1/+7
2015-11-22Bluetooth: Add support for Get Advertising Size Information commandGravatar Marcel Holtmann 1-0/+58
2015-11-22Bluetooth: Simplify if statements in tlv_data_is_valid functionGravatar Marcel Holtmann 1-9/+11
2015-11-22Bluetooth: Add instance range check for Add Advertising commandGravatar Marcel Holtmann 1-0/+4
2015-11-19Bluetooth: remove unneeded variable in l2cap_stream_rxGravatar Prasanna Karthik 1-3/+1
2015-11-19Bluetooth: Clean up hci_core codeGravatar Prasanna Karthik 1-3/+4
2015-11-19Bluetooth: clean up af_bluetooth codeGravatar Prasanna Karthik 1-2/+2
2015-11-19Bluetooth: Delete an unnecessary check before the function call "kfree_skb"Gravatar Markus Elfring 1-2/+1
2015-11-19Bluetooth: Simplify request cleanup codeGravatar Johan Hedberg 2-3/+3
2015-11-19Bluetooth: Remove conn_unfinished variable from hci_connect_le()Gravatar Johan Hedberg 1-36/+12
2015-11-19Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Gravatar Johan Hedberg 1-6/+6
2015-11-19Bluetooth: Fix specifying role for LE connectionsGravatar Johan Hedberg 3-12/+10
2015-11-19Bluetooth: Remove unnecessary le_scan_restart_work_complete() functionGravatar Johan Hedberg 1-36/+24
2015-11-19Bluetooth: Simplify le_scan_disable_work()Gravatar Johan Hedberg 1-91/+57
2015-11-19Bluetooth: Pass inquiry length to bredr_inquiry()Gravatar Johan Hedberg 1-3/+5
2015-11-19Bluetooth: Fix BR/EDR Page Scan update with Add DeviceGravatar Johan Hedberg 1-13/+1
2015-11-19Bluetooth: Move Stop Discovery to req_workqueueGravatar Johan Hedberg 3-67/+70
2015-11-19Bluetooth: Move Start Discovery to req_workqueueGravatar Johan Hedberg 2-229/+211
2015-11-19Bluetooth: Add error return value to hci_req_sync callbackGravatar Johan Hedberg 3-26/+54
2015-11-19Bluetooth: Add discovery type validity helperGravatar Johan Hedberg 1-0/+40
2015-11-19Bluetooth: Move LE scan disable/restart behind req_workqueueGravatar Johan Hedberg 3-170/+181
2015-11-19Bluetooth: Make __hci_update_background_scan private to hci_request.cGravatar Johan Hedberg 2-3/+1
2015-11-19Bluetooth: Use req_workqueue for background scanning when powering onGravatar Johan Hedberg 1-6/+4
2015-11-19Bluetooth: Use req_workqueue for explicit connect requestsGravatar Johan Hedberg 2-36/+18
2015-11-19Bluetooth: Add HCI status return parameter to hci_req_sync()Gravatar Johan Hedberg 3-18/+24
2015-11-19Bluetooth: Don't wait for HCI in Add/Remove DeviceGravatar Johan Hedberg 1-111/+50
2015-11-19Bluetooth: Run all background scan updates through req_workqueueGravatar Johan Hedberg 3-24/+23
2015-11-19Bluetooth: Add stubs for synchronous HCI request functionalityGravatar Johan Hedberg 3-0/+15
2015-11-19Bluetooth: Add 'sync' specifier to synchronous request APIsGravatar Johan Hedberg 3-20/+20
2015-11-19Bluetooth: Move synchronous request handling into hci_request.cGravatar Johan Hedberg 3-193/+195
2015-11-19Bluetooth: Remove unnecessary call to hci_update_background_scanGravatar Johan Hedberg 1-3/+1
2015-11-19Bluetooth: Add support for controller specific loggingGravatar Marcel Holtmann 1-0/+102
2015-11-19Bluetooth: Add support for sending system notes to monitor channelGravatar Marcel Holtmann 2-5/+32
2015-11-19Bluetooth: Fix casting coding style within HCI socketsGravatar Marcel Holtmann 1-13/+13
2015-11-19Bluetooth: Add clarifying comment why schedule_work is usedGravatar Johan Hedberg 1-0/+4
2015-11-19Bluetooth: Add missing hci_skb_opcode for raw socket commandsGravatar Marcel Holtmann 1-0/+5
2015-11-19Bluetooth: Compress the size of struct hci_ctrlGravatar Johan Hedberg 3-11/+15
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingGravatar Marcel Holtmann 3-32/+33
2015-11-19Bluetooth: Make LE only events conditional on supported commandsGravatar Marcel Holtmann 1-4/+18
2015-11-19Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event maskGravatar Marcel Holtmann 1-1/+2
2015-11-19Bluetooth: Build LE event mask based on supported commandsGravatar Marcel Holtmann 1-1/+28
2015-11-19Bluetooth: Move BR/EDR default events behind its featuresGravatar Marcel Holtmann 1-4/+8
2015-11-05Bluetooth: L2CAP: Add missing checks for invalid LE DCIDGravatar Johan Hedberg 1-1/+8
2015-11-05Bluetooth: L2CAP: Fix checked range when allocating new CIDGravatar Johan Hedberg 1-1/+1
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesGravatar Johan Hedberg 1-1/+8
2015-11-05Bluetooth: Check for supported white list before issuing commandsGravatar Marcel Holtmann 1-6/+11
2015-10-27bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingGravatar Alexander Aring 1-1/+1
2015-10-27Bluetooth: Fix crash on fast disconnect of SCOGravatar Kuba Pawlak 1-0/+5