summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-18Bluetooth: Wait for SMP key distribution completion when pairingJohan Hedberg
2014-02-18Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg
2014-02-18Bluetooth: Track the LE Identity Address in struct hci_connJohan Hedberg
2014-02-18Bluetooth: Remove SMP data specific crypto contextJohan Hedberg
2014-02-18Bluetooth: append new supported device to the list [0b05:17d0]Andy Shevchenko
2014-02-18Bluetooth: sort the list of IDs in the source codeAndy Shevchenko
2014-02-18Bluetooth: allocate static minor for vhciLucas De Marchi
2014-02-18Bluetooth: Add convenience function for fetching IRKsJohan Hedberg
2014-02-18Bluetooth: Fix removing any IRKs when unpairing devicesJohan Hedberg
2014-02-18Bluetooth: Fix completing SMP as peripheral when no keys are expectedJohan Hedberg
2014-02-18Bluetooth: Fix hci_remove_ltk failure when no match is foundJohan Hedberg
2014-02-18Bluetooth: Remove return values from functions that don't need themJohan Hedberg
2014-02-18Bluetooth: Fix missing address type check for removing LTKsJohan Hedberg
2014-02-18Bluetooth: Fix properly ignoring unexpected SMP PDUsJohan Hedberg
2014-02-18Bluetooth: Enable support for remote IRK distributionJohan Hedberg
2014-02-18Bluetooth: Implement mgmt_load_irks commandJohan Hedberg
2014-02-18Bluetooth: Add hci_bdaddr_is_rpa convenience functionJohan Hedberg
2014-02-18Bluetooth: Add basic IRK management supportJohan Hedberg
2014-02-18Bluetooth: Add AES crypto context for each HCI deviceJohan Hedberg
2014-02-18Bluetooth: Add smp_irk_matches helper functionJohan Hedberg
2014-02-18Bluetooth: Fix minor whitespace issues in SMP codeJohan Hedberg
2014-02-18Bluetooth: Fix missing PDU length checks for SMPJohan Hedberg
2014-02-17Bluetooth: Allow HCI User Channel usage for controllers without addressMarcel Holtmann
2014-02-17Bluetooth: Add missing index added event on user channel failureMarcel Holtmann
2014-02-17Bluetooth: Fix sending wrong store hint for new long term keysMarcel Holtmann
2014-02-17Bluetooth: Restrict long term keys to public and static addressesMarcel Holtmann
2014-02-15Bluetooth: btusb: Add IMC Networks (Broadcom based)Jurgen Kramer
2014-02-14Bluetooth: Fix write_room() calculationPeter Hurley
2014-02-14Bluetooth: Refactor write_room() calculationPeter Hurley
2014-02-14Bluetooth: Don't fail RFCOMM tty writesPeter Hurley
2014-02-14Bluetooth: Force -EIO from tty read/write if .activate() failsPeter Hurley
2014-02-14Bluetooth: Cleanup RFCOMM device registration error handlingPeter Hurley
2014-02-14Bluetooth: Refactor rfcomm_dev_add()Peter Hurley
2014-02-14Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsPeter Hurley
2014-02-14Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Peter Hurley
2014-02-14Bluetooth: Fix RFCOMM parent device for reused dlcPeter Hurley
2014-02-14Bluetooth: Fix unsafe RFCOMM device parentingPeter Hurley
2014-02-14Bluetooth: Directly close dlc for not yet started RFCOMM sessionPeter Hurley
2014-02-14Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()Peter Hurley
2014-02-14Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()Peter Hurley
2014-02-14Bluetooth: Simplify RFCOMM session state evalPeter Hurley
2014-02-14Bluetooth: Verify dlci not in use before rfcomm_dev createPeter Hurley
2014-02-14Bluetooth: Fix RFCOMM tty teardown racePeter Hurley
2014-02-14Bluetooth: Fix unreleased rfcomm_dev referencePeter Hurley
2014-02-14Bluetooth: Release rfcomm_dev only oncePeter Hurley
2014-02-14Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctlPeter Hurley
2014-02-14Bluetooth: Fix racy acquire of rfcomm_dev referencePeter Hurley
2014-02-14tty: Fix ref counting for port krefsPeter Hurley
2014-02-14Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Peter Hurley
2014-02-14Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Peter Hurley