summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg2015-11-191-168/+0Star
* Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg2015-11-191-13/+13
* Bluetooth: Add stubs for synchronous HCI request functionalityJohan Hedberg2015-11-191-0/+4
* Bluetooth: Add 'sync' specifier to synchronous request APIsJohan Hedberg2015-11-191-14/+14
* Bluetooth: Move synchronous request handling into hci_request.cJohan Hedberg2015-11-191-193/+0Star
* Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg2015-11-191-3/+1Star
* Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg2015-11-191-7/+7
* Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingMarcel Holtmann2015-11-191-11/+12
* Bluetooth: Make LE only events conditional on supported commandsMarcel Holtmann2015-11-191-4/+18
* Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event maskMarcel Holtmann2015-11-191-1/+2
* Bluetooth: Build LE event mask based on supported commandsMarcel Holtmann2015-11-191-1/+28
* Bluetooth: Move BR/EDR default events behind its featuresMarcel Holtmann2015-11-191-4/+8
* Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann2015-11-051-6/+11
* Bluetooth: Replace hci_notify with hci_sock_dev_eventMarcel Holtmann2015-10-261-16/+9Star
* Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann2015-10-261-9/+9
* Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2015-10-211-17/+0Star
* Bluetooth: Introduce driver specific post init callbackMarcel Holtmann2015-10-211-1/+4
* Bluetooth: Add support setup stage internal notification eventMarcel Holtmann2015-10-211-0/+2
* Bluetooth: Add new quirk for non-persistent diagnostic settingsMarcel Holtmann2015-10-211-0/+19
* Bluetooth: Queue diagnostic messages together with HCI packetsMarcel Holtmann2015-10-211-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-7/+0Star
|\
| * Bluetooth: Fix LE reconnection logicJohan Hedberg2015-10-161-7/+0Star
* | Bluetooth: Fix basic debugfs entries for unconfigured controllersMarcel Holtmann2015-10-081-14/+15
* | Bluetooth: Enforce packet types in hci_recv_frame driver functionMarcel Holtmann2015-10-081-0/+7
* | Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFFMarcel Holtmann2015-10-081-7/+8
* | Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann2015-10-081-3/+60
* | Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann2015-10-081-0/+15
* | Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann2015-10-051-0/+3
* | Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann2015-10-051-0/+5
* | Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE eventsMarcel Holtmann2015-10-051-0/+6
* | Bluetooth: Add hci_cmd_sync functionLoic Poulain2015-09-291-0/+19
* | Bluetooth: close HCI device when user channel socket gets closedSimon Fels2015-09-171-1/+1
* | Bluetooth: Use BROKEN_STORED_LINK_KEY quirk for HCI_Read_Stored_Link_KeyJohan Hedberg2015-09-171-1/+2
|/
* Bluetooth: add hci_connect_le_scanJakub Pawlowski2015-08-101-0/+33
* Bluetooth: Move IRK checking logic in preparation to new connect methodJakub Pawlowski2015-07-231-11/+0Star
* Bluetooth: Use zalloc when possibleJohan Hedberg2015-06-181-2/+1Star
* Bluetooth: hci_core: remove obsolete adv_instanceFlorian Grandel2015-06-181-1/+0Star
* Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel2015-06-181-0/+1
* Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel2015-06-181-0/+29
* Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel2015-06-181-0/+117
* Bluetooth: Don't call shutdown when leaving user channelLoic Poulain2015-06-091-0/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-311-5/+0Star
|\
| * Bluetooth: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-5/+0Star
* | Bluetooth: Fix remote name event return directly.Wesley Kuo2015-05-141-2/+4
|/
* Bluetooth: Skip the shutdown routine if the interface is not upGabriele Mazzotta2015-04-301-1/+2
* Bluetooth: Remove hci_recv_stream_fragment functionMarcel Holtmann2015-04-071-147/+1Star
* Bluetooth: Make data pointer of hci_recv_stream_fragment constMarcel Holtmann2015-04-071-3/+3
* Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg2015-04-021-48/+4Star
* Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg2015-04-021-5/+0Star
* Bluetooth: Remove unneeded recv_event variableJohan Hedberg2015-04-021-3/+0Star