summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-04Bluetooth: Simplify hci_conn_params->action list usageJohan Hedberg1-4/+2
2014-07-04Bluetooth: Convert pend_le_reports into a listJohan Hedberg1-2/+2
2014-07-04Bluetooth: Add support for controller configuration info commandMarcel Holtmann1-0/+28
2014-07-03Bluetooth: Use hci_conn_params in pend_le_connsJohan Hedberg1-2/+2
2014-07-03Bluetooth: Fix missing update of pend_le_reportsJohan Hedberg1-0/+3
2014-07-03Bluetooth: Fix buffer overflow with variable length commandsJohan Hedberg1-0/+30
2014-07-03Bluetooth: Allow mgmt_device_found events for kernel-side scanningJohan Hedberg1-2/+10
2014-07-03Bluetooth: Add support for Read Unconfigured Index List commandMarcel Holtmann1-10/+81
2014-07-03Bluetooth: Add support for Unconfigured Index Removed eventsMarcel Holtmann1-1/+5
2014-07-03Bluetooth: Add support for Unconfigured Index Added eventsMarcel Holtmann1-1/+11
2014-07-03Bluetooth: Introduce unconfigured controller stateMarcel Holtmann1-3/+3
2014-07-03Bluetooth: Don't send connection parameters without identity addressJohan Hedberg1-0/+3
2014-07-03Bluetooth: Pass store hint to mgmt_new_conn_paramJohan Hedberg1-3/+3
2014-07-03Bluetooth: Add Load Connection Parameters commandJohan Hedberg1-0/+79
2014-07-03Bluetooth: Remove only enabled entries with Remove Device commandJohan Hedberg1-2/+21
2014-07-03Bluetooth: Add new auto_conn value matching mgmt action 0x00Johan Hedberg1-1/+1
2014-07-03Bluetooth: Rename hci_conn_params_clear to hci_conn_params_clear_allJohan Hedberg1-1/+1
2014-07-03Bluetooth: Introduce "New Connection Parameter" EventAndre Guedes1-0/+19
2014-07-03Bluetooth: Fix redundant device (un)blocked eventsJohan Hedberg1-34/+16
2014-07-03Bluetooth: Ensure that background scanning gets enabled on power onMarcel Holtmann1-1/+17
2014-07-03Bluetooth: Provide flags parameter direct to mgmt_device_foundMarcel Holtmann1-7/+3
2014-07-03Bluetooth: Remove connection interval parameters from hci_conn_params_setMarcel Holtmann1-3/+2
2014-07-03Bluetooth: Add default connection parameters before pairingMarcel Holtmann1-0/+11
2014-07-03Bluetooth: Provide function to create and set connection parametersMarcel Holtmann1-1/+4
2014-07-03Bluetooth: Add Device Added and Device Removed management eventsMarcel Holtmann1-0/+29
2014-07-03Bluetooth: Add support for Add/Remove Device management commandsMarcel Holtmann1-1/+98
2014-07-03Bluetooth: Restrict access for raw-only controllersMarcel Holtmann1-1/+5
2014-07-03Bluetooth: Add support for Get Clock Info mgmt commandJohan Hedberg1-0/+144
2014-07-03Bluetooth: Use kzalloc instead of kmalloc for pending mgmt commandsJohan Hedberg1-1/+1
2014-07-03Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2014-07-03Bluetooth: Remove unnecessary hci_dev_unlock for smp_user_confirm_replyJohan Hedberg1-7/+0
2014-07-03Bluetooth: Add support for mode 0x02 for mgmt_set_debug_keysJohan Hedberg1-2/+16
2014-07-03Bluetooth: Add a new HCI_USE_DEBUG_KEYS flagJohan Hedberg1-2/+10
2014-07-03Bluetooth: Fix ignoring debug keys in mgmt_load_link_keysJohan Hedberg1-0/+6
2014-07-03Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYSJohan Hedberg1-5/+9
2014-07-03Bluetooth: Move mgmt event sending out from hci_add_link_key()Johan Hedberg1-2/+2
2014-07-03Bluetooth: Use separate dbg_flags to special debugfs optionsMarcel Holtmann1-2/+2
2014-07-03Bluetooth: Fix validating IO capability values in mgmt commandsJohan Hedberg1-0/+9
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg1-3/+3
2014-06-13Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg1-1/+6
2014-06-13Bluetooth: Reuse hci_stop_discovery function when cleaning up HCI stateJohan Hedberg1-3/+1
2014-06-13Bluetooth: Refactor discovery stopping into its own functionJohan Hedberg1-44/+49
2014-05-31Bluetooth: Fix properly ignoring LTKs of unknown typesJohan Hedberg1-2/+8
2014-05-23Bluetooth: Clearly distinguish mgmt LTK type from authenticated propertyJohan Hedberg1-3/+16
2014-05-20Bluetooth: Make SMP context private to smp.cJohan Hedberg1-0/+1
2014-05-16Bluetooth: Add missing msecs to jiffies conversionAndrzej Kaczmarek1-1/+2
2014-05-16Bluetooth: Add support for max_tx_power in Get Conn InfoAndrzej Kaczmarek1-6/+17
2014-05-16Bluetooth: Avoid polling TX power for LE linksAndrzej Kaczmarek1-4/+10
2014-05-16Bluetooth: Add support to get connection informationAndrzej Kaczmarek1-0/+196
2014-05-09Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1