summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller
2014-12-09Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09switch l2cap ->memcpy_fromiovec() to msghdrAl Viro
2014-12-05Bluetooth: Enable events for P-256 Public Key and DHKey commandsMarcel Holtmann
2014-12-05Bluetooth: Add support for enabling Extended Scanner Filter PoliciesMarcel Holtmann
2014-12-05Bluetooth: Add support for handling LE Direct Advertising Report eventsMarcel Holtmann
2014-12-05Bluetooth: Enabled LE Direct Advertising Report event if supportedMarcel Holtmann
2014-12-05Bluetooth: Report invalid RSSI for service discovery and background scanMarcel Holtmann
2014-12-05Bluetooth: Fix discovery filter when no RSSI is availableMarcel Holtmann
2014-12-05Bluetooth: Remove redundant reverse_base_uuid variableJohan Hedberg
2014-12-05Bluetooth: Fix Get Conn Info to use cmd_complete callbackJohan Hedberg
2014-12-05Bluetooth: Fix initializing hci_conn RSSI to invalid valueJohan Hedberg
2014-12-05Bluetooth: Convert Get Clock Info to use cmd_complete callbackJohan Hedberg
2014-12-05Bluetooth: Convert discovery commands to use cmd_complete callbackJohan Hedberg
2014-12-05Bluetooth: Convert Unpair Device to use cmd_complete callbackJohan Hedberg
2014-12-05Bluetooth: Convert Pair Device to use cmd_complete callbackJohan Hedberg
2014-12-05Bluetooth: Use cmd_complete callback for authentication mgmt commandsJohan Hedberg
2014-12-05Bluetooth: Convert Disconnect mgmt command to use cmd_complete callbackJohan Hedberg
2014-12-05Bluetooth: Store parameter length with pending mgmt commandsJohan Hedberg
2014-12-05Bluetooth: Add callback to create proper cmd_complete eventsJohan Hedberg
2014-12-05Bluetooth: Clear discovery filter before starting background scanMarcel Holtmann
2014-12-05Bluetooth: Fix memory leaks from discovery filter UUID listMarcel Holtmann
2014-12-05Bluetooth: Add helper function for clearing the discovery filterMarcel Holtmann
2014-12-05Bluetooth: Add support for Start Service Discovery commandJakub Pawlowski
2014-12-05Bluetooth: Add logic for UUID filter handlingJakub Pawlowski
2014-12-05Bluetooth: Add framework for device found filtering based on UUIDMarcel Holtmann
2014-12-05Bluetooth: Filter device found events based on RSSI thresholdMarcel Holtmann
2014-12-05Bluetooth: Add extra discovery fields for storing filter informationJakub Pawlowski
2014-12-04Bluetooth: Split triggering of discovery commands into separate functionMarcel Holtmann
2014-12-04Bluetooth: Use {start,stop}_discovery_complete handler for cmd_completeMarcel Holtmann
2014-12-04Bluetooth: Simplify the error handling of Start Discovery commandMarcel Holtmann
2014-12-03Bluetooth: Increment management interface revisionMarcel Holtmann
2014-12-03Bluetooth: Increase minor version of core moduleMarcel Holtmann
2014-12-03Bluetooth: Fix false-positive "uninitialized" compiler warningJohan Hedberg
2014-12-03Bluetooth: Fix minor coding style issue in smp.cJohan Hedberg
2014-12-03Bluetooth: Fix SMP debug key handlingJohan Hedberg
2014-12-03Bluetooth: Organize SMP crypto functions to logical sectionsJohan Hedberg
2014-12-03Bluetooth: Fix missing const declarations in SMP functionsJohan Hedberg
2014-12-03Bluetooth: Introduce SMP_DBG macro for low-level debugingJohan Hedberg
2014-12-03Bluetooth: Add basic LE SC OOB support for remote OOB dataJohan Hedberg
2014-12-03Bluetooth: Set SMP OOB flag if OOB data is availableJohan Hedberg
2014-12-03Bluetooth: Add support for adding remote OOB data for LEJohan Hedberg
2014-12-03Bluetooth: Store address type with OOB dataJohan Hedberg
2014-12-03Bluetooth: Unify remote OOB data functionsJohan Hedberg
2014-12-03Bluetooth: Add SC-only mode support for SMPJohan Hedberg
2014-12-03Bluetooth: Add full SMP BR/EDR supportJohan Hedberg
2014-12-03Bluetooth: Add skeleton for BR/EDR SMP channelJohan Hedberg