summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: append new supported device to the list [0b05:17d0]Andy Shevchenko2014-02-182-0/+3
* Bluetooth: sort the list of IDs in the source codeAndy Shevchenko2014-02-182-65/+65
* Bluetooth: allocate static minor for vhciLucas De Marchi2014-02-183-1/+4
* Bluetooth: Add convenience function for fetching IRKsJohan Hedberg2014-02-181-0/+9
* Bluetooth: Fix removing any IRKs when unpairing devicesJohan Hedberg2014-02-183-0/+18
* 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-183-23/+15
* Bluetooth: Fix missing address type check for removing LTKsJohan Hedberg2014-02-183-6/+14
* 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-183-0/+92
* Bluetooth: Add hci_bdaddr_is_rpa convenience functionJohan Hedberg2014-02-181-0/+11
* Bluetooth: Add basic IRK management supportJohan Hedberg2014-02-182-0/+86
* Bluetooth: Add AES crypto context for each HCI deviceJohan Hedberg2014-02-182-1/+17
* 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: btusb: Add IMC Networks (Broadcom based)Jurgen Kramer2014-02-151-0/+3
* 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-143-16/+22
* 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-143-1/+34
* Bluetooth: Fix RFCOMM tty teardown racePeter Hurley2014-02-141-4/+4
* Bluetooth: Fix unreleased rfcomm_dev referencePeter Hurley2014-02-142-2/+5
* Bluetooth: Release rfcomm_dev only oncePeter Hurley2014-02-142-3/+14
* Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctlPeter Hurley2014-02-141-1/+2
* Bluetooth: Fix racy acquire of rfcomm_dev referencePeter Hurley2014-02-141-6/+2
* tty: Fix ref counting for port krefsPeter Hurley2014-02-141-3/+3
* Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Peter Hurley2014-02-141-16/+16
* Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Peter Hurley2014-02-141-38/+8
* Revert "Bluetooth: Remove rfcomm_carrier_raised()"Peter Hurley2014-02-141-0/+8
* Bluetooth: Enable LE L2CAP CoC support by defaultJohan Hedberg2014-02-143-41/+0
* Bluetooth: Use connection parameters if anyAndre Guedes2014-02-131-2/+10
* Bluetooth: Introduce connection parameters listAndre Guedes2014-02-132-0/+95
OpenPOWER on IntegriCloud