summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann2013-10-111-3/+1
* Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann2013-10-111-4/+2
* Bluetooth: Remove return value from hci_send_frame() functionMarcel Holtmann2013-10-111-2/+3
* Bluetooth: Remove pointless check of hci_send_frame parameterMarcel Holtmann2013-10-111-5/+0
* Bluetooth: Move skb->dev assignment for hdev->send into central placeMarcel Holtmann2013-10-112-17/+10
* Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann2013-10-116-5/+154
* Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann2013-10-116-5/+156
* Bluetooth: Move amp.h header file into net/bluetooth/Marcel Holtmann2013-10-115-4/+62
* Bluetooth: Remove hdev->ioctl driver callbackMarcel Holtmann2013-10-101-4/+1
* Bluetooth: AMP contollers do not support the legacy ioctlsMarcel Holtmann2013-10-102-0/+13
* Bluetooth: Use hci_conn_num() for checking number of LE connectionsMarcel Holtmann2013-10-101-2/+2
* Bluetooth: Fix too long line with set_advertising() functionMarcel Holtmann2013-10-101-1/+2
* Bluetooth: Fix checking for HCI_SETUP flag when receiving mgmt commandsJohan Hedberg2013-10-101-1/+2
* Bluetooth: Fix potential double-frees of L2CAP skbsJohan Hedberg2013-10-101-2/+6
* Bluetooth: Restrict high speed support to SSP enabled controllersMarcel Holtmann2013-10-101-10/+32
* Bluetooth: Remove unneeded val variable when setting SSPMarcel Holtmann2013-10-101-5/+3
* Bluetooth: Refactor hci_connect_leAndre Guedes2013-10-101-18/+33
* Bluetooth: Use HCI request for LE connectionAndre Guedes2013-10-102-55/+67
* Bluetooth: Fix changing advertising setting while LE is connectedJohan Hedberg2013-10-081-1/+7
* Bluetooth: Fix variable shadow warningsJohannes Berg2013-10-072-6/+8
* Bluetooth: Read flow control mode on AMP controller initMarcel Holtmann2013-10-071-0/+3
* Bluetooth: Read location data on AMP controller initMarcel Holtmann2013-10-071-0/+3
* Bluetooth: Read supported features and commands on AMP controllersMarcel Holtmann2013-10-071-0/+6
* Bluetooth: List powered down AMP controllers correctlyMarcel Holtmann2013-10-071-1/+4
* Bluetooth: Make mgmt power down notification for BR/EDR explicitMarcel Holtmann2013-10-071-5/+6
* Bluetooth: Power off AMP controllers after setup phaseMarcel Holtmann2013-10-071-1/+1
* Bluetooth: Make mgmt_discovering() return voidMarcel Holtmann2013-10-071-2/+2
* Bluetooth: Make mgmt_remote_name() return voidMarcel Holtmann2013-10-071-4/+3
* Bluetooth: Make mgmt_device_found() return voidMarcel Holtmann2013-10-071-6/+6
* Bluetooth: Make mgmt_device_disconnected() return voidMarcel Holtmann2013-10-071-7/+3
* Bluetooth: Make mgmt_device_connected() return voidMarcel Holtmann2013-10-071-5/+5
* Bluetooth: Make mgmt_connect_failed() return voidMarcel Holtmann2013-10-071-3/+3
* Bluetooth: Make mgmt_disconnect_failed() return voidMarcel Holtmann2013-10-071-8/+5
* Bluetooth: Make mgmt_set_powered_failed() return voidMarcel Holtmann2013-10-071-5/+3
* Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return voidMarcel Holtmann2013-10-071-6/+6
* Bluetooth: Send new settings only when pairable changesMarcel Holtmann2013-10-071-5/+7
* Bluetooth: Remove mgmt_valid_hdev() helper functionMarcel Holtmann2013-10-062-18/+10
* Bluetooth: Remove no longer needed mgmt_new_settings() functionMarcel Holtmann2013-10-061-7/+2
* Bluetooth: Use helper function for re-enabling advertisingMarcel Holtmann2013-10-062-35/+34
* Bluetooth: Set LE advertising parameters before enabling itMarcel Holtmann2013-10-061-4/+18
* Bluetooth: Use helper functions for enabling/disabling advertisingMarcel Holtmann2013-10-061-11/+22
* Bluetooth: Make it clear that disabling LE disables advertisingMarcel Holtmann2013-10-061-2/+5
* Bluetooth: Use random address if public address is not availableMarcel Holtmann2013-10-062-0/+8
* Bluetooth: Simplify device type check for AMP discover responseMarcel Holtmann2013-10-061-11/+7
* Bluetooth: Use explicit check for BR/EDR device typeMarcel Holtmann2013-10-061-1/+1
* Bluetooth: Reject enabling controllers without valid addressesMarcel Holtmann2013-10-061-8/+35
* Bluetooth: Check for non BR/EDR controller in AMP discover responseMarcel Holtmann2013-10-061-1/+1
* Bluetooth: Simplify check if L2CAP connection is AMP capableMarcel Holtmann2013-10-061-17/+17
* Bluetooth: Move hci_amp_capable() function into L2CAP coreMarcel Holtmann2013-10-061-0/+16
* Bluetooth: Remove check for number of AMP controllerMarcel Holtmann2013-10-061-4/+3