summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorLines
2012-02-17Bluetooth: mgmt: Add support for Set SSP commandJohan Hedberg-0/+1
2012-02-17Bluetooth: mgmt: Add support for Set Link Security commandJohan Hedberg-0/+1
2012-02-15Bluetooth: Implement Read Supported Commands commands for mgmtJohan Hedberg-0/+7
2012-02-13Bluetooth: Introduce to_hci_connDavid Herrmann-0/+1
2012-02-13Bluetooth: Remove hci_dev->driver_dataDavid Herrmann-1/+10
2012-02-13Bluetooth: Introduce to_hci_dev()David Herrmann-0/+2
2012-02-13Bluetooth: Add Device Unpaired mgmt eventJohan Hedberg-0/+5
2012-02-13Bluetooth: Add address type to mgmt_ev_auth_failedJohan Hedberg-2/+3
2012-02-13Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg-8/+8
2012-02-13Bluetooth: Add address type to Out Of Band mgmt messagesJohan Hedberg-2/+2
2012-02-13Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg-16/+18
2012-02-13Bluetooth: Update mgmt_disconnect to match latest APIJohan Hedberg-3/+4
2012-02-13Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_deviceJohan Hedberg-17/+17
2012-02-13Bluetooth: Add hci_le_scan()Andre Guedes-0/+6
2012-02-13Bluetooth: Add hci_do_le_scan()Andre Guedes-0/+8
2012-02-13Bluetooth: LE scan should send Discovering eventsAndre Guedes-0/+1
2012-02-13Bluetooth: Clean up structures left unusedVinicius Costa Gomes-20/+0
2012-02-13Bluetooth: Add MGMT handlers for dealing with SMP LTK'sVinicius Costa Gomes-0/+2
2012-02-13Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes-5/+6
2012-02-13Bluetooth: Add new structures for handling SMP Long Term KeysVinicius Costa Gomes-0/+21
2012-02-13Bluetooth: mgmt: Implement Cancel Pair Device commandJohan Hedberg-0/+1
2012-02-13Bluetooth: Update mgmt.h to match latest API specJohan Hedberg-62/+64
2012-02-13Bluetooth: Rename smp_key_size to enc_key_sizeVinicius Costa Gomes-1/+1
2012-02-13Bluetooth: Add structures for the new LTK exchange messagesVinicius Costa Gomes-0/+22
2012-02-13Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim-2/+2
2012-02-13Bluetooth: Fix potential deadlockAndre Guedes-2/+2
2012-02-13Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko-0/+3
2012-02-13Bluetooth: silence lockdep warningOctavian Purdila-0/+2
2012-02-13Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg-0/+7
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg-1/+1
2012-02-13Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg-3/+3
2012-02-13Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg-11/+13
2012-02-13Bluetooth: Convert hdev->out to a bool typeJohan Hedberg-1/+1
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg-3/+3
2012-02-13Bluetooth: Merge device class into the EIR data in mgmt_ev_device_foundJohan Hedberg-1/+11
2012-02-13Bluetooth: Move eir_has_data_field to hci_core.hJohan Hedberg-0/+25
2012-02-13Bluetooth: Add missing EIR defines to hci.hJohan Hedberg-0/+3
2012-02-13Bluetooth: Add eir_len parameter to mgmt_ev_device_foundJohan Hedberg-2/+3
2012-02-13Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg-5/+5
2012-02-13Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes-1/+1
2012-02-13Bluetooth: Make l2cap_clear_timer return if timer was running or notSzymon Janc-2/+7
2012-02-13Bluetooth: Fix 'enable_hs' typeFabio Estevam-1/+1
2012-02-13Bluetooth: Sort to-be-resolved devices by RSSI during discoveryJohan Hedberg-0/+2
2012-02-13Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg-8/+8
2012-02-13Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg-1/+1
2012-02-13Bluetooth: Remove __hci_dev_put/holdDavid Herrmann-10/+2
2012-02-13Bluetooth: Correctly take hci_dev->dev refcountDavid Herrmann-3/+2
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann-11/+2
2012-02-13Bluetooth: Remove unused hci-destruct cbDavid Herrmann-5/+1
2012-02-13Bluetooth: Make hci-destruct callback optionalDavid Herrmann-2/+4