summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2015-09-18Bluetooth: Fix reporting incorrect EIR in device found mgmt eventSzymon Janc-0/+21
2015-09-18Bluetooth: Add BT_ERR_RATELIMITEDSzymon Janc-0/+16
2015-09-17Bluetooth: Fix typo in smp_ah comment for hash functionMarcel Holtmann-1/+1
2015-09-17Bluetooth: close HCI device when user channel socket gets closedSimon Fels-2/+11
2015-09-17Bluetooth: Use BROKEN_STORED_LINK_KEY quirk for HCI_Read_Stored_Link_KeyJohan Hedberg-1/+2
2015-08-28Bluetooth: Fix SCO link type handling on connection completeKuba Pawlak-2/+10
2015-08-28Bluetooth: Make the function sco_conn_del have a return type of voidNicholas Krause-3/+2
2015-08-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-57/+306
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-08-116lowpan: add generic 6lowpan netdev private dataAlexander Aring-3/+6
2015-08-11Bluetooth: 6lowpan: change netdev_priv to lowpan_devAlexander Aring-1/+1
2015-08-10Bluetooth: Enable new connection establishment procedure.Jakub Pawlowski-5/+8
2015-08-10Bluetooth: timeout handling in new connect procedureJakub Pawlowski-2/+6
2015-08-10Bluetooth: advertisement handling in new connect procedureJakub Pawlowski-37/+72
2015-08-10Bluetooth: add hci_connect_le_scanJakub Pawlowski-0/+207
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski-10/+7
2015-08-10Bluetooth: Fix breakage in amp_write_rem_assoc_frag()Dan Carpenter-1/+1
2015-08-06Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY eventJakub Pawlowski-1/+1
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2015-07-30Bluetooth: 6lowpan: Fix possible raceAlexander Aring-10/+13
2015-07-30Bluetooth: cmtp: Do not use list_for_each_safe when not neededChristophe JAILLET-4/+4
2015-07-30Bluetooth: Move create/accept phy link completed callback to amp.cArron Wang-51/+51
2015-07-30Bluetooth: Move amp assoc read/write completed callback to amp.cArron Wang-63/+77
2015-07-30Bluetooth: Move get info completed callback to a2mp.cArron Wang-5/+17
2015-07-30Bluetooth: Move high speed specific event under BT_HS optionArron Wang-20/+24
2015-07-30Bluetooth: Add BT_HS config optionArron Wang-1/+40
2015-07-23Bluetooth: Move IRK checking logic in preparation to new connect methodJakub Pawlowski-11/+23
2015-07-23Bluetooth: __l2cap_wait_ack() add defensive timeoutDean Jenkins-1/+10
2015-07-23Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()Dean Jenkins-2/+2
2015-07-23Bluetooth: Add BT_DBG to l2cap_sock_shutdown()Dean Jenkins-0/+4
2015-07-23Bluetooth: Make __l2cap_wait_ack more efficientDean Jenkins-6/+10
2015-07-23Bluetooth: L2CAP ERTM shutdown protect sk and chanDean Jenkins-0/+8
2015-07-23Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg-0/+4
2015-07-04bluetooth: fix list handlingLinus Torvalds-2/+3
2015-06-30Bluetooth: Reinitialize the list after deletion for session user listTedd Ho-Jeong An-2/+2
2015-06-26Bluetooth: hidp: Initialize list header of hidp session userTedd Ho-Jeong An-0/+1
2015-06-18Bluetooth: Fix warning of potentially uninitialized adv_instance variableJohan Hedberg-6/+2
2015-06-18Bluetooth: Use zalloc when possibleJohan Hedberg-2/+1
2015-06-18Bluetooth: Increment management interface revisionMarcel Holtmann-1/+1
2015-06-18Bluetooth: hci_core: remove obsolete adv_instanceFlorian Grandel-1/+0
2015-06-18Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising()Florian Grandel-1/+12
2015-06-18Bluetooth: mgmt: multi-adv for trigger_le_scan()Florian Grandel-0/+1
2015-06-18Bluetooth: mgmt: program multi-adv on power onFlorian Grandel-3/+17
2015-06-18Bluetooth: mgmt: multi adv for remove_advertising*()Florian Grandel-21/+24
2015-06-18Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel-35/+74
2015-06-18Bluetooth: mgmt: multi adv for clear_adv_instances()Florian Grandel-16/+81
2015-06-18Bluetooth: mgmt: multi adv for set_advertising*()Florian Grandel-6/+94
2015-06-18Bluetooth: mgmt: multi adv for create_instance_adv_data()Florian Grandel-7/+16
2015-06-18Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data()Florian Grandel-5/+12
2015-06-18Bluetooth: mgmt: multi adv for enable_advertising()Florian Grandel-5/+12