summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: LE scan should send Discovering eventsAndre Guedes2012-02-133-0/+8
* Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg2012-02-131-1/+2
* Bluetooth: Helper removes duplicated codeAndrei Emeltchenko2012-02-131-18/+13Star
* Bluetooth: Recalculate sched HCI blk/pkt flow ctrlAndrei Emeltchenko2012-02-131-6/+79
* Bluetooth: Add support for notifying userspace of new LTK'sVinicius Costa Gomes2012-02-131-0/+3
* Bluetooth: Clean up structures left unusedVinicius Costa Gomes2012-02-132-20/+0Star
* Bluetooth: Add support for removing LTK's when pairing is removedVinicius Costa Gomes2012-02-131-0/+6
* Bluetooth: Add MGMT handlers for dealing with SMP LTK'sVinicius Costa Gomes2012-02-132-0/+82
* Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes2012-02-134-65/+71
* Bluetooth: Add new structures for handling SMP Long Term KeysVinicius Costa Gomes2012-02-133-0/+52
* Bluetooth: Fix doing some useless casts when receiving MGMT commandsVinicius Costa Gomes2012-02-131-122/+83Star
* Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0Manoj Iyer2012-02-131-0/+1
* Bluetooth: Use list _safe deleting from conn chan_listAndrei Emeltchenko2012-02-131-2/+2
* Bluetooth: Use list _safe deleting from conn_hash_listAndrei Emeltchenko2012-02-131-2/+2
* Bluetooth: mgmt: Implement Cancel Pair Device commandJohan Hedberg2012-02-132-0/+52
* Bluetooth: Fix clearing of debug and linkkey flagsHemant Gupta2012-02-131-1/+2
* Bluetooth: Send correct response to IO Capability RequestHemant Gupta2012-02-131-1/+4
* Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley2012-02-131-0/+4
* Bluetooth: Update mgmt.h to match latest API specJohan Hedberg2012-02-131-62/+64
* Bluetooth: Fix invalid memory access when there's no SMP channelVinicius Costa Gomes2012-02-131-3/+6
* Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila2012-02-131-6/+12
* Bluetooth: Use GFP_KERNEL in hci_add_adv_entry()Andre Guedes2012-02-131-1/+1
* Bluetooth: Rename smp_key_size to enc_key_sizeVinicius Costa Gomes2012-02-132-10/+10
* Bluetooth: Add structures for the new LTK exchange messagesVinicius Costa Gomes2012-02-131-0/+22
* Bluetooth: Fix possible use after free in delete pathUlisses Furquim2012-02-131-2/+2
* Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-132-5/+5
* Bluetooth: Remove unneeded lockingAndre Guedes2012-02-131-5/+0Star
* Bluetooth: Fix potential deadlockAndre Guedes2012-02-131-2/+2
* Bluetooth: Use GFP_KERNEL in hci_chan_create()Andre Guedes2012-02-131-1/+1
* Bluetooth: Use GFP_KERNEL in hci_conn_add()Andre Guedes2012-02-131-1/+1
* Bluetooth: Make l2cap_ertm_data_rcv staticSzymon Janc2012-02-131-3/+1Star
* Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko2012-02-133-8/+27
* Bluetooth: silence lockdep warningOctavian Purdila2012-02-134-7/+11
* Bluetooth: trivial: space correctionAndrei Emeltchenko2012-02-131-1/+1
* Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg2012-02-133-14/+13Star
* Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg2012-02-135-11/+18
* Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg2012-02-133-17/+25
* Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg2012-02-134-48/+110
* Bluetooth: Convert hdev->out to a bool typeJohan Hedberg2012-02-133-7/+7
* Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg2012-02-135-42/+41Star
* Bluetooth: Merge device class into the EIR data in mgmt_ev_device_foundJohan Hedberg2012-02-133-8/+24
* Bluetooth: Move eir_has_data_field to hci_core.hJohan Hedberg2012-02-132-25/+25
* Bluetooth: Add missing EIR defines to hci.hJohan Hedberg2012-02-131-0/+3
* Bluetooth: Rename eir_has_complete_name to eir_has_data_typeJohan Hedberg2012-02-131-4/+5
* Bluetooth: Add eir_len parameter to mgmt_ev_device_foundJohan Hedberg2012-02-133-15/+18
* Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg2012-02-134-13/+15
* Bluetooth: Fix clearing persistent flagsJohan Hedberg2012-02-131-2/+2
* Bluetooth: Report LE devicesAndre Guedes2012-02-131-0/+5
* Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes2012-02-133-7/+12
* Bluetooth: Change sk to l2cap_chanAndrei Emeltchenko2012-02-131-5/+6