Age | Commit message (Expand) | Author |
2013-10-11 | Bluetooth: Add hdev parameter to hdev->send driver callback | Marcel Holtmann |
2013-10-11 | Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback | Marcel Holtmann |
2013-10-11 | Bluetooth: Remove return value from hci_send_frame() function | Marcel Holtmann |
2013-10-11 | Bluetooth: Remove pointless check of hci_send_frame parameter | Marcel Holtmann |
2013-10-11 | Bluetooth: Move skb->dev assignment for hdev->send into central place | Marcel Holtmann |
2013-10-11 | Bluetooth: Move smp.h header file into net/bluetooth/ | Marcel Holtmann |
2013-10-11 | Bluetooth: Move a2mp.h header file into net/bluetooth/ | Marcel Holtmann |
2013-10-11 | Bluetooth: Move amp.h header file into net/bluetooth/ | Marcel Holtmann |
2013-10-10 | Bluetooth: Remove hdev->ioctl driver callback | Marcel Holtmann |
2013-10-10 | Bluetooth: AMP contollers do not support the legacy ioctls | Marcel Holtmann |
2013-10-10 | Bluetooth: Use hci_conn_num() for checking number of LE connections | Marcel Holtmann |
2013-10-10 | Bluetooth: Fix too long line with set_advertising() function | Marcel Holtmann |
2013-10-10 | Bluetooth: Fix checking for HCI_SETUP flag when receiving mgmt commands | Johan Hedberg |
2013-10-10 | Bluetooth: Fix potential double-frees of L2CAP skbs | Johan Hedberg |
2013-10-10 | Bluetooth: Restrict high speed support to SSP enabled controllers | Marcel Holtmann |
2013-10-10 | Bluetooth: Remove unneeded val variable when setting SSP | Marcel Holtmann |
2013-10-10 | Bluetooth: Refactor hci_connect_le | Andre Guedes |
2013-10-10 | Bluetooth: Use HCI request for LE connection | Andre Guedes |
2013-10-08 | Bluetooth: Fix changing advertising setting while LE is connected | Johan Hedberg |
2013-10-07 | Bluetooth: Fix variable shadow warnings | Johannes Berg |
2013-10-07 | Bluetooth: Read flow control mode on AMP controller init | Marcel Holtmann |
2013-10-07 | Bluetooth: Read location data on AMP controller init | Marcel Holtmann |
2013-10-07 | Bluetooth: Read supported features and commands on AMP controllers | Marcel Holtmann |
2013-10-07 | Bluetooth: List powered down AMP controllers correctly | Marcel Holtmann |
2013-10-07 | Bluetooth: Make mgmt power down notification for BR/EDR explicit | Marcel Holtmann |
2013-10-07 | Bluetooth: Power off AMP controllers after setup phase | Marcel Holtmann |
2013-10-07 | Bluetooth: Make mgmt_discovering() return void | Marcel Holtmann |
2013-10-07 | Bluetooth: Make mgmt_remote_name() return void | Marcel Holtmann |
2013-10-07 | Bluetooth: Make mgmt_device_found() return void | Marcel Holtmann |
2013-10-07 | Bluetooth: Make mgmt_device_disconnected() return void | Marcel Holtmann |
2013-10-07 | Bluetooth: Make mgmt_device_connected() return void | Marcel Holtmann |
2013-10-07 | Bluetooth: Make mgmt_connect_failed() return void | Marcel Holtmann |
2013-10-07 | Bluetooth: Make mgmt_disconnect_failed() return void | Marcel Holtmann |
2013-10-07 | Bluetooth: Make mgmt_set_powered_failed() return void | Marcel Holtmann |
2013-10-07 | Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return void | Marcel Holtmann |
2013-10-07 | Bluetooth: Send new settings only when pairable changes | Marcel Holtmann |
2013-10-06 | Bluetooth: Remove mgmt_valid_hdev() helper function | Marcel Holtmann |
2013-10-06 | Bluetooth: Remove no longer needed mgmt_new_settings() function | Marcel Holtmann |
2013-10-06 | Bluetooth: Use helper function for re-enabling advertising | Marcel Holtmann |
2013-10-06 | Bluetooth: Set LE advertising parameters before enabling it | Marcel Holtmann |
2013-10-06 | Bluetooth: Use helper functions for enabling/disabling advertising | Marcel Holtmann |
2013-10-06 | Bluetooth: Make it clear that disabling LE disables advertising | Marcel Holtmann |
2013-10-06 | Bluetooth: Use random address if public address is not available | Marcel Holtmann |
2013-10-06 | Bluetooth: Simplify device type check for AMP discover response | Marcel Holtmann |
2013-10-06 | Bluetooth: Use explicit check for BR/EDR device type | Marcel Holtmann |
2013-10-06 | Bluetooth: Reject enabling controllers without valid addresses | Marcel Holtmann |
2013-10-06 | Bluetooth: Check for non BR/EDR controller in AMP discover response | Marcel Holtmann |
2013-10-06 | Bluetooth: Simplify check if L2CAP connection is AMP capable | Marcel Holtmann |
2013-10-06 | Bluetooth: Move hci_amp_capable() function into L2CAP core | Marcel Holtmann |
2013-10-06 | Bluetooth: Remove check for number of AMP controller | Marcel Holtmann |