index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8723bs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-26
staging: rtl8723bs: remove a couple of redundant initializations
Colin Ian King
2
-2
/
+2
2018-01-25
Staging: rtl8723bs: Use !x instead of NULL comparison
Shreeya Patel
1
-8
/
+8
2018-01-25
Staging: rtl8723bs: Remove dead code
Shreeya Patel
1
-15
/
+0
2018-01-25
Staging: rtl8723bs: Change names to conform to the kernel code
Shreeya Patel
1
-357
/
+357
2018-01-22
staging: rtl8723bs: hal_com_phycfg: Remove unneeded semicolons
Christopher Díaz Riveros
1
-9
/
+7
2018-01-10
staging: rtl8723bs: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-10
staging: rtl8723bs: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-09
staging: rtl8723bs: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2017-12-21
Staging: rtl8723bs: Do not check for NOT NULL before kfree()
Shreeya Patel
1
-3
/
+1
2017-12-19
Staging: rtl8723bs: Replace true with x and false with !x
Shreeya Patel
1
-16
/
+14
2017-12-13
Staging: rtl8723bs: Merge assignment with return
Shreeya Patel
1
-35
/
+18
2017-11-13
Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
42
-536
/
+478
2017-11-03
staging: rtl8723bs: Convert timers to use timer_setup()
Kees Cook
13
-74
/
+69
2017-11-03
staging: rtl8723bs: remove unused variables
Arnd Bergmann
1
-4
/
+0
2017-11-03
staging: rtl8723bs: Fix space before '[' error.
Arvind Yadav
1
-3
/
+3
2017-11-03
staging: rtl8723bs: Fix checkpatch.pl error
Sidong Yang
1
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
5
-0
/
+5
2017-10-18
staging: rtl8723bs: hide "nolinked power save" info when not debugging
Icenowy Zheng
1
-2
/
+2
2017-10-18
staging: rtl8723bs: rtw_mlme_ext: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2017-10-18
staging: rtl8723bs: Fix typos in printk
Masanari Iida
2
-2
/
+2
2017-10-18
staging: rtl8723bs: remove implicit int->bool conversions
Aishwarya Pant
1
-4
/
+9
2017-10-18
staging: rtl8723bs: remove useless variable rtw_AcceptAddbaReq
Aastha Gupta
2
-3
/
+2
2017-10-18
staging: rtl8723bs: rename camelcase bAcceptAddbaReq
Aastha Gupta
7
-11
/
+13
2017-10-18
staging: rtl8723bs: convert type to bool
Aastha Gupta
2
-2
/
+2
2017-10-18
staging: rtl8723bs: Change type to bool
Aastha Gupta
1
-4
/
+4
2017-10-18
staging: rtl8723bs: remove unused variables
Aastha Gupta
1
-4
/
+0
2017-10-18
staging: rtl8723bs: remove ternary operators in assignmet statments
Aastha Gupta
6
-13
/
+11
2017-10-18
staging: rtl8723bs: Add space after ','
Harsha Sharma
1
-6
/
+6
2017-10-18
Staging: rtl8723bs: core: rtw_cmd: Remove cast to pointer types in kfree
Srishti Sharma
1
-30
/
+30
2017-10-09
Merge 4.14-rc4 into staging-next
Greg Kroah-Hartman
2
-2
/
+3
2017-10-03
staging: rtl8723bs: use ARRAY_SIZE
Jérémy Lefaure
8
-48
/
+68
2017-10-03
Staging: rtl8723bs: Remove unnecessary comments
Shreeya Patel
5
-15
/
+0
2017-09-26
Staging: rtl8723bs: core: Remove boolean comparison
Georgiana Chelu
1
-32
/
+32
2017-09-22
staging: rtl8723bs: avoid null pointer dereference on pmlmepriv
Colin Ian King
1
-2
/
+1
2017-09-22
staging: rtl8723bs: add missing range check on id
Colin Ian King
1
-0
/
+2
2017-09-18
Staging: rtl8723bs/os_dep: Remove typecast in kfree
Meghana Madhyastha
1
-1
/
+1
2017-09-18
staging: rtl8723bs: Merge assignment with return
Harsha Sharma
1
-16
/
+4
2017-09-17
staging: rtl8723bs: Change coding style to (foo *bar)
Harsha Sharma
1
-4
/
+4
2017-09-17
staging: rtl8723bs: Remove unnecessary spaces
Harsha Sharma
1
-15
/
+15
2017-09-17
staging: rtl8723bs: Remove unnecessary blank lines
Harsha Sharma
1
-9
/
+0
2017-09-17
staging: rtl8723bs: Remove unneccesary braces and change position of open brace
Harsha Sharma
1
-44
/
+19
2017-09-17
staging: rtl8723bs: Add space between concatenated strings
Harsha Sharma
1
-25
/
+25
2017-09-17
staging: rtl8723bs: Remove unnecessary spaces at the start of line
Harsha Sharma
1
-1
/
+1
2017-09-17
staging: rtl8723bs: Add spaces around '?', '==', '||', '!='
Harsha Sharma
1
-6
/
+6
2017-09-17
staging: rtl8723bs: Add spaces around '+', '|', '*'
Harsha Sharma
1
-6
/
+6
2017-09-17
staging: rtl8723bs: Add spaces around '='
Harsha Sharma
1
-10
/
+10
2017-09-17
staging: rtl8723bs: Do not initialise statics to 0
Harsha Sharma
1
-24
/
+24
2017-09-17
staging: rtl8723bs: Remove unnecessary rtw_z?malloc casts
Joe Perches
13
-97
/
+94
2017-09-17
staging: rtl8723bs: convert private allocation functions to return void *
Joe Perches
2
-12
/
+7
2017-09-17
staging: rtl8723bs: Convert LIST_CONTAINOR to use kernel container_of
Joe Perches
3
-9
/
+9
[next]