aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Bluetooth: Refactor append name and appearanceMichał Narajowski3-50/+38
2016-10-06Bluetooth: Add appearance to default scan rsp dataMichał Narajowski1-1/+10
2016-10-06Bluetooth: Fix local name in scan rspMichał Narajowski1-12/+35
2016-09-22Bluetooth: Fix not updating scan rsp when adv offMichał Narajowski1-1/+1
2016-09-22Bluetooth: Fix NULL pointer dereference in mgmt contextArek Lichwa1-0/+2
2016-09-19Bluetooth: Set appearance only for LE capable controllersMichał Narajowski1-0/+4
2016-09-19Bluetooth: Fix missing ext info event when setting appearanceMichał Narajowski1-0/+2
2016-09-19Bluetooth: Add supported data types to ext info changed eventMichał Narajowski1-4/+10
2016-09-19Bluetooth: Add appearance to Read Ext Controller Info commandSzymon Janc1-0/+14
2016-09-19Bluetooth: Factor appending EIR to separate helperMichał Narajowski1-13/+22
2016-09-19Bluetooth: Refactor read_ext_controller_info handlerSzymon Janc1-20/+16
2016-09-19Bluetooth: Increment management interface revisionSzymon Janc1-1/+1
2016-09-19Bluetooth: Fix advertising instance validity check for flagsSzymon Janc1-1/+2
2016-09-19Bluetooth: Unify advertising instance flags checkSzymon Janc1-37/+48
2016-09-19Bluetooth: Remove unused parameter from tlv_data_is_valid functionSzymon Janc1-4/+3
2016-09-19Bluetooth: Add support for appearance in scan rspMichał Narajowski2-0/+45
2016-09-19Bluetooth: Add support for local name in scan rspMichał Narajowski2-10/+64
2016-09-19Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flagSzymon Janc1-1/+4
2016-09-19Bluetooth: Use kzalloc instead of kmalloc/memsetWei Yongjun1-3/+1
2016-09-19Bluetooth: Fix reason code used for rejecting SCO connectionsFrédéric Dalleau1-1/+1
2016-09-19Bluetooth: Fix wrong New Settings event when closing HCI User ChannelMarcel Holtmann1-0/+1
2016-09-19Bluetooth: Send control open and close messages for HCI user channelsMarcel Holtmann1-0/+35
2016-09-19Bluetooth: Append local name and CoD to Extended Controller InfoMichał Narajowski1-21/+42
2016-09-19Bluetooth: Add framework for Extended Controller InformationMarcel Holtmann1-2/+60
2016-09-19Bluetooth: Handle HCI raw socket transition from unbound to boundMarcel Holtmann1-17/+36
2016-09-19Bluetooth: Send control open and close messages for HCI raw socketsMarcel Holtmann1-0/+48
2016-09-19Bluetooth: Add extra channel checks for control open/close messagesMarcel Holtmann1-5/+19
2016-09-19Bluetooth: Assign the channel early when binding HCI socketsMarcel Holtmann1-5/+11
2016-09-19Bluetooth: Send control open and close only when cookie is presentMarcel Holtmann1-2/+16
2016-09-19Bluetooth: Use numbers for subsystem version stringMarcel Holtmann2-5/+9
2016-09-19Bluetooth: Introduce helper functions for socket cookie handlingMarcel Holtmann1-12/+29
2016-09-19Bluetooth: Use command status event for Set IO Capability errorsMarcel Holtmann1-2/+2
2016-09-19Bluetooth: Fix wrong Get Clock Information return parametersMarcel Holtmann1-1/+1
2016-09-19Bluetooth: Use individual flags for certain management eventsMarcel Holtmann2-20/+17
2016-09-19Bluetooth: mgmt: Fix sending redundant event for Advertising InstanceJohan Hedberg3-10/+12
2016-09-19Bluetooth: Add support for sending MGMT commands and events to monitorMarcel Holtmann2-3/+157
2016-09-19Bluetooth: Add support for sending MGMT open and close to monitorMarcel Holtmann1-0/+95
2016-09-19Bluetooth: Introduce helper to pack mgmt version informationMarcel Holtmann1-2/+9
2016-09-19Bluetooth: Store control socket cookie and comm informationMarcel Holtmann1-1/+30
2016-09-19Bluetooth: Check SOL_HCI for raw socket optionsMarcel Holtmann1-0/+6
2016-09-19Bluetooth: Add combined LED trigger for controller powerMarcel Holtmann3-0/+42
2016-08-25Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz1-1/+1
2016-08-25Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz1-1/+1
2016-08-24Bluetooth: split sk_filter in l2cap_sock_recv_cbDaniel Borkmann2-2/+20
2016-08-24Bluetooth: Fix memory leak at end of hci requestsFrederic Dalleau1-0/+2
2016-07-18Bluetooth: Add debugfs fields for hardware and firmware infoMarcel Holtmann2-0/+59
2016-07-17Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński1-1/+1
2016-07-13Bluetooth: Increment management interface revisionJohan Hedberg1-1/+1
2016-07-13Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventSzymon Janc1-1/+15
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann6-27/+25