summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
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-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-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
2014-02-14Revert "Bluetooth: Remove rfcomm_carrier_raised()"Peter Hurley
2014-02-14Bluetooth: Enable LE L2CAP CoC support by defaultJohan Hedberg
2014-02-13Bluetooth: Use connection parameters if anyAndre Guedes
2014-02-13Bluetooth: Introduce connection parameters listAndre Guedes
2014-02-13Bluetooth: Track if link is using P-256 authenticated combination keyMarcel Holtmann
2014-02-13Bluetooth: Include security level 4 in connections checkMarcel Holtmann
2014-02-13Bluetooth: Add management command for Secure Connection Only ModeMarcel Holtmann
2014-02-13Bluetooth: Rename authentication to key_type in mgmt_ltk_infoMarcel Holtmann
2014-02-13Bluetooth: Remove check for valid LTK authenticated parameterMarcel Holtmann
2014-02-13Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR linksMarcel Holtmann
2014-02-13Bluetooth: Remove one level of indentation from hci_encrypt_change_evtMarcel Holtmann
2014-02-13Bluetooth: Remove use_debug_keys debugfs entryMarcel Holtmann
2014-02-13Bluetooth: Add management command to allow use of debug keysMarcel Holtmann
2014-02-13Bluetooth: Add management setting for use of debug keysMarcel Holtmann
2014-02-13Bluetooth: Introduce le_conn_failed() helperAndre Guedes
2014-02-13Bluetooth: Save connection interval parameters in hci_connAndre Guedes
2014-02-13Bluetooth: Fix differentiating stored master vs slave LTK typesJohan Hedberg
2014-02-13Bluetooth: Remove unnecessary LTK type check from hci_add_ltkJohan Hedberg
2014-02-13Bluetooth: Make LTK key type check more readableJohan Hedberg
2014-02-13Bluetooth: Fix long_term_keys debugfs outputJohan Hedberg
2014-02-13Bluetooth: Remove Simultaneous LE & BR/EDR flags from ADJohan Hedberg
2014-02-13Bluetooth: Enable LTK distribution to slave devicesJohan Hedberg
2014-02-13Bluetooth: Increment management interface revisionMarcel Holtmann
2014-02-13Bluetooth: Remove unnecessary check for chan->psmJohan Hedberg