Bluetooth: Wait for SMP key distribution completion when pairing
[firefly-linux-kernel-4.4.55.git] / net /
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
2014-02-18 Johan HedbergBluetooth: Fix removing any IRKs when unpairing devices
2014-02-18 Johan HedbergBluetooth: Fix completing SMP as peripheral when no...
2014-02-18 Johan HedbergBluetooth: Fix hci_remove_ltk failure when no match...
2014-02-18 Johan HedbergBluetooth: Remove return values from functions that...
2014-02-18 Johan HedbergBluetooth: Fix missing address type check for removing...
2014-02-18 Johan HedbergBluetooth: Fix properly ignoring unexpected SMP PDUs
2014-02-18 Johan HedbergBluetooth: Enable support for remote IRK distribution
2014-02-18 Johan HedbergBluetooth: Implement mgmt_load_irks command
2014-02-18 Johan HedbergBluetooth: Add basic IRK management support
2014-02-18 Johan HedbergBluetooth: Add AES crypto context for each HCI device
2014-02-18 Johan HedbergBluetooth: Add smp_irk_matches helper function
2014-02-18 Johan HedbergBluetooth: Fix minor whitespace issues in SMP code
2014-02-18 Johan HedbergBluetooth: Fix missing PDU length checks for SMP
2014-02-17 Marcel HoltmannBluetooth: Allow HCI User Channel usage for controllers...
2014-02-17 Marcel HoltmannBluetooth: Add missing index added event on user channe...
2014-02-17 Marcel HoltmannBluetooth: Fix sending wrong store hint for new long...
2014-02-17 Marcel HoltmannBluetooth: Restrict long term keys to public and static...
2014-02-14 Peter HurleyBluetooth: Fix write_room() calculation
2014-02-14 Peter HurleyBluetooth: Refactor write_room() calculation
2014-02-14 Peter HurleyBluetooth: Don't fail RFCOMM tty writes
2014-02-14 Peter HurleyBluetooth: Force -EIO from tty read/write if .activate...
2014-02-14 Peter HurleyBluetooth: Cleanup RFCOMM device registration error...
2014-02-14 Peter HurleyBluetooth: Refactor rfcomm_dev_add()
2014-02-14 Peter HurleyBluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASED...
2014-02-14 Peter HurleyBluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lo...
2014-02-14 Peter HurleyBluetooth: Fix RFCOMM parent device for reused dlc
2014-02-14 Peter HurleyBluetooth: Fix unsafe RFCOMM device parenting
2014-02-14 Peter HurleyBluetooth: Directly close dlc for not yet started RFCOM...
2014-02-14 Peter HurleyBluetooth: Refactor dlc disconnect logic in rfcomm_dlc_...
2014-02-14 Peter HurleyBluetooth: Refactor deferred setup test in rfcomm_dlc_c...
2014-02-14 Peter HurleyBluetooth: Simplify RFCOMM session state eval
2014-02-14 Peter HurleyBluetooth: Verify dlci not in use before rfcomm_dev...
2014-02-14 Peter HurleyBluetooth: Fix RFCOMM tty teardown race
2014-02-14 Peter HurleyBluetooth: Fix unreleased rfcomm_dev reference
2014-02-14 Peter HurleyBluetooth: Release rfcomm_dev only once
2014-02-14 Peter HurleyBluetooth: Exclude released devices from RFCOMMGETDEVLI...
2014-02-14 Peter HurleyBluetooth: Fix racy acquire of rfcomm_dev reference
2014-02-14 Peter HurleyRevert "Bluetooth: Move rfcomm_get_device() before...
2014-02-14 Peter HurleyRevert "Bluetooth: Always wait for a connection on...
2014-02-14 Peter HurleyRevert "Bluetooth: Remove rfcomm_carrier_raised()"
2014-02-14 Johan HedbergBluetooth: Enable LE L2CAP CoC support by default
2014-02-13 Andre GuedesBluetooth: Use connection parameters if any
2014-02-13 Andre GuedesBluetooth: Introduce connection parameters list
2014-02-13 Marcel HoltmannBluetooth: Track if link is using P-256 authenticated...
2014-02-13 Marcel HoltmannBluetooth: Include security level 4 in connections...
2014-02-13 Marcel HoltmannBluetooth: Add management command for Secure Connection...
2014-02-13 Marcel HoltmannBluetooth: Rename authentication to key_type in mgmt_lt...
2014-02-13 Marcel HoltmannBluetooth: Remove check for valid LTK authenticated...
2014-02-13 Marcel HoltmannBluetooth: Track the AES-CCM encryption status of LE...
2014-02-13 Marcel HoltmannBluetooth: Remove one level of indentation from hci_enc...
2014-02-13 Marcel HoltmannBluetooth: Remove use_debug_keys debugfs entry
2014-02-13 Marcel HoltmannBluetooth: Add management command to allow use of debug...
2014-02-13 Marcel HoltmannBluetooth: Add management setting for use of debug...
2014-02-13 Andre GuedesBluetooth: Introduce le_conn_failed() helper
2014-02-13 Andre GuedesBluetooth: Save connection interval parameters in hci_conn
2014-02-13 Johan HedbergBluetooth: Fix differentiating stored master vs slave...
2014-02-13 Johan HedbergBluetooth: Remove unnecessary LTK type check from hci_a...
2014-02-13 Johan HedbergBluetooth: Make LTK key type check more readable
2014-02-13 Johan HedbergBluetooth: Fix long_term_keys debugfs output
2014-02-13 Johan HedbergBluetooth: Remove Simultaneous LE & BR/EDR flags from AD
2014-02-13 Johan HedbergBluetooth: Enable LTK distribution to slave devices
2014-02-13 Marcel HoltmannBluetooth: Increment management interface revision
2014-02-13 Johan HedbergBluetooth: Remove unnecessary check for chan->psm
2014-02-13 Johan HedbergBluetooth: Always use l2cap_chan->psm for returning...
2014-02-13 Johan HedbergBluetooth: Refuse peer RFCOMM address reading when...
2014-02-13 Johan HedbergBluetooth: Refuse peer L2CAP address reading when not...
2014-02-13 Johan HedbergBluetooth: Free up l2cap_chan->sport when initiating...
2014-02-13 Johan HedbergBluetooth: Fix disconnecting L2CAP when a credits overf...
2014-02-13 Johan HedbergBluetooth: Fix disconnecting L2CAP channel for credits...
2014-02-13 Johan HedbergBluetooth: Fix respecting le_default_mps value
2014-02-13 Johan HedbergBluetooth: Fix CID initialization for fixed channels
2014-02-13 Johan HedbergBluetooth: Fix BT_SECURITY socket option for fixed...
2014-02-13 Johan HedbergBluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED
2014-02-13 Johan HedbergBluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHA...
2014-02-13 Johan HedbergBluetooth: Remove useless l2cap_seq_list_remove function
2014-02-13 Johan HedbergBluetooth: Queue incoming ACL data until BT_CONNECTED...
2014-02-13 Johan HedbergBluetooth: Reorder L2CAP functions to avoid forward...
2014-02-13 Marcel HoltmannBluetooth: Add debugfs entry to show Secure Connections...
2014-02-13 Marcel HoltmannBluetooth: Handle security level 4 for RFCOMM connections
2014-02-13 Marcel HoltmannBluetooth: Handle security level 4 for L2CAP connections
2014-02-13 Marcel HoltmannBluetooth: Introduce requirements for security level 4
2014-02-13 Marcel HoltmannBluetooth: Track Secure Connections support of remote...
2014-02-13 Johan HedbergBluetooth: Fix mgmt error code for negative PIN response
2014-02-13 Wei YongjunBluetooth: Convert to use ATTRIBUTE_GROUPS macro
2014-02-13 Marcel HoltmannBluetooth: Add support for remote OOB input of P-256...
2014-02-13 Marcel HoltmannBluetooth: Add internal function for storing P-192...
2014-02-13 Marcel HoltmannBluetooth: Provide remote OOB data for Secure Connections
2014-02-13 Marcel HoltmannBluetooth: Add debugfs quirk for forcing Secure Connect...
2014-02-13 Marcel HoltmannBluetooth: Add support for local OOB data with Secure...
2014-02-13 Marcel HoltmannBluetooth: Limit acceptable link key types to only...
2014-02-13 Marcel HoltmannBluetooth: Enable Secure Connection during power on...
2014-02-13 Marcel HoltmannBluetooth: Add management command for enabling Secure...
2014-02-13 Marcel HoltmannBluetooth: Add flags and setting for Secure Connections...
2014-02-13 Marcel HoltmannBluetooth: Enable Authenticated Payload Timeout Expired...
2014-02-13 Marcel HoltmannBluetooth: Add support for handling P-256 derived link...
2014-02-13 Marcel HoltmannBluetooth: Add definitions for new link key types
next