aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg1-13/+0
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg1-18/+1
2015-11-19Bluetooth: Clean up hci_core codePrasanna Karthik1-3/+4
2015-11-19Bluetooth: Simplify request cleanup codeJohan Hedberg1-3/+1
2015-11-19Bluetooth: Add error return value to hci_req_sync callbackJohan Hedberg1-13/+32
2015-11-19Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg1-168/+0
2015-11-19Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg1-13/+13
2015-11-19Bluetooth: Add stubs for synchronous HCI request functionalityJohan Hedberg1-0/+4
2015-11-19Bluetooth: Add 'sync' specifier to synchronous request APIsJohan Hedberg1-14/+14
2015-11-19Bluetooth: Move synchronous request handling into hci_request.cJohan Hedberg1-193/+0
2015-11-19Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg1-3/+1
2015-11-19Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg1-7/+7
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingMarcel Holtmann1-11/+12
2015-11-19Bluetooth: Make LE only events conditional on supported commandsMarcel Holtmann1-4/+18
2015-11-19Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event maskMarcel Holtmann1-1/+2
2015-11-19Bluetooth: Build LE event mask based on supported commandsMarcel Holtmann1-1/+28
2015-11-19Bluetooth: Move BR/EDR default events behind its featuresMarcel Holtmann1-4/+8
2015-11-05Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann1-6/+11
2015-10-26Bluetooth: Replace hci_notify with hci_sock_dev_eventMarcel Holtmann1-16/+9
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann1-9/+9
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg1-17/+0
2015-10-21Bluetooth: Introduce driver specific post init callbackMarcel Holtmann1-1/+4
2015-10-21Bluetooth: Add support setup stage internal notification eventMarcel Holtmann1-0/+2
2015-10-21Bluetooth: Add new quirk for non-persistent diagnostic settingsMarcel Holtmann1-0/+19
2015-10-21Bluetooth: Queue diagnostic messages together with HCI packetsMarcel Holtmann1-4/+5
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+0
2015-10-16Bluetooth: Fix LE reconnection logicJohan Hedberg1-7/+0
2015-10-08Bluetooth: Fix basic debugfs entries for unconfigured controllersMarcel Holtmann1-14/+15
2015-10-08Bluetooth: Enforce packet types in hci_recv_frame driver functionMarcel Holtmann1-0/+7
2015-10-08Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFFMarcel Holtmann1-7/+8
2015-10-08Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann1-3/+60
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann1-0/+15
2015-10-05Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann1-0/+3
2015-10-05Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann1-0/+5
2015-10-05Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE eventsMarcel Holtmann1-0/+6
2015-09-29Bluetooth: Add hci_cmd_sync functionLoic Poulain1-0/+19
2015-09-17Bluetooth: close HCI device when user channel socket gets closedSimon Fels1-1/+1
2015-09-17Bluetooth: Use BROKEN_STORED_LINK_KEY quirk for HCI_Read_Stored_Link_KeyJohan Hedberg1-1/+2
2015-08-10Bluetooth: add hci_connect_le_scanJakub Pawlowski1-0/+33
2015-07-23Bluetooth: Move IRK checking logic in preparation to new connect methodJakub Pawlowski1-11/+0
2015-06-18Bluetooth: Use zalloc when possibleJohan Hedberg1-2/+1
2015-06-18Bluetooth: hci_core: remove obsolete adv_instanceFlorian Grandel1-1/+0
2015-06-18Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel1-0/+1
2015-06-18Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel1-0/+29
2015-06-18Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel1-0/+117
2015-06-09Bluetooth: Don't call shutdown when leaving user channelLoic Poulain1-0/+1
2015-05-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-5/+0
2015-05-15Bluetooth: Fix calls to __hci_cmd_sync()Frederic Danis1-5/+0
2015-05-14Bluetooth: Fix remote name event return directly.Wesley Kuo1-2/+4
2015-04-30Bluetooth: Skip the shutdown routine if the interface is not upGabriele Mazzotta1-1/+2