aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)Author
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-07-30Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg
2014-07-27Bluetooth: Set Simultaneous LE and BR/EDR controller option to zeroMarcel Holtmann
2014-07-26Bluetooth: Expose default LE advertising interval via debugfsGeorg Lukas
2014-07-26Bluetooth: Provide defaults for LE advertising intervalGeorg Lukas
2014-07-26Bluetooth: Fix white list handling with resolvable private addressesMarcel Holtmann
2014-07-26Bluetooth: Add support for using controller white list filteringMarcel Holtmann
2014-07-24Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann
2014-07-23Bluetooth: Get MWS transport configuration of the controllerMarcel Holtmann
2014-07-23Bluetooth: Read list of local codecs supported by the controllerMarcel Holtmann
2014-07-21Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg
2014-07-20Bluetooth: Disable HCI_CONNECTABLE based passive scanning for nowJohan Hedberg
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg
2014-07-13Bluetooth: Allocate struct inquiry_entry with GFP_KERNELMarcel Holtmann
2014-07-13Bluetooth: Enable LE Long Term Key Request event only when supportedMarcel Holtmann
2014-07-13Bluetooth: Enable LE encryption events only when supportedMarcel Holtmann
2014-07-13Bluetooth: Read LE Advertising Channel TX Power only when availableMarcel Holtmann
2014-07-11Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann
2014-07-10Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctlMarcel Holtmann
2014-07-10Bluetooth: Mark controller is down when HCI_AUTO_OFF is setMarcel Holtmann
2014-07-10Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg
2014-07-10Bluetooth: Refactor ioctl scan state update to its own functionJohan Hedberg
2014-07-10Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg
2014-07-10Bluetooth: Fix using test_and_clear instead of test_and_setJohan Hedberg
2014-07-09Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg
2014-07-09Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg
2014-07-09Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann
2014-07-08Bluetooth: Use real advertising state to random address update decisionJohan Hedberg
2014-07-07Bluetooth: Don't try background scanning if LE is not enabledJohan Hedberg
2014-07-07Bluetooth: Enable passive scanning whenever we're connectableJohan Hedberg
2014-07-07Bluetooth: Don't let background scanning interfering with discoveryJohan Hedberg
2014-07-07Bluetooth: Update discovery state earlier in hci_discovery_set_stateJohan Hedberg
2014-07-06Bluetooth: Enforce providing hdev->send driver callbackMarcel Holtmann
2014-07-06Bluetooth: Fix memory leaking when hdev->send returns an errorMarcel Holtmann
2014-07-06Bluetooth: Skip unconfigured init procedure for raw-only devicesMarcel Holtmann
2014-07-06Bluetooth: Clear HCI_RAW flag when controller becomes configuredMarcel Holtmann
2014-07-06Bluetooth: Add support for changing the public device addressMarcel Holtmann
2014-07-06Bluetooth: Run controller setup after external configurationMarcel Holtmann
2014-07-06Bluetooth: Fix sending Device Removed when clearing all parametersJohan Hedberg
2014-07-05Bluetooth: Run special init procedure for unconfigured controllersMarcel Holtmann
2014-07-04Bluetooth: Fix quirks that are valid during setup driver callbackMarcel Holtmann
2014-07-04Bluetooth: Add quirk for external configuration requirementMarcel Holtmann
2014-07-04Bluetooth: Add quirk for invalid controller address settingMarcel Holtmann
2014-07-04Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg
2014-07-04Bluetooth: Remove unused hci_pend_le_conn_add functionJohan Hedberg
2014-07-04Bluetooth: Fix clearing and restarting all LE actions on power cycleJohan Hedberg
2014-07-04Bluetooth: Remove unused hci_pend_le_conn_del() functionJohan Hedberg
2014-07-04Bluetooth: Simplify hci_conn_params->action list usageJohan Hedberg