summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Return added key when adding LTKs and IRKsJohan Hedberg2014-02-191-10/+11
* Bluetooth: Avoid using GFP_ATOMIC where not necessaryJohan Hedberg2014-02-191-4/+4
* Bluetooth: Use same LE min/max connection event length during updateMarcel Holtmann2014-02-191-2/+2
* Bluetooth: Expose current list of identity resolving keys via debugfsMarcel Holtmann2014-02-191-0/+33
* Bluetooth: Fix wrong identity address during connection failuresMarcel Holtmann2014-02-192-2/+23
* Bluetooth: Use connection address for reporting connection failuresMarcel Holtmann2014-02-191-1/+1
* Bluetooth: Report identity address when remote device connectsMarcel Holtmann2014-02-191-1/+1
* Bluetooth: Print error when dropping L2CAP dataSzymon Janc2014-02-181-1/+3
* Bluetooth: Use Identity Address in Device Found eventJohan Hedberg2014-02-181-2/+10
* Bluetooth: Look up RPA for connection requests with Identity AddressJohan Hedberg2014-02-181-5/+14
* Bluetooth: Don't try to look up private addresses as Identity AddressJohan Hedberg2014-02-181-0/+4
* Bluetooth: Wait for SMP key distribution completion when pairingJohan Hedberg2014-02-183-6/+25
* Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg2014-02-182-0/+19
* Bluetooth: Track the LE Identity Address in struct hci_connJohan Hedberg2014-02-182-0/+12
* Bluetooth: Remove SMP data specific crypto contextJohan Hedberg2014-02-182-13/+15
* Bluetooth: Fix removing any IRKs when unpairing devicesJohan Hedberg2014-02-182-0/+17
* Bluetooth: Fix completing SMP as peripheral when no keys are expectedJohan Hedberg2014-02-181-1/+1
* Bluetooth: Fix hci_remove_ltk failure when no match is foundJohan Hedberg2014-02-181-1/+3
* Bluetooth: Remove return values from functions that don't need themJohan Hedberg2014-02-182-18/+10
* Bluetooth: Fix missing address type check for removing LTKsJohan Hedberg2014-02-182-5/+13
* Bluetooth: Fix properly ignoring unexpected SMP PDUsJohan Hedberg2014-02-181-0/+16
* Bluetooth: Enable support for remote IRK distributionJohan Hedberg2014-02-182-7/+77
* Bluetooth: Implement mgmt_load_irks commandJohan Hedberg2014-02-181-0/+79
* Bluetooth: Add basic IRK management supportJohan Hedberg2014-02-181-0/+70
* Bluetooth: Add AES crypto context for each HCI deviceJohan Hedberg2014-02-181-1/+16
* Bluetooth: Add smp_irk_matches helper functionJohan Hedberg2014-02-182-0/+49
* Bluetooth: Fix minor whitespace issues in SMP codeJohan Hedberg2014-02-182-2/+0
* Bluetooth: Fix missing PDU length checks for SMPJohan Hedberg2014-02-181-0/+25
* Bluetooth: Allow HCI User Channel usage for controllers without addressMarcel Holtmann2014-02-171-1/+6
* Bluetooth: Add missing index added event on user channel failureMarcel Holtmann2014-02-171-0/+1
* Bluetooth: Fix sending wrong store hint for new long term keysMarcel Holtmann2014-02-171-1/+7
* Bluetooth: Restrict long term keys to public and static addressesMarcel Holtmann2014-02-171-3/+13
* Bluetooth: Fix write_room() calculationPeter Hurley2014-02-141-9/+5
* Bluetooth: Refactor write_room() calculationPeter Hurley2014-02-141-12/+15
* Bluetooth: Don't fail RFCOMM tty writesPeter Hurley2014-02-142-16/+21
* Bluetooth: Force -EIO from tty read/write if .activate() failsPeter Hurley2014-02-141-1/+5
* Bluetooth: Cleanup RFCOMM device registration error handlingPeter Hurley2014-02-141-9/+7
* Bluetooth: Refactor rfcomm_dev_add()Peter Hurley2014-02-141-14/+24
* Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsPeter Hurley2014-02-141-2/+25
* Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Peter Hurley2014-02-141-2/+2
* Bluetooth: Fix RFCOMM parent device for reused dlcPeter Hurley2014-02-141-0/+1
* Bluetooth: Fix unsafe RFCOMM device parentingPeter Hurley2014-02-141-6/+14
* Bluetooth: Directly close dlc for not yet started RFCOMM sessionPeter Hurley2014-02-141-3/+9
* Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()Peter Hurley2014-02-141-8/+15
* Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()Peter Hurley2014-02-141-10/+8
* Bluetooth: Simplify RFCOMM session state evalPeter Hurley2014-02-141-3/+2
* Bluetooth: Verify dlci not in use before rfcomm_dev createPeter Hurley2014-02-142-1/+33
* Bluetooth: Fix RFCOMM tty teardown racePeter Hurley2014-02-141-4/+4
* Bluetooth: Fix unreleased rfcomm_dev referencePeter Hurley2014-02-141-2/+4
* Bluetooth: Release rfcomm_dev only oncePeter Hurley2014-02-141-2/+9