]> git.karo-electronics.de Git - karo-tx-linux.git/history - net/bluetooth/mgmt.c
Bluetooth: Fix limited discoverable mode for Zeevo modules
[karo-tx-linux.git] / net / bluetooth / mgmt.c
2013-10-23 Marcel HoltmannBluetooth: Fix limited discoverable mode for Zeevo...
2013-10-21 Johan HedbergBluetooth: Fix enabling fast connectable on LE-only...
2013-10-20 Johan HedbergBluetooth: Update Set Discoverable to support LE
2013-10-20 Johan HedbergBluetooth: Move HCI_LIMITED_DISCOVERABLE changes to...
2013-10-20 Johan HedbergBluetooth: Fix sending write_scan_enable when BR/EDR...
2013-10-20 Johan HedbergBluetooth: Move mgmt_pending_find to avoid forward...
2013-10-20 Johan HedbergBluetooth: Fix updating settings when there are no...
2013-10-20 Johan HedbergBluetooth: Refactor set_connectable settings update...
2013-10-20 Johan HedbergBluetooth: Add missing check for BREDR_ENABLED flag...
2013-10-20 Johan HedbergBluetooth: Check for flag instead of features in update...
2013-10-20 Johan HedbergBluetooth: Check for flag instead of features in update...
2013-10-19 Marcel HoltmannBluetooth: Select the own address type during initial...
2013-10-16 Johan HedbergBluetooth: Fix updating the right variable in update_sc...
2013-10-16 Marcel HoltmannBluetooth: Rename update_ad into update_adv_data
2013-10-16 Marcel HoltmannBluetooth: Store device name in scan response data
2013-10-16 Marcel HoltmannBluetooth: Set the scan response data when needed
2013-10-16 Marcel HoltmannBluetooth: Rename create_ad into create_adv_data
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_new_ltk() return void
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_read_local_oob_data_reply_complete...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_set_local_name_complete() return...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_set_class_of_dev_complete() return...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_ssp_enable_complete() return void
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_auth_enable_complete() return...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_auth_failed() return void
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_pin_code_neg_reply_complete()...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_pin_code_reply_complete() return...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_pin_code_request() return void
2013-10-15 Marcel HoltmannBluetooth: Update class of device on discoverable timeout
2013-10-15 Marcel HoltmannBluetooth: Move eir_append_data() function into mgmt.c
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_new_link_key() return void
2013-10-15 Marcel HoltmannBluetooth: Add support for entering limited discoverabl...
2013-10-15 Marcel HoltmannBluetooth: Simplify the code for re-arming discoverable...
2013-10-15 Marcel HoltmannBluetooth: Move arming of discoverable timeout to compl...
2013-10-15 Marcel HoltmannBluetooth: Update class of device after changing discov...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_write_scan_failed() return void
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_connectable() return void
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_discoverable() return void
2013-10-15 Marcel HoltmannBluetooth: Introduce flag for limited discoverable...
2013-10-15 Marcel HoltmannBluetooth: Update advertising data based on management...
2013-10-15 Marcel HoltmannBluetooth: Fix minor coding style issue in set_connecta...
2013-10-14 Marcel HoltmannBluetooth: Check that scan window is smaller or equal...
2013-10-14 Johan HedbergBluetooth: Convert Set Discoverable to use an asynchron...
2013-10-14 Johan HedbergBluetooth: Fix updating scan mode in set_bredr()
2013-10-14 Johan HedbergBluetooth: Move set_bredr_scan() to avoid forward decla...
2013-10-14 Johan HedbergBluetooth: Make Set Connectable also update the LE...
2013-10-14 Johan HedbergBluetooth: Move static advertising functions to avoid...
2013-10-14 Johan HedbergBluetooth: Add missing error handling for Set Connectable
2013-10-14 Johan HedbergBluetooth: Move more logic into set_connectable complet...
2013-10-14 Johan HedbergBluetooth: Reorganize set_connectable HCI command sending
2013-10-13 Marcel HoltmannBluetooth: Remove pointless bdaddr_to_le() helper function
2013-10-12 Marcel HoltmannBluetooth: Add MGMT_OP_SET_SCAN_PARAMS to supported...
2013-10-11 Marcel HoltmannBluetooth: Don't advertise high speed support without SSP
2013-10-11 Marcel HoltmannBluetooth: Add management command for setting LE scan...
2013-10-10 Marcel HoltmannBluetooth: Move smp.h header file into net/bluetooth/
2013-10-10 Marcel HoltmannBluetooth: Use hci_conn_num() for checking number of...
2013-10-10 Marcel HoltmannBluetooth: Fix too long line with set_advertising(...
2013-10-10 Johan HedbergBluetooth: Fix checking for HCI_SETUP flag when receivi...
2013-10-10 Marcel HoltmannBluetooth: Restrict high speed support to SSP enabled...
2013-10-10 Marcel HoltmannBluetooth: Remove unneeded val variable when setting SSP
2013-10-08 Johan HedbergBluetooth: Fix changing advertising setting while LE...
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_discovering() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_remote_name() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_device_found() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_device_disconnected() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_device_connected() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_connect_failed() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_disconnect_failed() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_set_powered_failed() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_index_added() and mgmt_index_remov...
2013-10-07 Marcel HoltmannBluetooth: Send new settings only when pairable changes
2013-10-06 Marcel HoltmannBluetooth: Remove mgmt_valid_hdev() helper function
2013-10-06 Marcel HoltmannBluetooth: Remove no longer needed mgmt_new_settings...
2013-10-06 Marcel HoltmannBluetooth: Use helper function for re-enabling advertising
2013-10-06 Marcel HoltmannBluetooth: Set LE advertising parameters before enabling it
2013-10-06 Marcel HoltmannBluetooth: Use helper functions for enabling/disabling...
2013-10-06 Marcel HoltmannBluetooth: Make it clear that disabling LE disables...
2013-10-06 Marcel HoltmannBluetooth: Use random address if public address is...
2013-10-05 Johan HedbergBluetooth: Add public mgmt function to send New Setting...
2013-10-05 Johan HedbergBluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING
2013-10-03 Marcel HoltmannBluetooth: Allow changing device class when BR/EDR...
2013-10-03 Marcel HoltmannBluetooth: Restrict loading of long term keys to LE...
2013-10-03 Marcel HoltmannBluetooth: Restrict loading of link keys to BR/EDR...
2013-10-03 Marcel HoltmannBluetooth: Allow setting static address even if LE...
2013-10-03 Marcel HoltmannBluetooth: Restrict SSP setting changes to BR/EDR enabl...
2013-10-02 Marcel HoltmannBluetooth: Increment management interface revision
2013-10-02 Johan HedbergBluetooth: Fix REJECTED vs NOT_SUPPORTED mgmt responses
2013-10-02 Marcel HoltmannBluetooth: Add management command for setting static...
2013-10-02 Marcel HoltmannBluetooth: Restrict disabling of HS when controller...
2013-10-02 Johan HedbergBluetooth: Add a new mgmt_set_bredr command
2013-10-02 Johan HedbergBluetooth: Introduce a new HCI_BREDR_ENABLED flag
2013-10-02 Marcel HoltmannBluetooth: Send new settings event when changing high...
2013-10-02 Marcel HoltmannBluetooth: Provide high speed configuration option
2013-09-27 Gustavo PadovanMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2013-09-25 Johan HedbergBluetooth: Add new mgmt_set_advertising command
2013-09-25 Johan HedbergBluetooth: Add new mgmt setting for LE advertising
2013-09-25 Johan HedbergBluetooth: Use async request for LE enable/disable
2013-09-25 Johan HedbergBluetooth: Move mgmt response convenience functions...
2013-09-25 Johan HedbergBluetooth: Fix busy return for mgmt_set_powered in...
2013-09-16 Marcel HoltmannBluetooth: Introduce user channel flag for HCI devices
2013-09-07 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
next