aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-26Bluetooth: Provide defaults for LE advertising intervalGeorg Lukas1-0/+2
2014-07-26Bluetooth: Fix white list handling with resolvable private addressesMarcel Holtmann1-0/+12
2014-07-26Bluetooth: Add support for using controller white list filteringMarcel Holtmann1-0/+96
2014-07-24Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann1-0/+1
2014-07-23Bluetooth: Get MWS transport configuration of the controllerMarcel Holtmann1-0/+4
2014-07-23Bluetooth: Read list of local codecs supported by the controllerMarcel Holtmann1-0/+4
2014-07-21Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg1-3/+3
2014-07-20Bluetooth: Disable HCI_CONNECTABLE based passive scanning for nowJohan Hedberg1-2/+1
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-7/+1
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg1-8/+11
2014-07-13Bluetooth: Allocate struct inquiry_entry with GFP_KERNELMarcel Holtmann1-1/+1
2014-07-13Bluetooth: Enable LE Long Term Key Request event only when supportedMarcel Holtmann1-1/+4
2014-07-13Bluetooth: Enable LE encryption events only when supportedMarcel Holtmann1-4/+7
2014-07-13Bluetooth: Read LE Advertising Channel TX Power only when availableMarcel Holtmann1-3/+5
2014-07-11Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann1-0/+14
2014-07-10Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctlMarcel Holtmann1-6/+10
2014-07-10Bluetooth: Mark controller is down when HCI_AUTO_OFF is setMarcel Holtmann1-6/+19
2014-07-10Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg1-4/+20
2014-07-10Bluetooth: Refactor ioctl scan state update to its own functionJohan Hedberg1-13/+22
2014-07-10Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg1-3/+3
2014-07-10Bluetooth: Fix using test_and_clear instead of test_and_setJohan Hedberg1-2/+2
2014-07-09Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg1-0/+17
2014-07-09Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg1-0/+29
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg1-73/+12
2014-07-09Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann1-1/+1
2014-07-08Bluetooth: Use real advertising state to random address update decisionJohan Hedberg1-1/+1
2014-07-07Bluetooth: Don't try background scanning if LE is not enabledJohan Hedberg1-0/+4
2014-07-07Bluetooth: Enable passive scanning whenever we're connectableJohan Hedberg1-1/+2
2014-07-07Bluetooth: Don't let background scanning interfering with discoveryJohan Hedberg1-0/+4
2014-07-07Bluetooth: Update discovery state earlier in hci_discovery_set_stateJohan Hedberg1-4/+6
2014-07-06Bluetooth: Enforce providing hdev->send driver callbackMarcel Holtmann1-1/+1
2014-07-06Bluetooth: Fix memory leaking when hdev->send returns an errorMarcel Holtmann1-2/+7
2014-07-06Bluetooth: Skip unconfigured init procedure for raw-only devicesMarcel Holtmann1-0/+3
2014-07-06Bluetooth: Clear HCI_RAW flag when controller becomes configuredMarcel Holtmann1-0/+6
2014-07-06Bluetooth: Add support for changing the public device addressMarcel Holtmann1-6/+8
2014-07-06Bluetooth: Run controller setup after external configurationMarcel Holtmann1-3/+14
2014-07-06Bluetooth: Fix sending Device Removed when clearing all parametersJohan Hedberg1-18/+0
2014-07-05Bluetooth: Run special init procedure for unconfigured controllersMarcel Holtmann1-0/+40
2014-07-04Bluetooth: Fix quirks that are valid during setup driver callbackMarcel Holtmann1-2/+9
2014-07-04Bluetooth: Add quirk for external configuration requirementMarcel Holtmann1-1/+2
2014-07-04Bluetooth: Add quirk for invalid controller address settingMarcel Holtmann1-1/+5
2014-07-04Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg1-3/+3
2014-07-04Bluetooth: Remove unused hci_pend_le_conn_add functionJohan Hedberg1-10/+0
2014-07-04Bluetooth: Fix clearing and restarting all LE actions on power cycleJohan Hedberg1-11/+12
2014-07-04Bluetooth: Remove unused hci_pend_le_conn_del() functionJohan Hedberg1-10/+0
2014-07-04Bluetooth: Simplify hci_conn_params->action list usageJohan Hedberg1-17/+11
2014-07-04Bluetooth: Don't bother doing anything if auto_connect doesn't changeJohan Hedberg1-0/+3
2014-07-04Bluetooth: Simplify use of hci_pend_le_conns_clear()Johan Hedberg1-6/+4
2014-07-04Bluetooth: Convert pend_le_reports into a listJohan Hedberg1-6/+11
2014-07-04Bluetooth: Convert pend_le_conn list to a generic action listJohan Hedberg1-5/+5