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
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
/
rtlwifi
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-03
staging: rtl8822be: fix wrong dma unmap len
Stanislaw Gruszka
1
-1
/
+1
2017-11-03
staging: rtlwifi: Remove unused variable
Kees Cook
1
-1
/
+0
2017-11-03
Staging: rtlwifi: pci: fixed a coding style issue
Woohyung Jeon
1
-1
/
+1
2017-10-18
staging: r8822be: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2017-10-18
staging: rtlwifi: phydm: Remove useless parentheses
Frank A. Cancio Bello
5
-22
/
+22
2017-10-18
staging: rtlwifi: Remove unnecessary parentheses
Frank A. Cancio Bello
4
-35
/
+35
2017-10-18
rtlwifi: Fix typo in if ... else if ... else construct
Larry Finger
1
-2
/
+2
2017-10-18
staging: rtlwifi: halmac: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2017-10-18
staging: rtlwifi: mark expected switch fall-through in rtl_make_smps_action
Gustavo A. R. Silva
1
-3
/
+1
2017-10-18
staging: rtlwifi: Convert timers to use timer_setup()
Kees Cook
6
-48
/
+15
2017-10-18
staging: rtlwifi: rtl8822be: Align the * in block comment
Frank A. Cancio Bello
1
-3
/
+3
2017-10-18
staging: rtlwifi: rtl8822be: Remove useless parentheses
Frank A. Cancio Bello
4
-17
/
+17
2017-10-18
staging: rtlwifi: rtl8822be: Use __func__ instead of hardcoded name
Frank A. Cancio Bello
1
-3
/
+3
2017-10-18
staging: rtlwifi: rtl8822be: Balance braces in else statement
Frank A. Cancio Bello
2
-2
/
+4
2017-10-18
staging: rtl8822be: Keep array subscript no lower than zero
Larry Finger
1
-0
/
+2
2017-10-09
Merge 4.14-rc4 into staging-next
Greg Kroah-Hartman
2
-8
/
+9
2017-10-03
staging: rtlwifi: pr_err() strings should end with newlines
Arvind Yadav
2
-5
/
+5
2017-10-03
staging: rtlwifi: make various structures static
Colin Ian King
1
-16
/
+16
2017-10-03
staging: rtlwifi: silence underflow warning
Dan Carpenter
1
-1
/
+2
2017-10-03
staging: rtlwifi: use ARRAY_SIZE
Jérémy Lefaure
4
-18
/
+13
2017-09-22
Staging: rtlwifi: halmac: Remove unnecessary 'out of memory' messages
Georgiana Chelu
1
-33
/
+11
2017-09-18
staging: r8822be: fix null pointer dereferences with a null driver_adapter
Colin Ian King
2
-8
/
+9
2017-09-17
Staging: rtlwifi: Remove unnecessary 'out of memory' message.
Shreeya Patel
1
-3
/
+1
2017-09-17
staging: rtlwifi: remove unused functions
Tobin C. Harding
2
-41
/
+0
2017-09-17
staging: rtlwifi: use kcalloc instead of multiply
Tobin C. Harding
1
-3
/
+2
2017-09-17
staging: rtlwifi: fix parenthesis alignment
Tobin C. Harding
1
-3
/
+3
2017-08-31
staging: r8822be: Simplify deinit_priv()
Larry Finger
1
-7
/
+1
2017-08-31
staging: r8822be: Remove some dead code
Larry Finger
1
-20
/
+0
2017-08-29
staging: rtlwifi: remove memset before memcpy
Himanshu Jha
1
-1
/
+0
2017-08-28
staging: r8822be: remove some dead code
Dan Carpenter
1
-7
/
+0
2017-08-28
staging: r8822be: fix null pointer dereference with a null driver_adapter
Colin Ian King
1
-2
/
+1
2017-08-28
staging: r8822be: fix memory leak of eeprom_map on error exit return
Colin Ian King
1
-1
/
+3
2017-08-28
staging: rtlwifi: Improve debugging by using debugfs
Larry Finger
1
-91
/
+135
2017-08-28
staging: rtlwifi: check for array overflow
Dan Carpenter
1
-0
/
+4
2017-08-27
staging: r8822be: remove unnecessary call to memset
Himanshu Jha
2
-7
/
+0
2017-08-24
staging: rtlwifi: add MAC80211 dependency
Arnd Bergmann
1
-1
/
+1
2017-08-24
staging: rtlwifi: simplify logical operation
Arnd Bergmann
1
-3
/
+1
2017-08-24
staging: rtlwifi: shut up -Wmaybe-uninitialized warning
Arnd Bergmann
1
-10
/
+7
2017-08-23
staging: r8822be: fix a couple of spelling mistakes
Colin Ian King
2
-9
/
+9
2017-08-23
staging: rtlwifi: fix multiple build errors
Randy Dunlap
1
-1
/
+1
2017-08-20
staging: rtlwifi: Reviewers fixes
Larry Finger
4
-21
/
+17
2017-08-20
staging: r8822be: Add Makefiles and Kconfig for new driver
Larry Finger
7
-246
/
+134
2017-08-20
staging: r8822be: Add the driver code
Ping-Ke Shih
14
-0
/
+9647
2017-08-20
staging: r8822be: Add phydm mini driver
Ping-Ke Shih
76
-0
/
+33395
2017-08-20
staging: r8822be: Add code for halmac sub-driver
Ping-Ke Shih
54
-0
/
+51508
2017-08-20
staging: r8822be: Add r8822be btcoexist routines to staging
Ping-Ke Shih
6
-0
/
+11513
2017-08-20
staging: r8822be: Copy existing btcoexist code into staging
Larry Finger
5
-0
/
+3602
2017-08-20
staging: r8822be: Add existing rtlwifi and rtl_pci parts for new driver
Ping-Ke Shih
22
-0
/
+16379