aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-28Bluetooth: Fix debugfs NULL pointer dereferenceGravatar Matias Karhumaa 1-0/+2
2018-09-27Bluetooth: Add definitions and track LE resolve list modificationGravatar Ankit Navik 1-0/+63
2018-07-30Bluetooth: Add new quirk for non-persistent setup settingsGravatar Sean Wang 1-1/+2
2018-07-30Bluetooth: Handle ADv set terminated eventGravatar Jaganath Kanakkassery 1-0/+8
2018-07-30Bluetooth: Implement Set ADV set random addressGravatar Jaganath Kanakkassery 1-1/+32
2018-07-30Bluetooth: Impmlement extended adv enableGravatar Jaganath Kanakkassery 1-0/+2
2018-07-30Bluetooth: Read no of adv sets during initGravatar Jaganath Kanakkassery 1-2/+14
2018-07-30Bluetooth: Implement PHY changed eventGravatar Jaganath Kanakkassery 1-0/+4
2018-07-30Bluetooth: Define PHY flags in hdev and set 1M as defaultGravatar Jaganath Kanakkassery 1-4/+5
2018-07-06Bluetooth: Use extended LE Connection if supportedGravatar Jaganath Kanakkassery 1-0/+8
2018-07-06Bluetooth: Process extended ADV report eventGravatar Jaganath Kanakkassery 1-0/+9
2018-07-06Bluetooth: Add HCI command for clear Resolv listGravatar Ankit Navik 1-0/+5
2018-07-06Bluetooth: Store Resolv list sizeGravatar Ankit Navik 1-0/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-05-30Bluetooth: Re-use kstrtobool_from_user()Gravatar Andy Shevchenko 1-16/+7
2018-05-18Bluetooth: Add __hci_cmd_send functionGravatar Loic Poulain 1-0/+31
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 1-18/+17
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