aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg5-7/+29
2016-10-19Bluetooth: Fix append max 11 bytes of name to scan rsp dataMichał Narajowski3-35/+42
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
2016-07-09Bluetooth: Remove controller device attributesMarcel Holtmann1-54/+0
2016-07-09Bluetooth: Remove connection link attributesMarcel Holtmann1-45/+0
2016-07-08Bluetooth: Fix hci_sock_recvmsg return valueDenis Kenzior1-0/+5
2016-07-08Bluetooth: Fix bt_sock_recvmsg return valueDenis Kenzior1-0/+5
2016-07-08Bluetooth: Switch SMP to crypto_cipher_encrypt_one()Andy Lutomirski1-39/+28
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-14/+1
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+2
2016-05-13Bluetooth: fix power_on vs close raceJiri Slaby1-2/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-46/+47
2016-04-26Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination addressGlenn Ruben Bakke1-7/+4
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-1/+1
2016-04-136lowpan: change naming for lowpan private dataAlexander Aring1-39/+43
2016-04-08Bluetooth: Allow setting BT_SECURITY_FIPS with setsockoptPatrik Flykt1-1/+1
2016-04-08Bluetooth: Ignore unknown advertising packet typesJohan Hedberg1-0/+13
2016-04-08Bluetooth: Fix setting NO_BREDR advertising flagJohan Hedberg1-3/+3
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-14/+194
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-72/+63
2016-03-11Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg1-0/+4
2016-03-11Bluetooth: Fix setting correct flags in ADJohan Hedberg1-1/+3
2016-03-10Bluetooth: Increment management interface revisionJohan Hedberg1-1/+1
2016-03-10Bluetooth: Add support for limited privacy modeJohan Hedberg4-11/+75
2016-03-10Bluetooth: Fix adding discoverable to adv instance flagsJohan Hedberg1-0/+3
2016-03-10Bluetooth: Move memset closer to where it's neededJohan Hedberg1-2/+2
2016-02-23Bluetooth: hci_core: cancel power off delayed work properlyWei-Ning Huang1-0/+1
2016-02-23Bluetooth: Use managed version of led_trigger_register in LED triggerHeiner Kallweit3-11/+1
2016-02-23Bluetooth: add LED trigger for indicating HCI is powered upHeiner Kallweit5-0/+116
2016-02-20Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson1-2/+4
2016-01-29Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2-26/+18
2016-01-29Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg1-3/+3
2016-01-29Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg1-2/+12
2016-01-29Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg1-3/+3
2016-01-27Bluetooth: Use skcipher and hashHerbert Xu1-72/+63
2016-01-23Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda1-0/+3
2016-01-23Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke1-1/+3
2016-01-06Bluetooth: avoid rebuilding hci_sock all the timeJohannes Berg1-9/+18
2016-01-05Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg2-12/+52
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2-4/+5
2015-12-20Bluetooth: use list_for_each_entry*Geliang Tang4-49/+25
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-12-15bluetooth: Validate socket address length in sco_sock_bind().David S. Miller1-0/+3
2015-12-11Bluetooth: Do not filter multicast addresses by defaultDanny Schweizer1-2/+5
2015-12-106lowpan: add lowpan dev register helpersAlexander Aring1-5/+3
2015-12-10Bluetooth: Fix locking in bt_accept_dequeue after disconnectionYichen Zhao1-1/+1
2015-12-10Bluetooth: Don't treat connection timeout as a failureJohan Hedberg1-2/+10
2015-12-10Bluetooth: Use continuous scanning when creating LE connectionsJohan Hedberg1-1/+5
2015-12-10Bluetooth: Clean up current advertising instance trackingJohan Hedberg4-66/+32
2015-12-10Bluetooth: Clean up advertising initialization in powered_update_hci()Johan Hedberg1-18/+12
2015-12-10Bluetooth: Remove redundant check for req.cmd_qJohan Hedberg1-2/+1
2015-12-10Bluetooth: Fix updating wrong instance's scan_rsp dataJohan Hedberg1-1/+1
2015-12-10Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagJohan Hedberg2-18/+9
2015-12-10Bluetooth: Simplify read_adv_features codeJohan Hedberg1-20/+8
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg4-133/+126
2015-12-10Bluetooth: Move fast connectable code to hci_request.cJohan Hedberg3-39/+40
2015-12-10Bluetooth: Move EIR update to hci_request.cJohan Hedberg3-195/+198
2015-12-10Bluetooth: HCI name update to hci_request.cJohan Hedberg3-12/+14
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg3-52/+28
2015-12-10Bluetooth: Move discoverable changes to hdev->req_workqueueJohan Hedberg2-77/+77
2015-12-10Bluetooth: Perform Class of Device changes through hdev->req_workqueueJohan Hedberg3-47/+49
2015-12-10Bluetooth: Move connectable changes to hdev->req_workqueueJohan Hedberg2-74/+51
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg6-563/+583
2015-12-10Bluetooth: Move __hci_update_background_scan up in hci_request.cJohan Hedberg1-73/+73
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg4-21/+34
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+9
2015-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-1/+6
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-3/+3
2015-11-23Bluetooth: Increment management interface revisionJohan Hedberg1-1/+1
2015-11-23Bluetooth: Fix powering on with privacy and advertisingAndrzej Kaczmarek1-7/+7
2015-11-23Bluetooth: Fix returning proper HCI status from __hci_req_syncJohan Hedberg1-1/+7
2015-11-22Bluetooth: Add support for Get Advertising Size Information commandMarcel Holtmann1-0/+58
2015-11-22Bluetooth: Simplify if statements in tlv_data_is_valid functionMarcel Holtmann1-9/+11
2015-11-22Bluetooth: Add instance range check for Add Advertising commandMarcel Holtmann1-0/+4
2015-11-19Bluetooth: remove unneeded variable in l2cap_stream_rxPrasanna Karthik1-3/+1
2015-11-19Bluetooth: Clean up hci_core codePrasanna Karthik1-3/+4
2015-11-19Bluetooth: clean up af_bluetooth codePrasanna Karthik1-2/+2
2015-11-19Bluetooth: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring1-2/+1
2015-11-19Bluetooth: Simplify request cleanup codeJohan Hedberg2-3/+3
2015-11-19Bluetooth: Remove conn_unfinished variable from hci_connect_le()Johan Hedberg1-36/+12
2015-11-19Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Johan Hedberg1-6/+6
2015-11-19Bluetooth: Fix specifying role for LE connectionsJohan Hedberg3-12/+10
2015-11-19Bluetooth: Remove unnecessary le_scan_restart_work_complete() functionJohan Hedberg1-36/+24
2015-11-19Bluetooth: Simplify le_scan_disable_work()Johan Hedberg1-91/+57
2015-11-19Bluetooth: Pass inquiry length to bredr_inquiry()Johan Hedberg1-3/+5
2015-11-19Bluetooth: Fix BR/EDR Page Scan update with Add DeviceJohan Hedberg1-13/+1
2015-11-19Bluetooth: Move Stop Discovery to req_workqueueJohan Hedberg3-67/+70
2015-11-19Bluetooth: Move Start Discovery to req_workqueueJohan Hedberg2-229/+211
2015-11-19Bluetooth: Add error return value to hci_req_sync callbackJohan Hedberg3-26/+54
2015-11-19Bluetooth: Add discovery type validity helperJohan Hedberg1-0/+40
2015-11-19Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg3-170/+181
2015-11-19Bluetooth: Make __hci_update_background_scan private to hci_request.cJohan Hedberg2-3/+1
2015-11-19Bluetooth: Use req_workqueue for background scanning when powering onJohan Hedberg1-6/+4
2015-11-19Bluetooth: Use req_workqueue for explicit connect requestsJohan Hedberg2-36/+18
2015-11-19Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg3-18/+24
2015-11-19Bluetooth: Don't wait for HCI in Add/Remove DeviceJohan Hedberg1-111/+50
2015-11-19Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg3-24/+23
2015-11-19Bluetooth: Add stubs for synchronous HCI request functionalityJohan Hedberg3-0/+15
2015-11-19Bluetooth: Add 'sync' specifier to synchronous request APIsJohan Hedberg3-20/+20
2015-11-19Bluetooth: Move synchronous request handling into hci_request.cJohan Hedberg3-193/+195
2015-11-19Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg1-3/+1
2015-11-19Bluetooth: Add support for controller specific loggingMarcel Holtmann1-0/+102
2015-11-19Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann2-5/+32
2015-11-19Bluetooth: Fix casting coding style within HCI socketsMarcel Holtmann1-13/+13
2015-11-19Bluetooth: Add clarifying comment why schedule_work is usedJohan Hedberg1-0/+4
2015-11-19Bluetooth: Add missing hci_skb_opcode for raw socket commandsMarcel Holtmann1-0/+5
2015-11-19Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg3-11/+15
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingMarcel Holtmann3-32/+33
2015-11-19Bluetooth: Make LE only events conditional on supported commandsMarcel Holtmann1-4/+18
2015-11-19Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event maskMarcel Holtmann1-1/+2
2015-11-19Bluetooth: Build LE event mask based on supported commandsMarcel Holtmann1-1/+28
2015-11-19Bluetooth: Move BR/EDR default events behind its featuresMarcel Holtmann1-4/+8
2015-11-11Bluetooth: Fix l2cap_chan leak in SMPJohan Hedberg1-1/+6
2015-11-05Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg1-1/+8
2015-11-05Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg1-1/+1
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg1-1/+8
2015-11-05Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann1-6/+11
2015-10-27bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingAlexander Aring1-1/+1
2015-10-27Bluetooth: Fix crash on fast disconnect of SCOKuba Pawlak1-0/+5
2015-10-26Bluetooth: Fix some obvious coding style issues in the SCO moduleMarcel Holtmann1-11/+19
2015-10-26Bluetooth: Replace hci_notify with hci_sock_dev_eventMarcel Holtmann1-16/+9
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann4-17/+17
2015-10-26Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann2-2/+2
2015-10-25Bluetooth: Fix locking issue during fast SCO reconnection.Kuba Pawlak1-0/+5
2015-10-25Bluetooth: Fix locking issue on SCO disconnectionKuba Pawlak1-0/+2
2015-10-25Bluetooth: Fix crash on SCO disconnectKuba Pawlak1-0/+2
2015-10-22Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2015-10-22Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg1-8/+3
2015-10-22Bluetooth: Take advantage of connection abort helpersJohan Hedberg2-104/+11
2015-10-22Bluetooth: Introduce hci_req helper to abort a connectionJohan Hedberg2-0/+97
2015-10-22Bluetooth: Fix crash in SMP when unpairingJohan Hedberg3-0/+30
2015-10-22Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg1-0/+10
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2-19/+3
2015-10-21Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg1-1/+0
2015-10-21Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg1-6/+7
2015-10-21Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg1-23/+32
2015-10-21Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg1-1/+1
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg3-11/+11
2015-10-21Bluetooth: Add le_addr_type() helper functionJohan Hedberg1-38/+18
2015-10-21Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg1-9/+43
2015-10-21Bluetooth: Introduce driver specific post init callbackMarcel Holtmann1-1/+4
2015-10-21Bluetooth: l2cap_disconnection_req priority over shutdownDean Jenkins1-1/+10
2015-10-21Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown()Dean Jenkins1-17/+27
2015-10-21Bluetooth: Unwind l2cap_sock_shutdown()Dean Jenkins1-14/+18
2015-10-216lowpan: cleanup lowpan_header_decompressAlexander Aring1-19/+1
2015-10-216lowpan: cleanup lowpan_header_compressAlexander Aring1-2/+1
2015-10-21bluetooth: 6lowpan: use lowpan dispatch helpersAlexander Aring1-30/+27
2015-10-21Bluetooth: Fix removing connection parameters when unpairingJohan Hedberg1-5/+7
2015-10-21Bluetooth: Add support setup stage internal notification eventMarcel Holtmann2-8/+18
2015-10-21Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann1-0/+14