]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/history - net
Bluetooth: Fix trying to disable scanning twice
[mirror_ubuntu-artful-kernel.git] / net /
2014-02-28 Johan HedbergBluetooth: Fix trying to disable scanning twice
2014-02-28 Johan HedbergBluetooth: Delay LTK encryption to let remote receive...
2014-02-28 Johan HedbergBluetooth: Re-encrypt link after receiving an LTK
2014-02-28 Johan HedbergBluetooth: Add timeout for LE connection attempts
2014-02-28 Johan HedbergBluetooth: Use hdev->init/resp_addr values for smp_c1...
2014-02-28 Johan HedbergBluetooth: Track LE initiator and responder address...
2014-02-28 Johan HedbergBluetooth: Fix updating connection state to BT_CONNECT...
2014-02-28 Johan HedbergBluetooth: Add protections for updating local random...
2014-02-28 Johan HedbergBluetooth: Fix clearing SMP keys if pairing fails
2014-02-28 Marcel HoltmannBluetooth: Use __le64 type for LE random numbers
2014-02-28 Johan HedbergBluetooth: Add timer to force power off
2014-02-28 Johan HedbergBluetooth: Fix disconnecting connections in non-connect...
2014-02-28 Marcel HoltmannBluetooth: Track LE white list modification via HCI...
2014-02-28 Marcel HoltmannBluetooth: Add support for storing LE white list entries
2014-02-28 Marcel HoltmannBluetooth: Clear all LE white list entries when powerin...
2014-02-28 Marcel HoltmannBluetooth: Make hci_blacklist_clear function static
2014-02-27 Johan HedbergBluetooth: Add hci_copy_identity_address convenience...
2014-02-27 Johan HedbergBluetooth: Add tracking of advertising address type
2014-02-27 Lukasz RymanowskiBluetooth: Fix response on confirm_name
2014-02-27 Andre GuedesBluetooth: Update background scan parameters
2014-02-27 Andre GuedesBluetooth: Create hci_req_add_le_passive_scan helper
2014-02-27 Andre GuedesBluetooth: Add le_auto_conn file on debugfs
2014-02-27 Andre GuedesBluetooth: Support resolvable private addresses
2014-02-27 Andre GuedesBluetooth: Connection parameters and resolvable address
2014-02-27 Andre GuedesBluetooth: Auto connection and power on
2014-02-27 Andre GuedesBluetooth: Temporarily stop background scanning on...
2014-02-27 Andre GuedesBluetooth: Connection parameters and auto connection
2014-02-27 Andre GuedesBluetooth: Introduce LE auto connect options
2014-02-27 Andre GuedesBluetooth: Introduce LE auto connection infrastructure
2014-02-27 Andre GuedesBluetooth: Introduce hdev->pend_le_conn list
2014-02-27 Andre GuedesBluetooth: Move address type conversion to outside...
2014-02-27 Andre GuedesBluetooth: Refactor HCI connection code
2014-02-27 Andre GuedesBluetooth: Remove unused function
2014-02-27 Andre GuedesBluetooth: Stop scanning on LE connection
2014-02-27 Andre GuedesBluetooth: Declare le_conn_failed in hci_core.h
2014-02-27 Andre GuedesBluetooth: Create hci_req_add_le_scan_disable helper
2014-02-26 Johan HedbergBluetooth: Remove unneeded "force" parameter from smp_d...
2014-02-26 Johan HedbergBluetooth: Simplify logic for checking for SMP completion
2014-02-26 Johan HedbergBluetooth: Track not yet received keys in SMP
2014-02-25 Johan HedbergBluetooth: Ignore IRKs with no Identity Address
2014-02-25 Johan HedbergBluetooth: Fix advertising address type when toggling...
2014-02-25 Andrzej KaczmarekBluetooth: Fix NULL pointer dereference when sending...
2014-02-24 Johan HedbergBluetooth: Clean up HCI state when doing power off
2014-02-24 Johan HedbergBluetooth: Don't clear HCI_ADVERTISING when powering off
2014-02-24 Johan HedbergBluetooth: Don't clear HCI_CONNECTABLE when powering off
2014-02-24 Johan HedbergBluetooth: Don't clear HCI_DISCOVERABLE when powering off
2014-02-24 Johan HedbergBluetooth: Move check for MGMT_CONNECTED flag into...
2014-02-24 Johan HedbergBluetooth: Move HCI_ADVERTISING handling into mgmt.c
2014-02-24 Johan HedbergBluetooth: Fix canceling RPA expiry timer
2014-02-24 Johan HedbergBluetooth: Enable RPA resolving if mgmt_set_privacy...
2014-02-24 Marcel HoltmannBluetooth: Export current local RPA with identity infor...
2014-02-24 Marcel HoltmannBluetooth: Store current RPA and update it if needed
2014-02-24 Marcel HoltmannBluetooth: Use privacy mode for non-connectable advertising
2014-02-24 Marcel HoltmannBluetooth: Use unresolvable private address for active...
2014-02-24 Marcel HoltmannBluetooth: Expose current identity information in debugfs
2014-02-23 Johan HedbergBluetooth: Remove unneeded hdev->own_addr_type
2014-02-23 Johan HedbergBluetooth: Fix setting correct src_type when connecting LE
2014-02-23 Johan HedbergBluetooth: Add support for Set Privacy command
2014-02-23 Johan HedbergBluetooth: Add debugfs entry for RPA regeneration timeout
2014-02-23 Johan HedbergBluetooth: Don't write static address during power on
2014-02-23 Johan HedbergBluetooth: Use hci_update_random_address() for initiati...
2014-02-23 Johan HedbergBluetooth: Use hci_update_random_address() for enabling...
2014-02-23 Johan HedbergBluetooth: Use hci_update_random_address() when connect...
2014-02-23 Johan HedbergBluetooth: Add hci_update_random_address() convenience...
2014-02-23 Johan HedbergBluetooth: Add timer for regenerating local RPA
2014-02-23 Johan HedbergBluetooth: Add SMP function for generating RPAs
2014-02-23 Johan HedbergBluetooth: Set the correct values for Identity Address...
2014-02-23 Johan HedbergBluetooth: Ensure hci_conn always contains the local...
2014-02-22 Johan HedbergBluetooth: Add Privacy flag to mgmt supported/current...
2014-02-22 Johan HedbergBluetooth: Move enable/disable_advertising higher up...
2014-02-22 Johan HedbergBluetooth: Add initial code for distributing local IRK
2014-02-22 Johan HedbergBluetooth: Add helper variables to smp_distribute_keys()
2014-02-22 Marcel HoltmannBluetooth: Fix issue with missing management event...
2014-02-21 Johan HedbergBluetooth: Fix iterating wrong list in hci_remove_irk()
2014-02-21 Marcel HoltmannBluetooth: Increase minor version of core module
2014-02-21 Marcel HoltmannBluetooth: Provide option for changing LE advertising...
2014-02-20 Andrzej KaczmarekBluetooth: Fix channel check when binding RFCOMM sock
2014-02-20 Marcel HoltmannBluetooth: Track the current configured random address
2014-02-20 Marcel HoltmannBluetooth: Replace own_address_type with force_static_a...
2014-02-20 Marcel HoltmannBluetooth: Add comment explainging store hint for long...
2014-02-20 Marcel HoltmannBluetooth: Don't send store hint for devices using...
2014-02-19 Johan HedbergBluetooth: Add support for sending New IRK event
2014-02-19 Johan HedbergBluetooth: Move SMP LTK notification after key distribution
2014-02-19 Johan HedbergBluetooth: Track SMP keys in the SMP context
2014-02-19 Johan HedbergBluetooth: Move New LTK store hint evaluation into...
2014-02-19 Johan HedbergBluetooth: Return added key when adding LTKs and IRKs
2014-02-19 Johan HedbergBluetooth: Avoid using GFP_ATOMIC where not necessary
2014-02-19 Marcel HoltmannBluetooth: Use same LE min/max connection event length...
2014-02-19 Marcel HoltmannBluetooth: Expose current list of identity resolving...
2014-02-19 Marcel HoltmannBluetooth: Fix wrong identity address during connection...
2014-02-19 Marcel HoltmannBluetooth: Use connection address for reporting connect...
2014-02-19 Marcel HoltmannBluetooth: Report identity address when remote device...
2014-02-18 Szymon JancBluetooth: Print error when dropping L2CAP data
2014-02-18 Johan HedbergBluetooth: Use Identity Address in Device Found event
2014-02-18 Johan HedbergBluetooth: Look up RPA for connection requests with...
2014-02-18 Johan HedbergBluetooth: Don't try to look up private addresses as...
2014-02-18 Johan HedbergBluetooth: Wait for SMP key distribution completion...
2014-02-18 Johan HedbergBluetooth: Fix updating Identity Address in L2CAP channels
2014-02-18 Johan HedbergBluetooth: Track the LE Identity Address in struct...
2014-02-18 Johan HedbergBluetooth: Remove SMP data specific crypto context
next