summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-13Bluetooth: Add hci_do_le_scan()Andre Guedes
2012-02-13Bluetooth: Minor code refactoringAndre Guedes
2012-02-13Bluetooth: LE scan should send Discovering eventsAndre Guedes
2012-02-13Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg
2012-02-13Bluetooth: Helper removes duplicated codeAndrei Emeltchenko
2012-02-13Bluetooth: Recalculate sched HCI blk/pkt flow ctrlAndrei Emeltchenko
2012-02-13Bluetooth: Add support for notifying userspace of new LTK'sVinicius Costa Gomes
2012-02-13Bluetooth: Clean up structures left unusedVinicius Costa Gomes
2012-02-13Bluetooth: Add support for removing LTK's when pairing is removedVinicius Costa Gomes
2012-02-13Bluetooth: Add MGMT handlers for dealing with SMP LTK'sVinicius Costa Gomes
2012-02-13Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes
2012-02-13Bluetooth: Add new structures for handling SMP Long Term KeysVinicius Costa Gomes
2012-02-13Bluetooth: Fix doing some useless casts when receiving MGMT commandsVinicius Costa Gomes
2012-02-13Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0Manoj Iyer
2012-02-13Bluetooth: Use list _safe deleting from conn chan_listAndrei Emeltchenko
2012-02-13Bluetooth: Use list _safe deleting from conn_hash_listAndrei Emeltchenko
2012-02-13Bluetooth: mgmt: Implement Cancel Pair Device commandJohan Hedberg
2012-02-13Bluetooth: Fix clearing of debug and linkkey flagsHemant Gupta
2012-02-13Bluetooth: Send correct response to IO Capability RequestHemant Gupta
2012-02-13Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley
2012-02-13Bluetooth: Update mgmt.h to match latest API specJohan Hedberg
2012-02-13Bluetooth: Fix invalid memory access when there's no SMP channelVinicius Costa Gomes
2012-02-13Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila
2012-02-13Bluetooth: Use GFP_KERNEL in hci_add_adv_entry()Andre Guedes
2012-02-13Bluetooth: Rename smp_key_size to enc_key_sizeVinicius Costa Gomes
2012-02-13Bluetooth: Add structures for the new LTK exchange messagesVinicius Costa Gomes
2012-02-13Bluetooth: Fix possible use after free in delete pathUlisses Furquim
2012-02-13Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim
2012-02-13Bluetooth: Remove unneeded lockingAndre Guedes
2012-02-13Bluetooth: Fix potential deadlockAndre Guedes
2012-02-13Bluetooth: Use GFP_KERNEL in hci_chan_create()Andre Guedes
2012-02-13Bluetooth: Use GFP_KERNEL in hci_conn_add()Andre Guedes
2012-02-13Bluetooth: Make l2cap_ertm_data_rcv staticSzymon Janc
2012-02-13Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko
2012-02-13Bluetooth: silence lockdep warningOctavian Purdila
2012-02-13Bluetooth: trivial: space correctionAndrei Emeltchenko
2012-02-13Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg
2012-02-13Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg
2012-02-13Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg
2012-02-13Bluetooth: Convert hdev->out to a bool typeJohan Hedberg
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg
2012-02-13Bluetooth: Merge device class into the EIR data in mgmt_ev_device_foundJohan Hedberg
2012-02-13Bluetooth: Move eir_has_data_field to hci_core.hJohan Hedberg
2012-02-13Bluetooth: Add missing EIR defines to hci.hJohan Hedberg
2012-02-13Bluetooth: Rename eir_has_complete_name to eir_has_data_typeJohan Hedberg
2012-02-13Bluetooth: Add eir_len parameter to mgmt_ev_device_foundJohan Hedberg
2012-02-13Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg
2012-02-13Bluetooth: Fix clearing persistent flagsJohan Hedberg
2012-02-13Bluetooth: Report LE devicesAndre Guedes