summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2015-11-05Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg-1/+8
2015-11-05Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg-1/+1
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg-1/+8
2015-11-05Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann-6/+11
2015-10-27bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingAlexander Aring-1/+1
2015-10-27Bluetooth: Fix crash on fast disconnect of SCOKuba Pawlak-0/+5
2015-10-26Bluetooth: Fix some obvious coding style issues in the SCO moduleMarcel Holtmann-11/+19
2015-10-26Bluetooth: Replace hci_notify with hci_sock_dev_eventMarcel Holtmann-16/+9
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann-17/+17
2015-10-26Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann-2/+2
2015-10-25Bluetooth: Fix locking issue during fast SCO reconnection.Kuba Pawlak-0/+5
2015-10-25Bluetooth: Fix locking issue on SCO disconnectionKuba Pawlak-0/+2
2015-10-25Bluetooth: Fix crash on SCO disconnectKuba Pawlak-0/+2
2015-10-22Bluetooth: Increase minor version of core moduleMarcel Holtmann-1/+1
2015-10-22Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg-8/+3
2015-10-22Bluetooth: Take advantage of connection abort helpersJohan Hedberg-104/+11
2015-10-22Bluetooth: Introduce hci_req helper to abort a connectionJohan Hedberg-0/+97
2015-10-22Bluetooth: Fix crash in SMP when unpairingJohan Hedberg-0/+30
2015-10-22Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg-0/+10
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg-19/+3
2015-10-21Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg-1/+0
2015-10-21Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg-6/+7
2015-10-21Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg-23/+32
2015-10-21Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg-1/+1
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg-11/+11
2015-10-21Bluetooth: Add le_addr_type() helper functionJohan Hedberg-38/+18
2015-10-21Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg-9/+43
2015-10-21Bluetooth: Introduce driver specific post init callbackMarcel Holtmann-1/+4
2015-10-21Bluetooth: l2cap_disconnection_req priority over shutdownDean Jenkins-1/+10
2015-10-21Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown()Dean Jenkins-17/+27
2015-10-21Bluetooth: Unwind l2cap_sock_shutdown()Dean Jenkins-14/+18
2015-10-216lowpan: cleanup lowpan_header_decompressAlexander Aring-19/+1
2015-10-216lowpan: cleanup lowpan_header_compressAlexander Aring-2/+1
2015-10-21bluetooth: 6lowpan: use lowpan dispatch helpersAlexander Aring-30/+27
2015-10-21Bluetooth: Fix removing connection parameters when unpairingJohan Hedberg-5/+7
2015-10-21Bluetooth: Add support setup stage internal notification eventMarcel Holtmann-8/+18
2015-10-21Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann-0/+14
2015-10-21Bluetooth: Add new quirk for non-persistent diagnostic settingsMarcel Holtmann-0/+19
2015-10-21Bluetooth: Don't use remote address type to decide IRK persistencyJohan Hedberg-32/+19
2015-10-21Bluetooth: Queue diagnostic messages together with HCI packetsMarcel Holtmann-4/+5
2015-10-21Bluetooth: Restrict valid packet types via HCI_CHANNEL_RAWMarcel Holtmann-0/+11
2015-10-21Bluetooth: Remove quirk for HCI_VENDOR_PKT filter handlingMarcel Holtmann-4/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-42/+99
2015-10-16Bluetooth: Fix initializing conn_params in scan phaseJakub Pawlowski-8/+20
2015-10-16Bluetooth: Fix conn_params list update in hci_connect_le_scan_cleanupJohan Hedberg-4/+19
2015-10-16Bluetooth: Fix remove_device behavior for explicit connectsJohan Hedberg-1/+6
2015-10-16Bluetooth: Fix LE reconnection logicJohan Hedberg-12/+8
2015-10-16Bluetooth: Fix reference counting for LE-scan based connectionsJohan Hedberg-17/+36
2015-10-16Bluetooth: Fix double scan updatesJakub Pawlowski-5/+15
2015-10-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-76/+230