summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg2014-07-041-1/+1
* Bluetooth: Remove unnecessary usage of hci_pend_le_conn_addJohan Hedberg2014-07-041-1/+3
* Bluetooth: Simplify hci_conn_params->action list usageJohan Hedberg2014-07-041-2/+4
* Bluetooth: Convert pend_le_reports into a listJohan Hedberg2014-07-041-1/+1
* Bluetooth: Fix missing return statement in process_adv_reportJohan Hedberg2014-07-041-0/+1
* Bluetooth: Add identity address check in param lookup functionsJohan Hedberg2014-07-031-4/+0
* Bluetooth: Remove unnecessary checks for auto-connected devicesJohan Hedberg2014-07-031-5/+9
* Bluetooth: Use hci_conn_params in pend_le_connsJohan Hedberg2014-07-031-2/+5
* Bluetooth: Remove redundant IRK lookupJohan Hedberg2014-07-031-17/+7
* Bluetooth: Support scanning for devices using RPAJohan Hedberg2014-07-031-0/+12
* Bluetooth: Add support for background LE scanningJohan Hedberg2014-07-031-2/+23
* Bluetooth: Pass store hint to mgmt_new_conn_paramJohan Hedberg2014-07-031-2/+6
* Bluetooth: Fix missing update of conn paramsJohan Hedberg2014-07-031-1/+17
* Bluetooth: Drop LE connections for blocked devicesJohan Hedberg2014-07-031-0/+12
* Bluetooth: Introduce "New Connection Parameter" EventAndre Guedes2014-07-031-0/+4
* Bluetooth: Connection Parameter Update ProcedureAndre Guedes2014-07-031-0/+50
* Bluetooth: Add flag to track STK encryptionJohan Hedberg2014-07-031-0/+3
* Bluetooth: Add support for Not Connectable flag for Device Found eventsMarcel Holtmann2014-07-031-8/+32
* Bluetooth: Provide flags parameter direct to mgmt_device_foundMarcel Holtmann2014-07-031-21/+27
* Bluetooth: Fix merge of advertising data and scan response dataMarcel Holtmann2014-07-031-2/+2
* Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout)Nick Pelly2014-07-031-0/+1
* Bluetooth: Add tracking of local and piconet clock valuesJohan Hedberg2014-07-031-0/+39
* Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg2014-07-031-14/+14
* Bluetooth: Convert hcon->flush_key to a proper flagJohan Hedberg2014-07-031-2/+6
* Bluetooth: Don't store debug keys if flag for them is not setJohan Hedberg2014-07-031-7/+11
* Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYSJohan Hedberg2014-07-031-1/+1
* Bluetooth: Move mgmt event sending out from hci_add_link_key()Johan Hedberg2014-07-031-3/+15
* Bluetooth: Set default min/max connection interval for LE slavesMarcel Holtmann2014-07-031-0/+8
* Bluetooth: Track LE connection parameter update eventMarcel Holtmann2014-07-031-0/+27
* Bluetooth: Store current LE connection parameters in hci_conn structMarcel Holtmann2014-07-031-0/+4
* Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen2014-07-031-3/+0
* Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg2014-07-031-1/+2
* Bluetooth: Remove unnecessary SMP STK defineJohan Hedberg2014-07-031-1/+1
* Bluetooth: Use struct delayed_work for HCI command timeoutMarcel Holtmann2014-07-031-2/+2
* Bluetooth: Fix indicating discovery state when canceling inquiryJohan Hedberg2014-06-131-0/+4
* Bluetooth: Add clarifying comment for conn->auth_typeJohan Hedberg2014-06-131-1/+5
* Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg2014-06-131-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-63/+248
|\
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-06-051-1/+3
| |\
| | * Bluetooth: Fix missing check for FIPS security levelJohan Hedberg2014-06-021-1/+2
| | * Bluetooth: Fix authentication check for FIPS security levelJohan Hedberg2014-05-301-0/+1
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-05-291-0/+61
| |\|
| | * Bluetooth: Store max TX power level for connectionAndrzej Kaczmarek2014-05-151-1/+11
| | * Bluetooth: Store TX power level for connectionAndrzej Kaczmarek2014-05-091-0/+28
| | * Bluetooth: Store RSSI for connectionAndrzej Kaczmarek2014-05-081-0/+23
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-131-0/+6
| |\ \ | | |/ | |/|
| * | Bluetooth: Request MITM Protection when initiatorMikel Astiz2014-04-111-2/+4
| * | Bluetooth: Use MITM Protection when IO caps allow itTimo Mueller2014-04-111-7/+2
| * | Bluetooth: Refactor code for outgoing dedicated bondingMikel Astiz2014-04-111-6/+8
| * | Bluetooth: Refactor hci_get_auth_req()Mikel Astiz2014-04-111-15/+22