summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)Author
2015-01-12Bluetooth: Replace send_monitor_event with queue_monitor_skbMarcel Holtmann
2015-01-12Bluetooth: Create generic queue_monitor_skb helper functionMarcel Holtmann
2015-01-12Bluetooth: Simplify packet copy in hci_send_to_monitor functionMarcel Holtmann
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_scoMarcel Holtmann
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rcMarcel Holtmann
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_l2Marcel Holtmann
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hciMarcel Holtmann
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann
2015-01-03Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE optionMarcel Holtmann
2015-01-03Bluetooth: Remove dead code for manufacturer inquiry mode quirksMarcel Holtmann
2015-01-02Bluetooth: Fix SMP channel registration for unconfigured controllersMarcel Holtmann
2015-01-02Bluetooth: Fix for a leftover debug of pairing credentialsMarcel Holtmann
2015-01-02Bluetooth: Fix scope of sc_only_mode debugfs entryMarcel Holtmann
2015-01-02Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann
2015-01-02Bluetooth: Remove broken force_lesc_support debugfs optionMarcel Holtmann
2015-01-02Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann
2015-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2014-12-30Bluetooth: Add timing information to ECDH test case runsMarcel Holtmann
2014-12-30Bluetooth: Add timing information to SMP test case runsMarcel Holtmann
2014-12-30Bluetooth: Add LE Secure Connections tests for SMPJohan Hedberg
2014-12-30Bluetooth: Add legacy SMP testsJohan Hedberg
2014-12-30Bluetooth: Add skeleton for SMP self-testsJohan Hedberg
2014-12-30Bluetooth: Add support for ECDH test casesJohan Hedberg
2014-12-30Bluetooth: Add support for self testing frameworkMarcel Holtmann
2014-12-30Bluetooth: Fix const declarations for smp_f5 and smp_f6Johan Hedberg
2014-12-26Bluetooth: Remove BlueFritz! specific check from initializationMarcel Holtmann
2014-12-24Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg
2014-12-24Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann
2014-12-20Bluetooth: Remove duplicate constant for RFCOMM PSMMarcel Holtmann
2014-12-20Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann
2014-12-20Bluetooth: Store default and maximum LE data length settingsMarcel Holtmann
2014-12-20Bluetooth: Enable basics for LE Data Length Extension featureMarcel Holtmann
2014-12-20Bluetooth: Move LE debugfs file creation into hci_debugfs.cMarcel Holtmann
2014-12-20Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.cMarcel Holtmann
2014-12-20Bluetooth: Move common debugfs file creation into hci_debugfs.cMarcel Holtmann
2014-12-20Bluetooth: Add skeleton functions for debugfs creationMarcel Holtmann
2014-12-20Bluetooth: Support static address when BR/EDR has been disabledMarcel Holtmann
2014-12-19Bluetooth: Move hci_update_page_scan to hci_request.cJohan Hedberg
2014-12-19Bluetooth: Add return parameter to cmd_complete callbacksJohan Hedberg
2014-12-19Bluetooth: Fix Add Device to wait for HCI before sending cmd_completeJohan Hedberg
2014-12-19Bluetooth: Fix Remove Device to wait for HCI before sending cmd_completeJohan Hedberg
2014-12-19Bluetooth: Add hci_request support for hci_update_background_scanJohan Hedberg
2014-12-19Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro
2014-12-19Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro
2014-12-19Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()Al Viro
2014-12-19Bluetooth: 6lowpan: Do not free skb when packet is droppedJukka Rissanen
2014-12-19Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg
2014-12-19Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg
2014-12-17Bluetooth: Fix bug with filter in service discovery optimizationMarcel Holtmann
2014-12-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville