summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
* Bluetooth: __ variants of u8 and friends are not neccessary inside kernelPavel Machek2016-11-271-12/+13
* Bluetooth: Fix using the correct source address typeJohan Hedberg2016-11-221-1/+1
* Bluetooth: Add support for appearance in scan rspMichaƂ Narajowski2016-09-192-0/+7
* Bluetooth: Increase the subsystem minor version numberMarcel Holtmann2016-09-191-1/+1
* Bluetooth: Add framework for Extended Controller InformationMarcel Holtmann2016-09-192-0/+19
* Bluetooth: Use numbers for subsystem version stringMarcel Holtmann2016-09-191-1/+2
* Bluetooth: Use individual flags for certain management eventsMarcel Holtmann2016-09-191-1/+4
* Bluetooth: Add support for sending MGMT commands and events to monitorMarcel Holtmann2016-09-192-0/+5
* Bluetooth: Add support for sending MGMT open and close to monitorMarcel Holtmann2016-09-191-0/+2
* Bluetooth: Introduce helper to pack mgmt version informationMarcel Holtmann2016-09-191-0/+1
* Bluetooth: Store control socket cookie and comm informationMarcel Holtmann2016-09-191-0/+1
* Bluetooth: add printf format attribute to hci_set_[fh]w_info()Nicolas Iooss2016-09-191-2/+2
* Bluetooth: Add HCI device identifier for Qualcomm SMDBjorn Andersson2016-09-191-0/+1
* Bluetooth: Put led_trigger field behind CONFIG_BT_LEDSMarcel Holtmann2016-09-191-0/+2
* Bluetooth: Add debugfs fields for hardware and firmware infoMarcel Holtmann2016-07-181-0/+4
* Bluetooth: Move hci_recv_frame and hci_recv_diag prototypesMarcel Holtmann2016-07-181-3/+2
* Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventSzymon Janc2016-07-133-0/+3
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-1/+1
* Bluetooth: Add defines for SPI and I2CJohan Hedberg2016-04-221-0/+2
* Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-101-0/+1
* Bluetooth: add LED trigger for indicating HCI is powered upHeiner Kallweit2016-02-231-0/+3
* Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg2016-01-291-0/+6
* Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg2016-01-052-0/+3
* Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2016-01-051-10/+20
* Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagJohan Hedberg2015-12-101-1/+0
* Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg2015-12-101-1/+2
* Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg2015-12-101-1/+0
* Bluetooth: Move discoverable changes to hdev->req_workqueueJohan Hedberg2015-12-101-0/+2
* Bluetooth: Move connectable changes to hdev->req_workqueueJohan Hedberg2015-12-101-0/+2
* Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg2015-12-101-3/+6
* Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg2015-12-101-0/+1
* Bluetooth: Add support for Get Advertising Size Information commandMarcel Holtmann2015-11-221-0/+13
* Bluetooth: Fix specifying role for LE connectionsJohan Hedberg2015-11-191-1/+1
* Bluetooth: Move Stop Discovery to req_workqueueJohan Hedberg2015-11-191-0/+1
* Bluetooth: Move Start Discovery to req_workqueueJohan Hedberg2015-11-191-0/+2
* Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg2015-11-191-3/+2
* Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg2015-11-191-1/+2
* Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg2015-11-191-0/+2
* Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg2015-11-191-1/+0
* Bluetooth: Add support for controller specific loggingMarcel Holtmann2015-11-192-0/+2
* Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann2015-11-192-0/+3
* Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg2015-11-191-3/+8
* Bluetooth: Remove redundant setting to zero of bt_cbJohan Hedberg2015-11-191-6/+2
* Bluetooth: Add hci_skb_* helper wrappers for bt_cb(skb) accessMarcel Holtmann2015-11-191-0/+4
* Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg2015-11-051-0/+2
* Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann2015-10-261-7/+7
* Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2015-10-211-3/+0
* Bluetooth: Add hci_conn_hash_lookup_le() helper functionJohan Hedberg2015-10-211-0/+24
* Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg2015-10-211-0/+1