summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-04Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg1-1/+1
2014-07-04Bluetooth: Remove unnecessary usage of hci_pend_le_conn_addJohan Hedberg1-1/+3
2014-07-04Bluetooth: Simplify hci_conn_params->action list usageJohan Hedberg1-2/+4
2014-07-04Bluetooth: Convert pend_le_reports into a listJohan Hedberg1-1/+1
2014-07-04Bluetooth: Fix missing return statement in process_adv_reportJohan Hedberg1-0/+1
2014-07-03Bluetooth: Add identity address check in param lookup functionsJohan Hedberg1-4/+0
2014-07-03Bluetooth: Remove unnecessary checks for auto-connected devicesJohan Hedberg1-5/+9
2014-07-03Bluetooth: Use hci_conn_params in pend_le_connsJohan Hedberg1-2/+5
2014-07-03Bluetooth: Remove redundant IRK lookupJohan Hedberg1-17/+7
2014-07-03Bluetooth: Support scanning for devices using RPAJohan Hedberg1-0/+12
2014-07-03Bluetooth: Add support for background LE scanningJohan Hedberg1-2/+23
2014-07-03Bluetooth: Pass store hint to mgmt_new_conn_paramJohan Hedberg1-2/+6
2014-07-03Bluetooth: Fix missing update of conn paramsJohan Hedberg1-1/+17
2014-07-03Bluetooth: Drop LE connections for blocked devicesJohan Hedberg1-0/+12
2014-07-03Bluetooth: Introduce "New Connection Parameter" EventAndre Guedes1-0/+4
2014-07-03Bluetooth: Connection Parameter Update ProcedureAndre Guedes1-0/+50
2014-07-03Bluetooth: Add flag to track STK encryptionJohan Hedberg1-0/+3
2014-07-03Bluetooth: Add support for Not Connectable flag for Device Found eventsMarcel Holtmann1-8/+32
2014-07-03Bluetooth: Provide flags parameter direct to mgmt_device_foundMarcel Holtmann1-21/+27
2014-07-03Bluetooth: Fix merge of advertising data and scan response dataMarcel Holtmann1-2/+2
2014-07-03Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout)Nick Pelly1-0/+1
2014-07-03Bluetooth: Add tracking of local and piconet clock valuesJohan Hedberg1-0/+39
2014-07-03Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg1-14/+14
2014-07-03Bluetooth: Convert hcon->flush_key to a proper flagJohan Hedberg1-2/+6
2014-07-03Bluetooth: Don't store debug keys if flag for them is not setJohan Hedberg1-7/+11
2014-07-03Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYSJohan Hedberg1-1/+1
2014-07-03Bluetooth: Move mgmt event sending out from hci_add_link_key()Johan Hedberg1-3/+15
2014-07-03Bluetooth: Set default min/max connection interval for LE slavesMarcel Holtmann1-0/+8
2014-07-03Bluetooth: Track LE connection parameter update eventMarcel Holtmann1-0/+27
2014-07-03Bluetooth: Store current LE connection parameters in hci_conn structMarcel Holtmann1-0/+4
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen1-3/+0
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg1-1/+2
2014-07-03Bluetooth: Remove unnecessary SMP STK defineJohan Hedberg1-1/+1
2014-07-03Bluetooth: Use struct delayed_work for HCI command timeoutMarcel Holtmann1-2/+2
2014-06-13Bluetooth: Fix indicating discovery state when canceling inquiryJohan Hedberg1-0/+4
2014-06-13Bluetooth: Add clarifying comment for conn->auth_typeJohan Hedberg1-1/+5
2014-06-13Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg1-2/+5
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-63/+248
2014-06-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-1/+3
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2014-06-02Bluetooth: Fix missing check for FIPS security levelJohan Hedberg1-1/+2
2014-05-31Bluetooth: Fix authentication check for FIPS security levelJohan Hedberg1-0/+1
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-0/+61
2014-05-16Bluetooth: Store max TX power level for connectionAndrzej Kaczmarek1-1/+11
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+6
2014-05-10Bluetooth: Store TX power level for connectionAndrzej Kaczmarek1-0/+28
2014-05-08Bluetooth: Store RSSI for connectionAndrzej Kaczmarek1-0/+23
2014-04-25Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg1-0/+6
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-04-11Bluetooth: Request MITM Protection when initiatorMikel Astiz1-2/+4