platform/kernel/linux-rpi.git
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
2014-02-18 Andy ShevchenkoBluetooth: append new supported device to the list...
2014-02-18 Andy ShevchenkoBluetooth: sort the list of IDs in the source code
2014-02-18 Lucas De MarchiBluetooth: allocate static minor for vhci
2014-02-18 Johan HedbergBluetooth: Add convenience function for fetching IRKs
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 hci_bdaddr_is_rpa convenience function
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-15 Jurgen KramerBluetooth: btusb: Add IMC Networks (Broadcom based)
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 Hurleytty: Fix ref counting for port krefs
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: Add constants for LTK key types
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: Remove __packed from struct smp_ltk
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: Group list_head fields from strcut hci_dev...
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 Oliver NeukumBluetooth: Add firmware update for Atheros 0cf3:311f
2014-02-13 Oliver NeukumBluetooth: Enable Atheros 0cf3:311e for firmware upload
next