index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtlwifi
Age
Commit message (
Expand
)
Author
Lines
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
-2
/
+2
2018-06-01
staging: rtlwifi: don't check the return value of debugfs_create_file
Greg Kroah-Hartman
-6
/
+3
2018-05-31
staging: rtlwifi: use single_open and single_release properly
Tiezhu Yang
-4
/
+6
2018-05-25
staging: rtlwifi: fix spelling mistake: "Platfoem" -> "Platform"
Colin Ian King
-1
/
+1
2018-05-11
staging: rtlwifi: fix spelling mistake: "traking" -> "tracking"
Colin Ian King
-1
/
+1
2018-05-06
staging: r8822be: fix typo in variable name "offest" -> "offset"
Colin Ian King
-17
/
+17
2018-05-06
staging: rtlwifi: Replace license boilerplate with SPDX identifiers
Nathan Chancellor
-2124
/
+177
2018-04-05
headers: untangle kmemleak.h from mm.h
Randy Dunlap
-1
/
+0
2018-03-29
staging: r8822be: fix typos in header guard macros
Colin Ian King
-2
/
+2
2018-03-06
staging: rtlwifi: Remove nonessential semicolon
Arushi Singhal
-4
/
+3
2018-03-06
staging: rtlwifi: remove unneeded semicolon
Santha Meena Ramamoorthy
-2
/
+2
2018-03-06
staging: rtlwifi: remove condition where it has no effect
Santha Meena Ramamoorthy
-6
/
+2
2018-02-16
staging: rtlwifi: add identifier names to function definition arguments
Erik Liodden
-14
/
+15
2018-02-01
Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
-1
/
+1
2018-01-26
staging: rtlwifi: remove redundant initialization of 'cfg_cmd'
Colin Ian King
-1
/
+1
2018-01-25
staging: rtlwifi: remove unused RTLHALMAC_ST and RTLPHYDM_ST
Corentin Labbe
-10
/
+0
2018-01-22
kconfig: use bool instead of boolean for type definition attributes, again
Masahiro Yamada
-1
/
+1
2018-01-08
Staging: rtlwifi: Remove unused variable and the code
Shreeya Patel
-19
/
+1
2017-11-28
staging: rtl8822be: fix missing null check on dev_alloc_skb return
Colin Ian King
-0
/
+2
2017-11-27
staging: rtlwifi: rtlwifi: use ktime_get_real_seconds() for suspend time
Arnd Bergmann
-7
/
+3
2017-11-27
staging: rtlwifi: remove redundant assignments to ul_enc_algo
Colin Ian King
-2
/
+2
2017-11-03
staging: rtl8822be: fix wrong dma unmap len
Stanislaw Gruszka
-1
/
+1
2017-11-03
staging: rtlwifi: Remove unused variable
Kees Cook
-1
/
+0
2017-11-03
Staging: rtlwifi: pci: fixed a coding style issue
Woohyung Jeon
-1
/
+1
2017-10-18
staging: r8822be: mark expected switch fall-throughs
Gustavo A. R. Silva
-0
/
+2
2017-10-18
staging: rtlwifi: phydm: Remove useless parentheses
Frank A. Cancio Bello
-22
/
+22
2017-10-18
staging: rtlwifi: Remove unnecessary parentheses
Frank A. Cancio Bello
-35
/
+35
2017-10-18
rtlwifi: Fix typo in if ... else if ... else construct
Larry Finger
-2
/
+2
2017-10-18
staging: rtlwifi: halmac: mark expected switch fall-through
Gustavo A. R. Silva
-1
/
+1
2017-10-18
staging: rtlwifi: mark expected switch fall-through in rtl_make_smps_action
Gustavo A. R. Silva
-3
/
+1
2017-10-18
staging: rtlwifi: Convert timers to use timer_setup()
Kees Cook
-48
/
+15
2017-10-18
staging: rtlwifi: rtl8822be: Align the * in block comment
Frank A. Cancio Bello
-3
/
+3
2017-10-18
staging: rtlwifi: rtl8822be: Remove useless parentheses
Frank A. Cancio Bello
-17
/
+17
2017-10-18
staging: rtlwifi: rtl8822be: Use __func__ instead of hardcoded name
Frank A. Cancio Bello
-3
/
+3
2017-10-18
staging: rtlwifi: rtl8822be: Balance braces in else statement
Frank A. Cancio Bello
-2
/
+4
2017-10-18
staging: rtl8822be: Keep array subscript no lower than zero
Larry Finger
-0
/
+2
2017-10-09
Merge 4.14-rc4 into staging-next
Greg Kroah-Hartman
-8
/
+9
2017-10-03
staging: rtlwifi: pr_err() strings should end with newlines
Arvind Yadav
-5
/
+5
2017-10-03
staging: rtlwifi: make various structures static
Colin Ian King
-16
/
+16
2017-10-03
staging: rtlwifi: silence underflow warning
Dan Carpenter
-1
/
+2
2017-10-03
staging: rtlwifi: use ARRAY_SIZE
Jérémy Lefaure
-18
/
+13
2017-09-22
Staging: rtlwifi: halmac: Remove unnecessary 'out of memory' messages
Georgiana Chelu
-33
/
+11
2017-09-18
staging: r8822be: fix null pointer dereferences with a null driver_adapter
Colin Ian King
-8
/
+9
2017-09-17
Staging: rtlwifi: Remove unnecessary 'out of memory' message.
Shreeya Patel
-3
/
+1
2017-09-17
staging: rtlwifi: remove unused functions
Tobin C. Harding
-41
/
+0
2017-09-17
staging: rtlwifi: use kcalloc instead of multiply
Tobin C. Harding
-3
/
+2
2017-09-17
staging: rtlwifi: fix parenthesis alignment
Tobin C. Harding
-3
/
+3
2017-08-31
staging: r8822be: Simplify deinit_priv()
Larry Finger
-7
/
+1
2017-08-31
staging: r8822be: Remove some dead code
Larry Finger
-20
/
+0
2017-08-29
staging: rtlwifi: remove memset before memcpy
Himanshu Jha
-1
/
+0
[next]