summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2014-12-30Bluetooth: Add legacy SMP testsJohan Hedberg-0/+95
2014-12-30Bluetooth: Add skeleton for SMP self-testsJohan Hedberg-0/+66
2014-12-30Bluetooth: Add support for ECDH test casesJohan Hedberg-1/+175
2014-12-30Bluetooth: Add support for self testing frameworkMarcel Holtmann-0/+128
2014-12-30Bluetooth: Fix const declarations for smp_f5 and smp_f6Johan Hedberg-3/+4
2014-12-26Bluetooth: Remove BlueFritz! specific check from initializationMarcel Holtmann-3/+9
2014-12-24Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg-1/+6
2014-12-24Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann-3/+6
2014-12-20Bluetooth: Remove duplicate constant for RFCOMM PSMMarcel Holtmann-2/+2
2014-12-20Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann-0/+21
2014-12-20Bluetooth: Store default and maximum LE data length settingsMarcel Holtmann-0/+67
2014-12-20Bluetooth: Enable basics for LE Data Length Extension featureMarcel Holtmann-0/+14
2014-12-20Bluetooth: Move LE debugfs file creation into hci_debugfs.cMarcel Holtmann-478/+474
2014-12-20Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.cMarcel Holtmann-349/+350
2014-12-20Bluetooth: Move common debugfs file creation into hci_debugfs.cMarcel Holtmann-201/+200
2014-12-20Bluetooth: Add skeleton functions for debugfs creationMarcel Holtmann-1/+74
2014-12-20Bluetooth: Support static address when BR/EDR has been disabledMarcel Holtmann-2/+14
2014-12-19Bluetooth: Move hci_update_page_scan to hci_request.cJohan Hedberg-56/+56
2014-12-19Bluetooth: Add return parameter to cmd_complete callbacksJohan Hedberg-40/+45
2014-12-19Bluetooth: Fix Add Device to wait for HCI before sending cmd_completeJohan Hedberg-68/+109
2014-12-19Bluetooth: Fix Remove Device to wait for HCI before sending cmd_completeJohan Hedberg-22/+62
2014-12-19Bluetooth: Add hci_request support for hci_update_background_scanJohan Hedberg-95/+105
2014-12-19Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro-0/+3
2014-12-19Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro-0/+3
2014-12-19Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()Al Viro-1/+2
2014-12-19Bluetooth: 6lowpan: Do not free skb when packet is droppedJukka Rissanen-1/+0
2014-12-19Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg-370/+453
2014-12-19Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg-15/+22
2014-12-17Bluetooth: Fix bug with filter in service discovery optimizationMarcel Holtmann-5/+9
2014-12-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-54/+123
2014-12-12Bluetooth: Fix mgmt response status when removing adapterJohan Hedberg-3/+15
2014-12-12Bluetooth: Fix enabling BR/EDR SC when powering onJohan Hedberg-0/+5
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-992/+3843
2014-12-11Bluetooth: Fix notifying mgmt power off before flushing connection listJohan Hedberg-8/+6
2014-12-11Bluetooth: Fix incorrect pending cmd removal in pairing_complete()Johan Hedberg-13/+25
2014-12-11Bluetooth: Fix calling hci_conn_put too earlyJohan Hedberg-2/+2
2014-12-11Bluetooth: Fix check for support for page scan related commandsMarcel Holtmann-10/+10
2014-12-11Bluetooth: Fix missing hci_dev_lock/unlock in hci_eventJaganath Kanakkassery-0/+20
2014-12-11Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete()Jaganath Kanakkassery-6/+14
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller-23/+8
2014-12-09Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller-595/+3193
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro-19/+6
2014-12-09put iov_iter into msghdrAl Viro-7/+5
2014-12-09switch l2cap ->memcpy_fromiovec() to msghdrAl Viro-4/+4
2014-12-09Bluetooth: fix err_cast.cocci warningsFengguang Wu-1/+1
2014-12-08Bluetooth: Fix generation of non-resolvable private addressesMarcel Holtmann-8/+20
2014-12-07Bluetooth: Check for force_lesc_support before rejecting SMP over BR/EDRMarcel Holtmann-1/+2
2014-12-06Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDRMarcel Holtmann-2/+3
2014-12-05Bluetooth: Enable events for P-256 Public Key and DHKey commandsMarcel Holtmann-0/+14
2014-12-05Bluetooth: Add support for enabling Extended Scanner Filter PoliciesMarcel Holtmann-0/+13