Bluetooth: Fix issue with ADV_IND reports and auto-connection handling
[cascardo/linux.git] / net / bluetooth / hci_core.c
2014-07-23 Marcel HoltmannBluetooth: Fix issue with ADV_IND reports and auto...
2014-07-23 Marcel HoltmannBluetooth: Get MWS transport configuration of the contr...
2014-07-23 Marcel HoltmannBluetooth: Read list of local codecs supported by the...
2014-07-21 Johan HedbergBluetooth: Prefer sizeof(*ptr) when allocating memory
2014-07-20 Johan HedbergBluetooth: Disable HCI_CONNECTABLE based passive scanni...
2014-07-16 Johan HedbergBluetooth: Use explicit role instead of a bool in funct...
2014-07-13 Marcel HoltmannBluetooth: Allocate struct inquiry_entry with GFP_KERNEL
2014-07-13 Marcel HoltmannBluetooth: Enable LE Long Term Key Request event only...
2014-07-13 Marcel HoltmannBluetooth: Enable LE encryption events only when supported
2014-07-13 Marcel HoltmannBluetooth: Read LE Advertising Channel TX Power only...
2014-07-11 Marcel HoltmannBluetooth: Move HCI request internals to net/bluetooth...
2014-07-10 Marcel HoltmannBluetooth: Set HCI_PAIRABLE during power on for legacy...
2014-07-10 Marcel HoltmannBluetooth: Mark controller is down when HCI_AUTO_OFF...
2014-07-10 Johan HedbergBluetooth: Remove unneeded mgmt_discoverable function
2014-07-10 Johan HedbergBluetooth: Refactor ioctl scan state update to its...
2014-07-10 Johan HedbergBluetooth: Remove unneeded mgmt_connectable function
2014-07-10 Johan HedbergBluetooth: Fix using test_and_clear instead of test_and_set
2014-07-09 Johan HedbergBluetooth: Fix setting HCI_CONNECTABLE from ioctl code
2014-07-09 Johan HedbergBluetooth: Introduce a whitelist for BR/EDR devices
2014-07-09 Johan HedbergBluetooth: Unify helpers for bdaddr_list manipulations
2014-07-09 Marcel HoltmannBluetooth: Fix enabling Authenticated Payload Timeout...
2014-07-08 Johan HedbergBluetooth: Use real advertising state to random address...
2014-07-07 Johan HedbergBluetooth: Don't try background scanning if LE is not...
2014-07-07 Johan HedbergBluetooth: Enable passive scanning whenever we're conne...
2014-07-07 Johan HedbergBluetooth: Don't let background scanning interfering...
2014-07-07 Johan HedbergBluetooth: Update discovery state earlier in hci_discov...
2014-07-06 Marcel HoltmannBluetooth: Enforce providing hdev->send driver callback
2014-07-06 Marcel HoltmannBluetooth: Fix memory leaking when hdev->send returns...
2014-07-06 Marcel HoltmannBluetooth: Skip unconfigured init procedure for raw...
2014-07-06 Marcel HoltmannBluetooth: Clear HCI_RAW flag when controller becomes...
2014-07-06 Marcel HoltmannBluetooth: Add support for changing the public device...
2014-07-06 Marcel HoltmannBluetooth: Run controller setup after external configur...
2014-07-06 Johan HedbergBluetooth: Fix sending Device Removed when clearing...
2014-07-05 Marcel HoltmannBluetooth: Run special init procedure for unconfigured...
2014-07-04 Marcel HoltmannBluetooth: Fix quirks that are valid during setup drive...
2014-07-04 Marcel HoltmannBluetooth: Add quirk for external configuration requirement
2014-07-04 Marcel HoltmannBluetooth: Add quirk for invalid controller address...
2014-07-04 Johan HedbergBluetooth: Make hci_pend_le_conn_lookup more general...
2014-07-04 Johan HedbergBluetooth: Remove unused hci_pend_le_conn_add function
2014-07-04 Johan HedbergBluetooth: Fix clearing and restarting all LE actions...
2014-07-04 Johan HedbergBluetooth: Remove unused hci_pend_le_conn_del() function
2014-07-04 Johan HedbergBluetooth: Simplify hci_conn_params->action list usage
2014-07-04 Johan HedbergBluetooth: Don't bother doing anything if auto_connect...
2014-07-04 Johan HedbergBluetooth: Simplify use of hci_pend_le_conns_clear()
2014-07-04 Johan HedbergBluetooth: Convert pend_le_reports into a list
2014-07-04 Johan HedbergBluetooth: Convert pend_le_conn list to a generic actio...
2014-07-03 Johan HedbergBluetooth: Add identity address check in param lookup...
2014-07-03 Johan HedbergBluetooth: Use hci_conn_params in pend_le_conns
2014-07-03 Johan HedbergBluetooth: Add support for background LE scanning
2014-07-03 Johan HedbergBluetooth: Track number of added devices with HCI_AUTO_...
2014-07-03 Marcel HoltmannBluetooth: Add support for Unconfigured Index Added...
2014-07-03 Marcel HoltmannBluetooth: Introduce unconfigured controller state
2014-07-03 Johan HedbergBluetooth: Make is_identity_address a global function
2014-07-03 Johan HedbergBluetooth: Add new auto_conn value matching mgmt action...
2014-07-03 Johan HedbergBluetooth: Add specific connection parameter clear...
2014-07-03 Johan HedbergBluetooth: Rename hci_conn_params_clear to hci_conn_par...
2014-07-03 Marcel HoltmannBluetooth: Default to internal use manufacturer identifier
2014-07-03 Marcel HoltmannBluetooth: Add support for hdev->set_bdaddr callback...
2014-07-03 Andre GuedesBluetooth: Enable new LE meta event
2014-07-03 Andre GuedesBluetooth: Move LE event mask setting into init3 phase
2014-07-03 Johan HedbergBluetooth: Fix redundant device (un)blocked events
2014-07-03 Marcel HoltmannBluetooth: Do not trigger background scanning when...
2014-07-03 Marcel HoltmannBluetooth: Provide flags parameter direct to mgmt_devic...
2014-07-03 Marcel HoltmannBluetooth: Remove connection interval parameters from...
2014-07-03 Marcel HoltmannBluetooth: Use hci_conn_params_add within hci_conn_para...
2014-07-03 Marcel HoltmannBluetooth: Change hci_conn_params_add to return the...
2014-07-03 Marcel HoltmannBluetooth: Start background scanning only when controll...
2014-07-03 Marcel HoltmannBluetooth: Provide function to create and set connectio...
2014-07-03 Marcel HoltmannBluetooth: Expose default supervision timeout setting...
2014-07-03 Marcel HoltmannBluetooth: Expose default connection latency setting...
2014-07-03 Marcel HoltmannBluetooth: Provide defaults for LE connection latency...
2014-07-03 Marcel HoltmannBluetooth: Replace le_auto_conn debugfs with device_lis...
2014-07-03 Marcel HoltmannBluetooth: Store latency and supervision timeout in...
2014-07-03 Marcel HoltmannBluetooth: Update background scanning from hci_conn_par...
2014-07-03 Marcel HoltmannBluetooth: Clear pending connections from hci_conn_para...
2014-07-03 Marcel HoltmannBluetooth: Move hci_pend_le_conn_* functions to differe...
2014-07-03 Marcel HoltmannBluetooth: Don't use non-resolvable private address...
2014-07-03 Marcel HoltmannBluetooth: Restrict access for raw-only controllers
2014-07-03 Marcel HoltmannBluetooth: Remove ssp_debug_mode debugfs option
2014-07-03 Johan HedbergBluetooth: Move mgmt event sending out from hci_add_lin...
2014-07-03 Johan HedbergBluetooth: Update hci_add_link_key() to return pointer...
2014-07-03 Jukka RissanenBluetooth: 6LoWPAN: Use connected oriented channel...
2014-07-03 Marcel HoltmannBluetooth: Use separate dbg_flags to special debugfs...
2014-07-03 Johan HedbergBluetooth: Fix checking for master LTKs
2014-07-03 Johan HedbergBluetooth: Remove HCI prefix from SMP LTK defines
2014-07-03 Marcel HoltmannBluetooth: Use struct delayed_work for HCI command...
2014-06-16 Linus TorvaldsMerge tag 'clk-for-linus-3.16-part2' of git://git.linar...
2014-06-16 Linus TorvaldsMerge git://git.infradead.org/users/willy/linux-nvme
2014-06-15 Linus TorvaldsMerge tag 'scsi-for-linus' of git://git./linux/kernel...
2014-06-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-06-15 Linus TorvaldsMerge git://git.kvack.org/~bcrl/aio-next
2014-06-14 Linus TorvaldsMerge tag 'hsi-for-3.16-fixes1' of git://git./linux...
2014-06-14 Linus TorvaldsMerge tag 'gpio-v3.16-2' of git://git./linux/kernel...
2014-06-14 Linus TorvaldsMerge branch 'x86-vdso-for-linus' of git://git./linux...
2014-06-14 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git./linux/kernel...
2014-06-13 Linus TorvaldsMerge tag 'sound-fix-3.16-rc1' of git://git./linux...
2014-06-13 Linus TorvaldsMerge tag 'dlm-3.16' of git://git./linux/kernel/git...
2014-06-13 Linus TorvaldsMerge branch 'serge-next-2' of git://git./linux/kernel...
2014-06-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-06-13 Linus TorvaldsMerge branch 'topic/omap3isp' of git://git./linux/kerne...
next