aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Bluetooth: Don't wait for HCI in Add/Remove DeviceJohan Hedberg1-111/+50
2015-11-19Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg3-24/+23
2015-11-19Bluetooth: Add stubs for synchronous HCI request functionalityJohan Hedberg3-0/+15
2015-11-19Bluetooth: Add 'sync' specifier to synchronous request APIsJohan Hedberg3-20/+20
2015-11-19Bluetooth: Move synchronous request handling into hci_request.cJohan Hedberg3-193/+195
2015-11-19Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg1-3/+1
2015-11-19Bluetooth: Add support for controller specific loggingMarcel Holtmann1-0/+102
2015-11-19Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann2-5/+32
2015-11-19Bluetooth: Fix casting coding style within HCI socketsMarcel Holtmann1-13/+13
2015-11-19Bluetooth: Add clarifying comment why schedule_work is usedJohan Hedberg1-0/+4
2015-11-19Bluetooth: Add missing hci_skb_opcode for raw socket commandsMarcel Holtmann1-0/+5
2015-11-19Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg3-11/+15
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingMarcel Holtmann3-32/+33
2015-11-19Bluetooth: Make LE only events conditional on supported commandsMarcel Holtmann1-4/+18
2015-11-19Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event maskMarcel Holtmann1-1/+2
2015-11-19Bluetooth: Build LE event mask based on supported commandsMarcel Holtmann1-1/+28
2015-11-19Bluetooth: Move BR/EDR default events behind its featuresMarcel Holtmann1-4/+8
2015-11-11Bluetooth: Fix l2cap_chan leak in SMPJohan Hedberg1-1/+6
2015-11-05Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg1-1/+8
2015-11-05Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg1-1/+1
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg1-1/+8
2015-11-05Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann1-6/+11
2015-10-27bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingAlexander Aring1-1/+1
2015-10-27Bluetooth: Fix crash on fast disconnect of SCOKuba Pawlak1-0/+5
2015-10-26Bluetooth: Fix some obvious coding style issues in the SCO moduleMarcel Holtmann1-11/+19
2015-10-26Bluetooth: Replace hci_notify with hci_sock_dev_eventMarcel Holtmann1-16/+9
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann4-17/+17
2015-10-26Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann2-2/+2
2015-10-25Bluetooth: Fix locking issue during fast SCO reconnection.Kuba Pawlak1-0/+5
2015-10-25Bluetooth: Fix locking issue on SCO disconnectionKuba Pawlak1-0/+2
2015-10-25Bluetooth: Fix crash on SCO disconnectKuba Pawlak1-0/+2
2015-10-22Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2015-10-22Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg1-8/+3
2015-10-22Bluetooth: Take advantage of connection abort helpersJohan Hedberg2-104/+11
2015-10-22Bluetooth: Introduce hci_req helper to abort a connectionJohan Hedberg2-0/+97
2015-10-22Bluetooth: Fix crash in SMP when unpairingJohan Hedberg3-0/+30
2015-10-22Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg1-0/+10
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2-19/+3
2015-10-21Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg1-1/+0
2015-10-21Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg1-6/+7
2015-10-21Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg1-23/+32
2015-10-21Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg1-1/+1
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg3-11/+11
2015-10-21Bluetooth: Add le_addr_type() helper functionJohan Hedberg1-38/+18
2015-10-21Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg1-9/+43
2015-10-21Bluetooth: Introduce driver specific post init callbackMarcel Holtmann1-1/+4
2015-10-21Bluetooth: l2cap_disconnection_req priority over shutdownDean Jenkins1-1/+10
2015-10-21Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown()Dean Jenkins1-17/+27
2015-10-21Bluetooth: Unwind l2cap_sock_shutdown()Dean Jenkins1-14/+18
2015-10-216lowpan: cleanup lowpan_header_decompressAlexander Aring1-19/+1