Age | Commit message (Expand) | Author |
2013-10-20 | Bluetooth: Fix sending write_scan_enable when BR/EDR is disabled | Johan Hedberg |
2013-10-20 | Bluetooth: Move mgmt_pending_find to avoid forward declarations | Johan Hedberg |
2013-10-20 | Bluetooth: Fix updating settings when there are no HCI commands to send | Johan Hedberg |
2013-10-20 | Bluetooth: Refactor set_connectable settings update to separate function | Johan Hedberg |
2013-10-20 | Bluetooth: Add missing check for BREDR_ENABLED flag in update_class() | Johan Hedberg |
2013-10-20 | Bluetooth: Check for flag instead of features in update_adv_data() | Johan Hedberg |
2013-10-20 | Bluetooth: Check for flag instead of features in update_scan_rsp_data() | Johan Hedberg |
2013-10-19 | net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes | Joe Perches |
2013-10-19 | Bluetooth: Fix minor coding style issue in hci_core.c | Marcel Holtmann |
2013-10-19 | Bluetooth: Fix UUID values in debugfs file | Marcel Holtmann |
2013-10-19 | Bluetooth: Add support for setting DUT mode | Marcel Holtmann |
2013-10-19 | Bluetooth: Expose debugfs settings for LE connection interval | Marcel Holtmann |
2013-10-19 | Bluetooth: Add support for setting SSP debug mode | Marcel Holtmann |
2013-10-19 | Bluetooth: Remove interval parameter from HCI connection | Marcel Holtmann |
2013-10-19 | Bluetooth: Add LE features to debugfs if available | Marcel Holtmann |
2013-10-19 | Bluetooth: Expose setting if debug keys are used or not | Marcel Holtmann |
2013-10-19 | Bluetooth: Expose debugfs entry read/write own address type | Marcel Holtmann |
2013-10-19 | Bluetooth: Select the own address type during initial setup phase | Marcel Holtmann |
2013-10-19 | Bluetooth: Expose current list of long term keys via debugfs | Marcel Holtmann |
2013-10-19 | Bluetooth: Expose white list size information in debugfs | Marcel Holtmann |
2013-10-19 | Bluetooth: Remove bus attribute in favor of hierarchy | Marcel Holtmann |
2013-10-19 | Bluetooth: Expose current list of link keys via debugfs | Marcel Holtmann |
2013-10-19 | Bluetooth: Move export of class of device information into hci_core.c | Marcel Holtmann |
2013-10-19 | Bluetooth: Store local version information only during setup phase | Marcel Holtmann |
2013-10-19 | Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.c | Marcel Holtmann |
2013-10-19 | Bluetooth: Remove debug entry for connection features | Marcel Holtmann |
2013-10-19 | Bluetooth: Add workaround for buggy max_page features page value | Marcel Holtmann |
2013-10-19 | Bluetooth: Move HCI device features into hci_core.c | Marcel Holtmann |
2013-10-18 | Bluetooth: Block ATT connection on LE when device is blocked | Marcel Holtmann |
2013-10-18 | Bluetooth: Use hcon directly instead of conn->hcon where possible | Marcel Holtmann |
2013-10-18 | Bluetooth: Use BDADDR_BREDR type for old blacklist ioctl interface | Marcel Holtmann |
2013-10-18 | Bluetooth: Fix ATT socket backwards compatibility with user space | Johan Hedberg |
2013-10-18 | Bluetooth: Move idle_timeout and sniff_{min,max}_interval to hci_core.c | Marcel Holtmann |
2013-10-18 | Bluetooth: Include address type in blacklist debugfs data | Marcel Holtmann |
2013-10-18 | Bluetooth: Move device_add handling into hci_register_dev | Marcel Holtmann |
2013-10-18 | Bluetooth: Create root debugfs directory during module init | Marcel Holtmann |
2013-10-18 | Bluetooth: Create HCI device debugfs directory in hci_register_dev | Marcel Holtmann |
2013-10-18 | Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfs | Marcel Holtmann |
2013-10-18 | Bluetooth: Move uuids debugfs entry creation into hci_core.c | Marcel Holtmann |
2013-10-18 | Bluetooth: Move blacklist debugfs entry creation into hci_core.c | Marcel Holtmann |
2013-10-18 | Bluetooth: Add address type to device blacklist table | Marcel Holtmann |
2013-10-17 | Bluetooth: Expose current voice setting in debugfs | Marcel Holtmann |
2013-10-17 | Bluetooth: Expose static address value for LE capable controllers | Marcel Holtmann |
2013-10-17 | Bluetooth: Expose auto_accept_delay debugfs only when SSP is supported | Marcel Holtmann |
2013-10-16 | Bluetooth: Expose inquiry_cache debugfs only on BR/EDR controllers | Marcel Holtmann |
2013-10-16 | Bluetooth: Socket address parameter for CID is in little endian | Marcel Holtmann |
2013-10-16 | Bluetooth: Convert idle timer to use delayed work | Johan Hedberg |
2013-10-16 | Bluetooth: Convert auto accept timer to use delayed work | Johan Hedberg |
2013-10-16 | Bluetooth: Reintroduce socket restrictions for LE sockets | Johan Hedberg |
2013-10-16 | Bluetooth: Fix updating the right variable in update_scan_rsp_data() | Johan Hedberg |