summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Bluetooth: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-301-16/+7
* Bluetooth: Add __hci_cmd_send functionLoic Poulain2018-05-181-0/+31
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-18/+17
* bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesTejun Heo2017-06-291-4/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* Bluetooth: Send HCI Set Event Mask Page 2 command only when neededMarcel Holtmann2017-06-121-2/+15
* Bluetooth: Skip vendor diagnostic configuration for HCI User ChannelMarcel Holtmann2017-05-181-5/+6
* Bluetooth: Set LE Default PHY preferencesMarcel Holtmann2017-05-181-0/+12
* Bluetooth: Enable LE PHY Update Complete eventMarcel Holtmann2017-05-181-0/+6
* Bluetooth: Enable LE Channel Selection Algorithm eventMarcel Holtmann2017-05-181-0/+8
* Bluetooth: Set LE Suggested Default Data Length to maximumMarcel Holtmann2017-05-181-0/+9
* Bluetooth: Change initial min and max intervalJonas Holmberg2017-04-121-2/+2
* Bluetooth: Fix wrong New Settings event when closing HCI User ChannelMarcel Holtmann2016-09-191-0/+1
* Bluetooth: Add debugfs fields for hardware and firmware infoMarcel Holtmann2016-07-181-0/+24
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-15/+13
* Bluetooth: fix power_on vs close raceJiri Slaby2016-05-131-2/+2
* Bluetooth: hci_core: cancel power off delayed work properlyWei-Ning Huang2016-02-231-0/+1
* Bluetooth: Use managed version of led_trigger_register in LED triggerHeiner Kallweit2016-02-231-2/+0
* Bluetooth: add LED trigger for indicating HCI is powered upHeiner Kallweit2016-02-231-0/+8
* Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson2016-02-201-2/+4
* Bluetooth: use list_for_each_entry*Geliang Tang2015-12-201-5/+3
* Bluetooth: Clean up current advertising instance trackingJohan Hedberg2015-12-101-4/+8
* Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg2015-12-101-5/+16
* Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg2015-12-101-13/+0
* Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg2015-12-101-18/+1
* Bluetooth: Clean up hci_core codePrasanna Karthik2015-11-191-3/+4
* Bluetooth: Simplify request cleanup codeJohan Hedberg2015-11-191-3/+1
* Bluetooth: Add error return value to hci_req_sync callbackJohan Hedberg2015-11-191-13/+32
* Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg2015-11-191-168/+0
* 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/+0
* Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg2015-11-191-3/+1
* 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/+9
* 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/+0
* 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/+0
|\
OpenPOWER on IntegriCloud