summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-19Bluetooth: Track SMP keys in the SMP contextJohan Hedberg2-8/+16
2014-02-19Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltkJohan Hedberg3-10/+9
2014-02-19Bluetooth: Return added key when adding LTKs and IRKsJohan Hedberg2-15/+17
2014-02-19Bluetooth: Avoid using GFP_ATOMIC where not necessaryJohan Hedberg1-4/+4
2014-02-19Bluetooth: Use same LE min/max connection event length during updateMarcel Holtmann1-2/+2
2014-02-19Bluetooth: Expose current list of identity resolving keys via debugfsMarcel Holtmann1-0/+33
2014-02-19Bluetooth: Fix wrong identity address during connection failuresMarcel Holtmann2-2/+23
2014-02-19Bluetooth: Use connection address for reporting connection failuresMarcel Holtmann1-1/+1
2014-02-19Bluetooth: Report identity address when remote device connectsMarcel Holtmann1-1/+1
2014-02-18Bluetooth: Print error when dropping L2CAP dataSzymon Janc1-1/+3
2014-02-18Bluetooth: Use Identity Address in Device Found eventJohan Hedberg1-2/+10
2014-02-18Bluetooth: Look up RPA for connection requests with Identity AddressJohan Hedberg1-5/+14
2014-02-18Bluetooth: Don't try to look up private addresses as Identity AddressJohan Hedberg1-0/+4
2014-02-18Bluetooth: Wait for SMP key distribution completion when pairingJohan Hedberg4-6/+26
2014-02-18Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg3-0/+20
2014-02-18Bluetooth: Track the LE Identity Address in struct hci_connJohan Hedberg2-0/+12
2014-02-18Bluetooth: Remove SMP data specific crypto contextJohan Hedberg2-13/+15
2014-02-18Bluetooth: append new supported device to the list [0b05:17d0]Andy Shevchenko2-0/+3
2014-02-18Bluetooth: sort the list of IDs in the source codeAndy Shevchenko2-65/+65
2014-02-18Bluetooth: allocate static minor for vhciLucas De Marchi3-1/+4
2014-02-18Bluetooth: Add convenience function for fetching IRKsJohan Hedberg1-0/+9
2014-02-18Bluetooth: Fix removing any IRKs when unpairing devicesJohan Hedberg3-0/+18
2014-02-18Bluetooth: Fix completing SMP as peripheral when no keys are expectedJohan Hedberg1-1/+1
2014-02-18Bluetooth: Fix hci_remove_ltk failure when no match is foundJohan Hedberg1-1/+3
2014-02-18Bluetooth: Remove return values from functions that don't need themJohan Hedberg3-23/+15
2014-02-18Bluetooth: Fix missing address type check for removing LTKsJohan Hedberg3-6/+14
2014-02-18Bluetooth: Fix properly ignoring unexpected SMP PDUsJohan Hedberg1-0/+16
2014-02-18Bluetooth: Enable support for remote IRK distributionJohan Hedberg2-7/+77
2014-02-18Bluetooth: Implement mgmt_load_irks commandJohan Hedberg3-0/+92
2014-02-18Bluetooth: Add hci_bdaddr_is_rpa convenience functionJohan Hedberg1-0/+11
2014-02-18Bluetooth: Add basic IRK management supportJohan Hedberg2-0/+86
2014-02-18Bluetooth: Add AES crypto context for each HCI deviceJohan Hedberg2-1/+17
2014-02-18Bluetooth: Add smp_irk_matches helper functionJohan Hedberg2-0/+49
2014-02-18Bluetooth: Fix minor whitespace issues in SMP codeJohan Hedberg2-2/+0
2014-02-18Bluetooth: Fix missing PDU length checks for SMPJohan Hedberg1-0/+25
2014-02-17Bluetooth: Allow HCI User Channel usage for controllers without addressMarcel Holtmann1-1/+6
2014-02-17Bluetooth: Add missing index added event on user channel failureMarcel Holtmann1-0/+1
2014-02-17Bluetooth: Fix sending wrong store hint for new long term keysMarcel Holtmann1-1/+7
2014-02-17Bluetooth: Restrict long term keys to public and static addressesMarcel Holtmann1-3/+13
2014-02-15Bluetooth: btusb: Add IMC Networks (Broadcom based)Jurgen Kramer1-0/+3
2014-02-14Bluetooth: Fix write_room() calculationPeter Hurley1-9/+5
2014-02-14Bluetooth: Refactor write_room() calculationPeter Hurley1-12/+15
2014-02-14Bluetooth: Don't fail RFCOMM tty writesPeter Hurley3-16/+22
2014-02-14Bluetooth: Force -EIO from tty read/write if .activate() failsPeter Hurley1-1/+5
2014-02-14Bluetooth: Cleanup RFCOMM device registration error handlingPeter Hurley1-9/+7
2014-02-14Bluetooth: Refactor rfcomm_dev_add()Peter Hurley1-14/+24
2014-02-14Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsPeter Hurley1-2/+25
2014-02-14Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Peter Hurley1-2/+2
2014-02-14Bluetooth: Fix RFCOMM parent device for reused dlcPeter Hurley1-0/+1
2014-02-14Bluetooth: Fix unsafe RFCOMM device parentingPeter Hurley1-6/+14