summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg2014-08-201-2/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-451/+739
|\
| * Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg2014-07-301-2/+2
| * Bluetooth: Set Simultaneous LE and BR/EDR controller option to zeroMarcel Holtmann2014-07-271-1/+1
| * Bluetooth: Expose default LE advertising interval via debugfsGeorg Lukas2014-07-261-0/+60
| * Bluetooth: Provide defaults for LE advertising intervalGeorg Lukas2014-07-261-0/+2
| * Bluetooth: Fix white list handling with resolvable private addressesMarcel Holtmann2014-07-261-0/+12
| * Bluetooth: Add support for using controller white list filteringMarcel Holtmann2014-07-261-0/+96
| * Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann2014-07-241-0/+1
| * Bluetooth: Get MWS transport configuration of the controllerMarcel Holtmann2014-07-231-0/+4
| * Bluetooth: Read list of local codecs supported by the controllerMarcel Holtmann2014-07-231-0/+4
| * Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg2014-07-211-3/+3
| * Bluetooth: Disable HCI_CONNECTABLE based passive scanning for nowJohan Hedberg2014-07-201-2/+1
| * Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-161-8/+11
| * Bluetooth: Allocate struct inquiry_entry with GFP_KERNELMarcel Holtmann2014-07-131-1/+1
| * Bluetooth: Enable LE Long Term Key Request event only when supportedMarcel Holtmann2014-07-131-1/+4
| * Bluetooth: Enable LE encryption events only when supportedMarcel Holtmann2014-07-131-4/+7
| * Bluetooth: Read LE Advertising Channel TX Power only when availableMarcel Holtmann2014-07-131-3/+5
| * Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann2014-07-111-0/+14
| * Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctlMarcel Holtmann2014-07-101-6/+10
| * Bluetooth: Mark controller is down when HCI_AUTO_OFF is setMarcel Holtmann2014-07-101-6/+19
| * Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg2014-07-101-4/+20
| * Bluetooth: Refactor ioctl scan state update to its own functionJohan Hedberg2014-07-101-13/+22
| * Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg2014-07-101-3/+3
| * Bluetooth: Fix using test_and_clear instead of test_and_setJohan Hedberg2014-07-101-2/+2
| * Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg2014-07-091-0/+17
| * Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg2014-07-091-0/+29
| * Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-091-73/+12
| * Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann2014-07-091-1/+1
| * Bluetooth: Use real advertising state to random address update decisionJohan Hedberg2014-07-081-1/+1
| * Bluetooth: Don't try background scanning if LE is not enabledJohan Hedberg2014-07-071-0/+4
| * Bluetooth: Enable passive scanning whenever we're connectableJohan Hedberg2014-07-071-1/+2
| * Bluetooth: Don't let background scanning interfering with discoveryJohan Hedberg2014-07-071-0/+4
| * Bluetooth: Update discovery state earlier in hci_discovery_set_stateJohan Hedberg2014-07-071-4/+6
| * Bluetooth: Enforce providing hdev->send driver callbackMarcel Holtmann2014-07-061-1/+1
| * Bluetooth: Fix memory leaking when hdev->send returns an errorMarcel Holtmann2014-07-061-2/+7
| * Bluetooth: Skip unconfigured init procedure for raw-only devicesMarcel Holtmann2014-07-061-0/+3
| * Bluetooth: Clear HCI_RAW flag when controller becomes configuredMarcel Holtmann2014-07-061-0/+6
| * Bluetooth: Add support for changing the public device addressMarcel Holtmann2014-07-061-6/+8
| * Bluetooth: Run controller setup after external configurationMarcel Holtmann2014-07-061-3/+14
| * Bluetooth: Fix sending Device Removed when clearing all parametersJohan Hedberg2014-07-061-18/+0
| * Bluetooth: Run special init procedure for unconfigured controllersMarcel Holtmann2014-07-051-0/+40
| * Bluetooth: Fix quirks that are valid during setup driver callbackMarcel Holtmann2014-07-041-2/+9
| * Bluetooth: Add quirk for external configuration requirementMarcel Holtmann2014-07-041-1/+2
| * Bluetooth: Add quirk for invalid controller address settingMarcel Holtmann2014-07-041-1/+5
| * Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg2014-07-041-3/+3
| * Bluetooth: Remove unused hci_pend_le_conn_add functionJohan Hedberg2014-07-041-10/+0
| * Bluetooth: Fix clearing and restarting all LE actions on power cycleJohan Hedberg2014-07-041-11/+12
| * Bluetooth: Remove unused hci_pend_le_conn_del() functionJohan Hedberg2014-07-041-10/+0
| * Bluetooth: Simplify hci_conn_params->action list usageJohan Hedberg2014-07-041-17/+11
OpenPOWER on IntegriCloud