summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-13Bluetooth: Update mgmt_disconnect to match latest APIJohan Hedberg4-21/+42
2012-02-13Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_deviceJohan Hedberg2-43/+51
2012-02-13Bluetooth: Fix double acking I-Frames when sending pending I-FramesSzymon Janc1-1/+3
2012-02-13Bluetooth: Fix possible missing I-Frame acknowledgementSzymon Janc1-3/+3
2012-02-13Bluetooth: Remove unneeded sk variableAndrei Emeltchenko1-6/+3
2012-02-13Bluetooth: Clean up l2cap_chan_addAndrei Emeltchenko1-3/+8
2012-02-13Bluetooth: Change chan_ready param from sk to chanAndrei Emeltchenko1-6/+6
2012-02-13Bluetooth: Add BT_DBG to mgmt_discovering()Andre Guedes1-0/+2
2012-02-13Bluetooth: Fix device_found event length for remote name resolvingJohan Hedberg1-1/+2
2012-02-13Bluetooth: Fix indentationAndre Guedes1-1/+1
2012-02-13Bluetooth: MGMT start discovery LE-Only supportAndre Guedes2-2/+31
2012-02-13Bluetooth: Add hci_le_scan()Andre Guedes2-0/+41
2012-02-13Bluetooth: Add hci_do_le_scan()Andre Guedes3-3/+92
2012-02-13Bluetooth: Minor code refactoringAndre Guedes1-4/+7
2012-02-13Bluetooth: LE scan should send Discovering eventsAndre Guedes3-0/+8
2012-02-13Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg1-1/+2
2012-02-13Bluetooth: Helper removes duplicated codeAndrei Emeltchenko1-18/+13
2012-02-13Bluetooth: Recalculate sched HCI blk/pkt flow ctrlAndrei Emeltchenko1-6/+79
2012-02-13Bluetooth: Add support for notifying userspace of new LTK'sVinicius Costa Gomes1-0/+3
2012-02-13Bluetooth: Clean up structures left unusedVinicius Costa Gomes2-20/+0
2012-02-13Bluetooth: Add support for removing LTK's when pairing is removedVinicius Costa Gomes1-0/+6
2012-02-13Bluetooth: Add MGMT handlers for dealing with SMP LTK'sVinicius Costa Gomes2-0/+82
2012-02-13Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes4-65/+71
2012-02-13Bluetooth: Add new structures for handling SMP Long Term KeysVinicius Costa Gomes3-0/+52
2012-02-13Bluetooth: Fix doing some useless casts when receiving MGMT commandsVinicius Costa Gomes1-122/+83
2012-02-13Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0Manoj Iyer1-0/+1
2012-02-13Bluetooth: Use list _safe deleting from conn chan_listAndrei Emeltchenko1-2/+2
2012-02-13Bluetooth: Use list _safe deleting from conn_hash_listAndrei Emeltchenko1-2/+2
2012-02-13Bluetooth: mgmt: Implement Cancel Pair Device commandJohan Hedberg2-0/+52
2012-02-13Bluetooth: Fix clearing of debug and linkkey flagsHemant Gupta1-1/+2
2012-02-13Bluetooth: Send correct response to IO Capability RequestHemant Gupta1-1/+4
2012-02-13Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley1-0/+4
2012-02-13Bluetooth: Update mgmt.h to match latest API specJohan Hedberg1-62/+64
2012-02-13Bluetooth: Fix invalid memory access when there's no SMP channelVinicius Costa Gomes1-3/+6
2012-02-13Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila1-6/+12
2012-02-13Bluetooth: Use GFP_KERNEL in hci_add_adv_entry()Andre Guedes1-1/+1
2012-02-13Bluetooth: Rename smp_key_size to enc_key_sizeVinicius Costa Gomes2-10/+10
2012-02-13Bluetooth: Add structures for the new LTK exchange messagesVinicius Costa Gomes1-0/+22
2012-02-13Bluetooth: Fix possible use after free in delete pathUlisses Furquim1-2/+2
2012-02-13Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2-5/+5
2012-02-13Bluetooth: Remove unneeded lockingAndre Guedes1-5/+0
2012-02-13Bluetooth: Fix potential deadlockAndre Guedes1-2/+2
2012-02-13Bluetooth: Use GFP_KERNEL in hci_chan_create()Andre Guedes1-1/+1
2012-02-13Bluetooth: Use GFP_KERNEL in hci_conn_add()Andre Guedes1-1/+1
2012-02-13Bluetooth: Make l2cap_ertm_data_rcv staticSzymon Janc1-3/+1
2012-02-13Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko3-8/+27
2012-02-13Bluetooth: silence lockdep warningOctavian Purdila4-7/+11
2012-02-13Bluetooth: trivial: space correctionAndrei Emeltchenko1-1/+1
2012-02-13Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg3-14/+13
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg5-11/+18