ath10k: check otp.bin result
[cascardo/linux.git] / net /
2014-02-24 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2014-02-24 John W. LinvilleMerge branch 'for-upstream' of git://git./linux/kernel...
2014-02-24 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2014-02-24 John W. LinvilleMerge branch 'for-linville' of git://github.com/kvalo/ath
2014-02-21 Johan HedbergBluetooth: Fix iterating wrong list in hci_remove_irk()
2014-02-21 Luciano Coelhomac80211: ibss: handle cfg80211_chandef_dfs_required...
2014-02-21 Luciano Coelhocfg80211: remove radar requirements check from cfg80211...
2014-02-21 Luciano Coelhonl80211: make sure we check for DFS with mesh channel...
2014-02-21 Luciano Coelhomac80211: allow drivers to request SMPS off
2014-02-21 Janusz Dziedziccfg80211: regulatory: introduce NL80211_RRF_AUTO_BW...
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 Johannes Bergmac80211: allow driver to return error from sched_scan_stop
2014-02-20 Sunil Dutt Undekaricfg80211: Pass TDLS peer capability information in...
2014-02-20 Johannes BergMerge remote-tracking branch 'wireless-next/master...
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
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 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
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
next