summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: User Pairing Response restructuringBrian Gix2011-11-211-29/+47
* Bluetooth: making enable_hs independent from L2CAPAndrei Emeltchenko2011-11-212-4/+5
* Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc2011-11-162-7/+4Star
* Bluetooth: Simplify __l2cap_global_chan_by_addrSzymon Janc2011-11-161-5/+2Star
* Bluetooth: Refactor loop in l2cap_retransmit_one_frameSzymon Janc2011-11-161-5/+3Star
* Bluetooth: Simplify l2cap_add_to_srej_queueSzymon Janc2011-11-161-8/+5Star
* Bluetooth: Fix possible NULL pointer derefence in l2cap codeSzymon Janc2011-11-161-3/+17
* Bluetooth: Do not set HCI_RAW when HS enabledAndrei Emeltchenko2011-11-161-2/+3
* Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg2011-11-161-2/+8
* Bluetooth: Add missing cmd_complete for mgmt_load_link_keysJohan Hedberg2011-11-161-0/+2
* Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg2011-11-161-91/+224
* Bluetooth: Return success instead of EALREADY for mgmt commandsJohan Hedberg2011-11-161-12/+14
* Bluetooth: Fix mgmt_pair_device imediate error responsesJohan Hedberg2011-11-161-2/+11
* Bluetooth: Add address type to mgmt_pair_deviceJohan Hedberg2011-11-161-7/+6Star
* Bluetooth: mgmt_stop_discovery_failed()Andre Guedes2011-11-162-1/+20
* Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes2011-11-162-2/+2
* Bluetooth: Only set ack_timer if we didn't send and ackGustavo F. Padovan2011-11-101-1/+2
* Bluetooth: Allow L2CAP to increase the security levelGustavo F. Padovan2011-11-101-3/+13
* Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan2011-11-101-6/+6
* Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg2011-11-102-15/+26
* Bluetooth: Add proper response to mgmt_remove_keys commandJohan Hedberg2011-11-101-11/+50
* Bluetooth: Fix deadlock with mgmt_pair_deviceJohan Hedberg2011-11-101-5/+0Star
* Bluetooth: Add public/random LE address information to mgmt messagesJohan Hedberg2011-11-102-22/+34
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-0914-836/+1728
|\
| * Bluetooth: Remove redundant hci_dev comparisons in mgmt lookupsJohan Hedberg2011-11-091-13/+2Star
| * Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmdJohan Hedberg2011-11-091-1/+1
| * Bluetooth: Fix cancel_delayed_work_sync usage with locksJohan Hedberg2011-11-092-5/+5
| * Bluetooth: Add missing hci_dev locking when calling mgmt functionsJohan Hedberg2011-11-093-13/+57
| * Bluetooth: Move pending management command list into struct hci_devJohan Hedberg2011-11-092-40/+45
| * Bluetooth: Pass full hci_dev struct to mgmt callbacksJohan Hedberg2011-11-093-140/+145
| * Bluetooth: Add address type fields to mgmt messages that need themJohan Hedberg2011-11-082-21/+46
| * Bluetooth: Update link key mgmt APIs to match latest spec.Johan Hedberg2011-11-082-22/+25
| * Bluetooth: Fix response for mgmt_start_discovery when powered offJohan Hedberg2011-11-081-0/+5
| * Bluetooth: Remove redundant code from mgmt_block & mgmt_unblockJohan Hedberg2011-11-081-21/+0Star
| * Bluetooth: Convert power off mechanism to use delayed_workJohan Hedberg2011-11-082-29/+18Star
| * Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable failsJohan Hedberg2011-11-082-3/+19
| * Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg2011-11-083-1/+36
| * Bluetooth: Periodic Inquiry and DiscoveryAndre Guedes2011-11-081-32/+11Star
| * Bluetooth: Create hci_cancel_inquiry()Andre Guedes2011-11-082-1/+11
| * Bluetooth: Create hci_do_inquiry()Andre Guedes2011-11-082-8/+21
| * Bluetooth: EFS: parse L2CAP config responseAndrei Emeltchenko2011-11-081-0/+24
| * Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko2011-11-083-7/+7
| * Bluetooth: Clean up logic in hci_cc_write_scan_enableJohan Hedberg2011-11-071-19/+21
| * Bluetooth: Add debug print to l2cap_chan_createSzymon Janc2011-11-071-0/+2
| * Bluetooth: Fix mgmt response when adapter goes down or is removedJohan Hedberg2011-11-071-1/+18
| * Bluetooth: Guarantee BR-EDR device will be registered as hci0Mat Martineau2011-11-071-1/+6
| * Bluetooth: Add signal handlers for channel movesMat Martineau2011-11-071-0/+136
| * Bluetooth: Use symbolic values for the fixed channel mapMat Martineau2011-11-071-1/+7
| * Bluetooth: Add signal handlers for channel creationMat Martineau2011-11-071-0/+47
| * Bluetooth: Add channel policy to getsockopt/setsockoptMat Martineau2011-11-071-0/+35