summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-21Bluetooth: Use queue in the device listAndrei Emeltchenko
2011-11-21Bluetooth: Differentiate LE User Pairing ResponsesBrian Gix
2011-11-21Bluetooth: User Pairing Response restructuringBrian Gix
2011-11-21Bluetooth: making enable_hs independent from L2CAPAndrei Emeltchenko
2011-11-21Bluetooth: bnep: Fix module referenceDavid Herrmann
2011-11-21Bluetooth: cmtp: Fix module referenceDavid Herrmann
2011-11-16Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc
2011-11-16Bluetooth: Simplify __l2cap_global_chan_by_addrSzymon Janc
2011-11-16Bluetooth: Refactor loop in l2cap_retransmit_one_frameSzymon Janc
2011-11-16Bluetooth: Simplify l2cap_add_to_srej_queueSzymon Janc
2011-11-16Bluetooth: Fix possible NULL pointer derefence in l2cap codeSzymon Janc
2011-11-16Bluetooth: Do not set HCI_RAW when HS enabledAndrei Emeltchenko
2011-11-16Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg
2011-11-16Bluetooth: Add missing cmd_complete for mgmt_load_link_keysJohan Hedberg
2011-11-16Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg
2011-11-16Bluetooth: Return success instead of EALREADY for mgmt commandsJohan Hedberg
2011-11-16Bluetooth: Fix mgmt_pair_device imediate error responsesJohan Hedberg
2011-11-16Bluetooth: Add address type to mgmt_pair_deviceJohan Hedberg
2011-11-16Bluetooth: mgmt_stop_discovery_failed()Andre Guedes
2011-11-16Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes
2011-11-10Bluetooth: Only set ack_timer if we didn't send and ackGustavo F. Padovan
2011-11-10Bluetooth: Allow L2CAP to increase the security levelGustavo F. Padovan
2011-11-10Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan
2011-11-10Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg
2011-11-10Bluetooth: Add proper response to mgmt_remove_keys commandJohan Hedberg
2011-11-10Bluetooth: Fix deadlock with mgmt_pair_deviceJohan Hedberg
2011-11-10Bluetooth: Add public/random LE address information to mgmt messagesJohan Hedberg
2011-11-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-11-09Bluetooth: Remove redundant hci_dev comparisons in mgmt lookupsJohan Hedberg
2011-11-09Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmdJohan Hedberg
2011-11-09Bluetooth: Fix cancel_delayed_work_sync usage with locksJohan Hedberg
2011-11-09Bluetooth: Add missing hci_dev locking when calling mgmt functionsJohan Hedberg
2011-11-09Bluetooth: Move pending management command list into struct hci_devJohan Hedberg
2011-11-09Bluetooth: Pass full hci_dev struct to mgmt callbacksJohan Hedberg
2011-11-08Bluetooth: Add address type fields to mgmt messages that need themJohan Hedberg
2011-11-08Bluetooth: Update link key mgmt APIs to match latest spec.Johan Hedberg
2011-11-08Bluetooth: Fix response for mgmt_start_discovery when powered offJohan Hedberg
2011-11-08Bluetooth: Remove redundant code from mgmt_block & mgmt_unblockJohan Hedberg
2011-11-08Bluetooth: Convert power off mechanism to use delayed_workJohan Hedberg
2011-11-08Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable failsJohan Hedberg
2011-11-08Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg
2011-11-08Bluetooth: Periodic Inquiry and DiscoveryAndre Guedes
2011-11-08Bluetooth: Create hci_cancel_inquiry()Andre Guedes
2011-11-08Bluetooth: Create hci_do_inquiry()Andre Guedes
2011-11-08Bluetooth: EFS: parse L2CAP config responseAndrei Emeltchenko
2011-11-08Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko
2011-11-07Bluetooth: Clean up logic in hci_cc_write_scan_enableJohan Hedberg
2011-11-07Bluetooth: Add debug print to l2cap_chan_createSzymon Janc