summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Bluetooth: Fix address in unmergeable device found eventsJohan Hedberg2014-03-291-3/+2
| * | Bluetooth: Fix RSSI value in device found event from disabling scanJohan Hedberg2014-03-261-2/+3
| * | Bluetooth: Store also RSSI for pending advertising reportsJohan Hedberg2014-03-261-5/+7
| * | Bluetooth: Don't send device found events for duplicate reportsJohan Hedberg2014-03-261-7/+12
| * | Bluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP togetherJohan Hedberg2014-03-261-2/+101
| * | Bluetooth: Add directed advertising support through connect()Johan Hedberg2014-03-261-2/+17
| * | Bluetooth: Add scan_rsp parameter to mgmt_device_found()Johan Hedberg2014-03-261-5/+5
| * | Bluetooth: Don't send device found events during passive scanningJohan Hedberg2014-03-261-2/+6
| * | Bluetooth: Fix LE responder/initiator address settingJohan Hedberg2014-03-261-12/+14
| * | Bluetooth: Move local identity address setting to a central placeJohan Hedberg2014-03-261-16/+0
| * | Bluetooth: Refactor advertising report processing into its own functionJohan Hedberg2014-03-261-8/+13
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-2/+2
|\ \ \ | |_|/ |/| |
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
| |/
* | Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg2014-04-251-0/+6
|/
* Bluetooth: Add missing cmd_status handler for LE_Start_EncryptionJohan Hedberg2014-03-241-0/+34
* Bluetooth: Track current configured LE scan type parameterMarcel Holtmann2014-03-211-0/+25
* Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg2014-03-191-2/+2
* Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann2014-03-191-0/+12
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-3/+3
* Bluetooth: Fix aborting eSCO connection in case of error 0x20Andrew Earl2014-03-111-0/+1
* Bluetooth: Fix removing Long Term KeyClaudio Takahasi2014-03-051-1/+7
OpenPOWER on IntegriCloud