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
/
drivers
/
staging
/
wfx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-14
staging: align to fix warnings of line over 80 characters
Jules Irenge
18
-195
/
+407
2019-11-11
staging: wfx: replace uintXX_t to uXX and intXX_t to sXX
Jules Irenge
14
-643
/
+649
2019-11-05
staging: wfx: Remove local variable used only in return statement.
Nachammai Karuppiah
1
-4
/
+1
2019-11-05
staging: wfx: replace 1 by true
Jules Irenge
2
-2
/
+2
2019-11-05
staging: wfx: replace 0 by NULL
Jules Irenge
1
-1
/
+1
2019-11-03
staging: wfx: Fix a memory leak in 'wfx_upload_beacon'
Christophe JAILLET
1
-2
/
+1
2019-10-26
staging: wfx: fix warnings of alignment should match open parenthesis
Jules Irenge
3
-8
/
+10
2019-10-26
staging: wfx: correct misspelled words
Jules Irenge
1
-2
/
+2
2019-10-26
staging: wfx: fix warnings of logical continuation
Jules Irenge
1
-7
/
+7
2019-10-26
staging: wfx: fix warning of line over 80 characters
Jules Irenge
6
-49
/
+102
2019-10-26
staging: wfx: fix warnings of no space is necessary
Jules Irenge
6
-24
/
+24
2019-10-26
staging: wfx: fix number of available tx_policies
Jérôme Pouiller
1
-1
/
+1
2019-10-26
staging: wfx: fix setting MAC address from DT
Jérôme Pouiller
1
-1
/
+2
2019-10-26
staging: wfx: fix Oops when CONFIG_OF_NET is not set
Jérôme Pouiller
1
-1
/
+1
2019-10-26
staging: wfx: fix CONFIG_MMC=m with CONFIG_WFX=y
Jérôme Pouiller
1
-0
/
+1
2019-10-26
staging: wfx: relocate wfx_fill_sl_key() in secure_link.h
Jérôme Pouiller
3
-29
/
+10
2019-10-26
staging: wfx: drop module version
Jérôme Pouiller
3
-10
/
+0
2019-10-14
staging: wfx: fix potential vulnerability to spectre
Jérôme Pouiller
1
-0
/
+2
2019-10-14
staging: wfx: fix error handling in wfx_tx_get_raw_link_id()
Jérôme Pouiller
1
-1
/
+2
2019-10-10
staging: wfx: fix spelling mistake "non existant" -> "non-existent"
Colin Ian King
1
-1
/
+1
2019-10-10
staging: wfx: Make some functions static in sta.c
zhengbin
1
-8
/
+8
2019-10-10
staging: wfx: Make function 'wfx_tx_queue_get' static
zhengbin
1
-1
/
+3
2019-10-10
staging: wfx: Make function 'sram_write_dma_safe', 'load_firmware_secure' static
zhengbin
1
-2
/
+3
2019-10-10
staging: wfx: fix swapped arguments in memset call
Colin Ian King
1
-1
/
+1
2019-10-08
staging: wfx: fix spelling mistake "hexdecimal" -> "hexadecimal"
Colin Ian King
2
-2
/
+2
2019-10-08
staging: wfx: avoid namespace contamination
Jérôme Pouiller
3
-19
/
+19
2019-10-08
staging: wfx: drop calls to BUG_ON()
Jérôme Pouiller
8
-28
/
+28
2019-10-08
staging: wfx: fix copy_{to,from}_user() usage
Jérôme Pouiller
1
-3
/
+2
2019-10-08
staging: wfx: correctly cast data on big-endian targets
Jérôme Pouiller
1
-1
/
+1
2019-10-08
staging: wfx: le16_to_cpus() takes a reference as parameter
Jérôme Pouiller
1
-2
/
+2
2019-10-08
staging: wfx: remove misused call to cpu_to_le16()
Jérôme Pouiller
1
-1
/
+1
2019-10-08
staging: wfx: simplify memory allocation in wfx_update_filtering()
Jérôme Pouiller
2
-16
/
+22
2019-10-04
staging: wfx: implement the rest of mac80211 API
Jérôme Pouiller
11
-3
/
+1907
2019-10-04
staging: wfx: implement 802.11 key handling
Jérôme Pouiller
6
-0
/
+306
2019-10-04
staging: wfx: allow to scan networks
Jérôme Pouiller
9
-2
/
+348
2019-10-04
staging: wfx: allow to receive 802.11 frames
Jérôme Pouiller
4
-0
/
+224
2019-10-04
staging: wfx: allow to send 802.11 frames
Jérôme Pouiller
13
-0
/
+1783
2019-10-04
staging: wfx: add debug files and trace debug events
Jérôme Pouiller
4
-0
/
+203
2019-10-04
staging: wfx: setup initial chip configuration
Jérôme Pouiller
6
-0
/
+138
2019-10-04
staging: wfx: introduce "secure link"
Jérôme Pouiller
9
-2
/
+156
2019-10-04
staging: wfx: add HIF commands helpers
Jérôme Pouiller
3
-0
/
+689
2019-10-04
staging: wfx: allow to send commands to chip
Jérôme Pouiller
9
-1
/
+309
2019-10-04
staging: wfx: instantiate mac80211 data
Jérôme Pouiller
7
-2
/
+145
2019-10-04
staging: wfx: add support for start-up indication
Jérôme Pouiller
6
-1
/
+129
2019-10-04
staging: wfx: add tracepoints for HIF
Jérôme Pouiller
2
-0
/
+216
2019-10-04
staging: wfx: add IRQ handling
Jérôme Pouiller
8
-1
/
+345
2019-10-04
staging: wfx: import HIF API headers
Jérôme Pouiller
3
-0
/
+1676
2019-10-04
staging: wfx: load firmware
Jérôme Pouiller
8
-0
/
+450
2019-10-04
staging: wfx: add tracepoints for I/O access
Jérôme Pouiller
4
-1
/
+175
2019-10-04
staging: wfx: add I/O API
Jérôme Pouiller
3
-0
/
+355
[next]