index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_event.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-19
Bluetooth: Fix setting conn->pending_sec_level value from link key
Johan Hedberg
1
-7
/
+40
2014-11-18
Bluetooth: Use shorter "rand" name for "randomizer"
Johan Hedberg
1
-10
/
+7
2014-11-15
Bluetooth: Convert LTK list to RCU
Johan Hedberg
1
-2
/
+2
2014-11-11
Bluetooth: Fix mgmt connected notification
Johan Hedberg
1
-1
/
+7
2014-11-07
Bluetooth: Send mgmt_connected only if state is BT_CONFIG
Jaganath Kanakkassery
1
-1
/
+2
2014-11-06
Bluetooth: Sort switch cases by opcode's numeric value
Kuba Pawlak
1
-12
/
+12
2014-11-06
Bluetooth: Clear role switch pending flag
Kuba Pawlak
1
-0
/
+27
2014-11-02
Bluetooth: Print error message for HCI_Hardware_Error event
Marcel Holtmann
1
-0
/
+11
2014-11-02
Bluetooth: Check status of command complete for HCI_Reset
Marcel Holtmann
1
-0
/
+3
2014-10-30
Bluetooth: Clear LE white list when resetting controller
Marcel Holtmann
1
-0
/
+2
2014-10-28
Bluetooth: spelling fixes
Stephen Hemminger
1
-1
/
+1
2014-10-25
Bluetooth: Include ADV_IND report in Device Connected event
Alfonso Acosta
1
-10
/
+22
2014-10-25
Bluetooth: Refactor arguments of mgmt_device_connected
Alfonso Acosta
1
-10
/
+4
2014-09-11
Bluetooth: Expire RPA if encryption fails
Johan Hedberg
1
-0
/
+6
2014-09-11
Bluetooth: Add smp_ltk_sec_level() helper function
Johan Hedberg
1
-4
/
+1
2014-09-09
Bluetooth: Fix mgmt pairing failure when authentication fails
Johan Hedberg
1
-4
/
+2
2014-09-08
Bluetooth: Fix using hci_conn_get() for hci_conn pointers
Johan Hedberg
1
-1
/
+2
2014-09-08
Bluetooth: Optimize connection parameter lookup for LE connections
Johan Hedberg
1
-1
/
+2
2014-09-08
Bluetooth: Set addr_type only when it's needed
Johan Hedberg
1
-5
/
+5
2014-09-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+15
2014-08-20
Bluetooth: Fix hci_conn reference counting for auto-connections
Johan Hedberg
1
-2
/
+15
2014-08-14
Bluetooth: Disable page scan if all whitelisted devices are connected
Johan Hedberg
1
-3
/
+8
2014-07-30
Bluetooth: Always use non-bonding requirement when not bondable
Johan Hedberg
1
-3
/
+8
2014-07-30
Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE
Johan Hedberg
1
-2
/
+2
2014-07-28
Bluetooth: Fix clearing HCI_PSCAN flag
Johan Hedberg
1
-1
/
+1
2014-07-24
Bluetooth: Fix issue with ADV_IND reports and auto-connection handling
Marcel Holtmann
1
-1
/
+26
2014-07-24
Bluetooth: Ignore ADV_DIRECT_IND attempts from unknown devices
Marcel Holtmann
1
-6
/
+0
2014-07-17
Bluetooth: Fix allowing initiating pairing when not pairable
Johan Hedberg
1
-2
/
+7
2014-07-17
Bluetooth: Introduce a flag to track who really initiates authentication
Johan Hedberg
1
-0
/
+5
2014-07-17
Bluetooth: Fix resetting remote authentication requirement after pairing
Johan Hedberg
1
-0
/
+3
2014-07-17
Bluetooth: Don't bother user space without IO capabilities
Johan Hedberg
1
-1
/
+3
2014-07-17
Bluetooth: Fix using uninitialized variable when pairing
Johan Hedberg
1
-1
/
+1
2014-07-16
Bluetooth: Fix always checking the blacklist for incoming connections
Johan Hedberg
1
-12
/
+11
2014-07-16
Bluetooth: Fix trying to initiate connections when acting as LE slave
Johan Hedberg
1
-0
/
+6
2014-07-16
Bluetooth: Add a role parameter to hci_conn_add()
Johan Hedberg
1
-11
/
+6
2014-07-16
Bluetooth: Use explicit role instead of a bool in function parameters
Johan Hedberg
1
-3
/
+2
2014-07-16
Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable
Johan Hedberg
1
-18
/
+9
2014-07-16
Bluetooth: Add proper defines for HCI connection role
Johan Hedberg
1
-1
/
+1
2014-07-15
Bluetooth: Don't try to reject failed LE connections
Johan Hedberg
1
-5
/
+5
2014-07-15
Bluetooth: Remove unnecessary params variable from process_adv_report()
Johan Hedberg
1
-5
/
+2
2014-07-11
Bluetooth: Fix tracking local SSP authentication requirement
Johan Hedberg
1
-9
/
+8
2014-07-11
Bluetooth: Move HCI request internals to net/bluetooth/hci_core.c
Marcel Holtmann
1
-1
/
+1
2014-07-10
Bluetooth: Remove unneeded mgmt_write_scan_failed function
Johan Hedberg
1
-1
/
+0
2014-07-10
Bluetooth: Remove unneeded mgmt_discoverable function
Johan Hedberg
1
-14
/
+5
2014-07-10
Bluetooth: Remove unneeded mgmt_connectable function
Johan Hedberg
1
-5
/
+1
2014-07-09
Bluetooth: Add white list lookup for incoming connection requests
Johan Hedberg
1
-4
/
+12
2014-07-09
Bluetooth: Refactor connection request handling
Johan Hedberg
1
-52
/
+60
2014-07-09
Bluetooth: Unify helpers for bdaddr_list manipulations
Johan Hedberg
1
-6
/
+9
2014-07-08
Bluetooth: Fix clearing HCI_LE_ADV for LE connections
Johan Hedberg
1
-0
/
+5
2014-07-08
Bluetooth: Fix check for re-enabling advertising
Johan Hedberg
1
-1
/
+1
[prev]
[next]