summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-10-10Bluetooth: AMP contollers do not support the legacy ioctlsMarcel Holtmann2-0/+13
2013-10-10Bluetooth: Use hci_conn_num() for checking number of LE connectionsMarcel Holtmann1-2/+2
2013-10-10Bluetooth: Fix too long line with set_advertising() functionMarcel Holtmann1-1/+2
2013-10-10Bluetooth: Fix checking for HCI_SETUP flag when receiving mgmt commandsJohan Hedberg1-1/+2
2013-10-10Bluetooth: Fix potential double-frees of L2CAP skbsJohan Hedberg1-2/+6
2013-10-10Bluetooth: Restrict high speed support to SSP enabled controllersMarcel Holtmann1-10/+32
2013-10-10Bluetooth: Remove unneeded val variable when setting SSPMarcel Holtmann1-5/+3
2013-10-10Bluetooth: Refactor hci_connect_leAndre Guedes1-18/+33
2013-10-10Bluetooth: Use HCI request for LE connectionAndre Guedes2-55/+67
2013-10-08Bluetooth: Fix changing advertising setting while LE is connectedJohan Hedberg1-1/+7
2013-10-07Bluetooth: Fix variable shadow warningsJohannes Berg2-6/+8
2013-10-07Bluetooth: Read flow control mode on AMP controller initMarcel Holtmann1-0/+3
2013-10-07Bluetooth: Read location data on AMP controller initMarcel Holtmann1-0/+3
2013-10-07Bluetooth: Read supported features and commands on AMP controllersMarcel Holtmann1-0/+6
2013-10-07Bluetooth: List powered down AMP controllers correctlyMarcel Holtmann1-1/+4
2013-10-07Bluetooth: Make mgmt power down notification for BR/EDR explicitMarcel Holtmann1-5/+6
2013-10-07Bluetooth: Power off AMP controllers after setup phaseMarcel Holtmann1-1/+1
2013-10-07Bluetooth: Make mgmt_discovering() return voidMarcel Holtmann1-2/+2
2013-10-07Bluetooth: Make mgmt_remote_name() return voidMarcel Holtmann1-4/+3
2013-10-07Bluetooth: Make mgmt_device_found() return voidMarcel Holtmann1-6/+6
2013-10-07Bluetooth: Make mgmt_device_disconnected() return voidMarcel Holtmann1-7/+3
2013-10-07Bluetooth: Make mgmt_device_connected() return voidMarcel Holtmann1-5/+5
2013-10-07Bluetooth: Make mgmt_connect_failed() return voidMarcel Holtmann1-3/+3
2013-10-07Bluetooth: Make mgmt_disconnect_failed() return voidMarcel Holtmann1-8/+5
2013-10-07Bluetooth: Make mgmt_set_powered_failed() return voidMarcel Holtmann1-5/+3
2013-10-07Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return voidMarcel Holtmann1-6/+6
2013-10-07Bluetooth: Send new settings only when pairable changesMarcel Holtmann1-5/+7
2013-10-06Bluetooth: Remove mgmt_valid_hdev() helper functionMarcel Holtmann2-18/+10
2013-10-06Bluetooth: Remove no longer needed mgmt_new_settings() functionMarcel Holtmann1-7/+2
2013-10-06Bluetooth: Use helper function for re-enabling advertisingMarcel Holtmann2-35/+34
2013-10-06Bluetooth: Set LE advertising parameters before enabling itMarcel Holtmann1-4/+18
2013-10-06Bluetooth: Use helper functions for enabling/disabling advertisingMarcel Holtmann1-11/+22
2013-10-06Bluetooth: Make it clear that disabling LE disables advertisingMarcel Holtmann1-2/+5
2013-10-06Bluetooth: Use random address if public address is not availableMarcel Holtmann2-0/+8
2013-10-06Bluetooth: Simplify device type check for AMP discover responseMarcel Holtmann1-11/+7
2013-10-06Bluetooth: Use explicit check for BR/EDR device typeMarcel Holtmann1-1/+1
2013-10-06Bluetooth: Reject enabling controllers without valid addressesMarcel Holtmann1-8/+35
2013-10-06Bluetooth: Check for non BR/EDR controller in AMP discover responseMarcel Holtmann1-1/+1
2013-10-06Bluetooth: Simplify check if L2CAP connection is AMP capableMarcel Holtmann1-17/+17
2013-10-06Bluetooth: Move hci_amp_capable() function into L2CAP coreMarcel Holtmann1-0/+16
2013-10-06Bluetooth: Remove check for number of AMP controllerMarcel Holtmann1-4/+3
2013-10-06Bluetooth: Remove pointless inline functionMarcel Holtmann1-8/+3
2013-10-06Bluetooth: Rename AMP status constants and use themMarcel Holtmann2-2/+2
2013-10-06Bluetooth: Use explicit AMP controller id value for BR/EDRMarcel Holtmann2-16/+16
2013-10-06Bluetooth: Separate AMP controller type from HCI device typeMarcel Holtmann1-4/+4
2013-10-06Bluetooth: Remove useless external function to count controllersMarcel Holtmann1-1/+9
2013-10-06Bluetooth: Fix controller list for AMP discover responseMarcel Holtmann1-1/+1
2013-10-05Bluetooth: Fix re-enabling advertising after a connectionJohan Hedberg1-1/+50
2013-10-05Bluetooth: Add public mgmt function to send New Settings eventJohan Hedberg1-0/+5
2013-10-05Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg4-14/+14