aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-29bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesGravatar Tejun Heo 1-4/+3
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2017-06-12Bluetooth: Send HCI Set Event Mask Page 2 command only when neededGravatar Marcel Holtmann 1-2/+15
2017-05-18Bluetooth: Skip vendor diagnostic configuration for HCI User ChannelGravatar Marcel Holtmann 1-5/+6
2017-05-18Bluetooth: Set LE Default PHY preferencesGravatar Marcel Holtmann 1-0/+12
2017-05-18Bluetooth: Enable LE PHY Update Complete eventGravatar Marcel Holtmann 1-0/+6
2017-05-18Bluetooth: Enable LE Channel Selection Algorithm eventGravatar Marcel Holtmann 1-0/+8
2017-05-18Bluetooth: Set LE Suggested Default Data Length to maximumGravatar Marcel Holtmann 1-0/+9
2017-04-12Bluetooth: Change initial min and max intervalGravatar Jonas Holmberg 1-2/+2
2016-09-19Bluetooth: Fix wrong New Settings event when closing HCI User ChannelGravatar Marcel Holtmann 1-0/+1
2016-07-18Bluetooth: Add debugfs fields for hardware and firmware infoGravatar Marcel Holtmann 1-0/+24
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYGravatar Marcel Holtmann 1-15/+13
2016-05-13Bluetooth: fix power_on vs close raceGravatar Jiri Slaby 1-2/+2
2016-02-23Bluetooth: hci_core: cancel power off delayed work properlyGravatar Wei-Ning Huang 1-0/+1
2016-02-23Bluetooth: Use managed version of led_trigger_register in LED triggerGravatar Heiner Kallweit 1-2/+0
2016-02-23Bluetooth: add LED trigger for indicating HCI is powered upGravatar Heiner Kallweit 1-0/+8
2016-02-20Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbGravatar Douglas Anderson 1-2/+4
2015-12-20Bluetooth: use list_for_each_entry*Gravatar Geliang Tang 1-5/+3
2015-12-10Bluetooth: Clean up current advertising instance trackingGravatar Johan Hedberg 1-4/+8
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyGravatar Johan Hedberg 1-5/+16
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueGravatar Johan Hedberg 1-13/+0
2015-12-10Bluetooth: Move advertising instance management to hci_request.cGravatar Johan Hedberg 1-18/+1
2015-11-19Bluetooth: Clean up hci_core codeGravatar Prasanna Karthik 1-3/+4
2015-11-19Bluetooth: Simplify request cleanup codeGravatar Johan Hedberg 1-3/+1
2015-11-19Bluetooth: Add error return value to hci_req_sync callbackGravatar Johan Hedberg 1-13/+32
2015-11-19Bluetooth: Move LE scan disable/restart behind req_workqueueGravatar Johan Hedberg 1-168/+0
2015-11-19Bluetooth: Add HCI status return parameter to hci_req_sync()Gravatar Johan Hedberg 1-13/+13
2015-11-19Bluetooth: Add stubs for synchronous HCI request functionalityGravatar Johan Hedberg 1-0/+4
2015-11-19Bluetooth: Add 'sync' specifier to synchronous request APIsGravatar Johan Hedberg 1-14/+14
2015-11-19Bluetooth: Move synchronous request handling into hci_request.cGravatar Johan Hedberg 1-193/+0
2015-11-19Bluetooth: Remove unnecessary call to hci_update_background_scanGravatar Johan Hedberg 1-3/+1
2015-11-19Bluetooth: Compress the size of struct hci_ctrlGravatar Johan Hedberg 1-7/+7
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingGravatar Marcel Holtmann 1-11/+12
2015-11-19Bluetooth: Make LE only events conditional on supported commandsGravatar Marcel Holtmann 1-4/+18
2015-11-19Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event maskGravatar Marcel Holtmann 1-1/+2
2015-11-19Bluetooth: Build LE event mask based on supported commandsGravatar Marcel Holtmann 1-1/+28
2015-11-19Bluetooth: Move BR/EDR default events behind its featuresGravatar Marcel Holtmann 1-4/+8
2015-11-05Bluetooth: Check for supported white list before issuing commandsGravatar Marcel Holtmann 1-6/+11
2015-10-26Bluetooth: Replace hci_notify with hci_sock_dev_eventGravatar Marcel Holtmann 1-16/+9
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciGravatar Marcel Holtmann 1-9/+9
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionGravatar Johan Hedberg 1-17/+0
2015-10-21Bluetooth: Introduce driver specific post init callbackGravatar Marcel Holtmann 1-1/+4
2015-10-21Bluetooth: Add support setup stage internal notification eventGravatar Marcel Holtmann 1-0/+2
2015-10-21Bluetooth: Add new quirk for non-persistent diagnostic settingsGravatar Marcel Holtmann 1-0/+19
2015-10-21Bluetooth: Queue diagnostic messages together with HCI packetsGravatar Marcel Holtmann 1-4/+5
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+0
2015-10-16Bluetooth: Fix LE reconnection logicGravatar Johan Hedberg 1-7/+0
2015-10-08Bluetooth: Fix basic debugfs entries for unconfigured controllersGravatar Marcel Holtmann 1-14/+15
2015-10-08Bluetooth: Enforce packet types in hci_recv_frame driver functionGravatar Marcel Holtmann 1-0/+7
2015-10-08Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFFGravatar Marcel Holtmann 1-7/+8