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
/
rtl8723bs
Age
Commit message (
Expand
)
Author
Lines
9 days
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
9 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-29
/
+29
10 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-66
/
+68
13 days
Merge tag 'staging-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1108
/
+851
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+1
2026-02-07
staging: rtl8723bs: refactor ODM_SetIQCbyRFpath to reduce duplication
Bera Yüzlü
-17
/
+13
2026-02-07
staging: rtl8723bs: rename CamelCase function Set_MSR to set_msr
Tan Kai Zhe
-13
/
+13
2026-02-07
staging: rtl8723bs: remove unnecessary blank lines in rtw_io.c
Tan Kai Zhe
-1
/
+0
2026-02-07
staging: rtl8723bs: remove stale TODO item regarding %pM
Haroen Tmimi
-1
/
+0
2026-02-07
staging: rtl8723bs: remove unused allocation wrapper functions
Minu Jin
-36
/
+0
2026-02-07
staging: rtl8723bs: use standard skb allocation APIs
Minu Jin
-7
/
+5
2026-02-07
staging: rtl8723bs: replace rtw_zmalloc() with kzalloc()
Minu Jin
-103
/
+90
2026-02-07
staging: rtl8723bs: replace rtw_malloc() with kmalloc()
Minu Jin
-16
/
+16
2026-02-07
staging: rtl8723bs: introduce kmemdup() where applicable
Minu Jin
-25
/
+12
2026-02-07
staging: rtl8723bs: fix null dereference in find_network
Ethan Tidmore
-2
/
+4
2026-02-07
staging: rtl8723bs: use unaligned access macros in rtw_security.c
Archit Anant
-27
/
+5
2026-02-07
staging: rtl8723bs: fix potential race in expire_timeout_chk
Minu Jin
-7
/
+9
2026-02-07
staging: rtl8723bs: remove dead debugging code in rtw_mlme_ext.c
Luka Gejak
-9
/
+0
2026-02-07
staging: rtl8723bs: modernize hex output in rtw_report_sec_ie
Luka Gejak
-3
/
+2
2026-02-07
staging: rtl8723bs: fix spacing around operators
Luka Gejak
-15
/
+15
2026-02-07
staging: rtl8723bs: rename u1bTmp to val
Luka Gejak
-22
/
+22
2026-02-07
staging: rtl8723bs: remove unused private debug counters
Ethan Tidmore
-157
/
+15
2026-02-07
staging: rtl8723bs: remove thread wraper functions and add IS_ERR() check
Samasth Norway Ananda
-38
/
+14
2026-02-07
staging: rtl8723bs: fix firmware memory leak on error
Samasth Norway Ananda
-0
/
+2
2026-02-07
staging: rtl8723bs: remove unnecessary parentheses
Siwanan Bungtong
-7
/
+7
2026-02-07
staging: rtl8723bs: remove redundant check on status
Colin Ian King
-7
/
+0
2026-02-07
staging: rtl8723bs: standardize comment style in HAL
Mahad Ibrahim
-43
/
+43
2026-02-07
staging: rtl8723bs: fix line length check
Mahad Ibrahim
-2
/
+6
2026-02-07
staging: rtl8723bs: fix missing blank line after declaration
Mahad Ibrahim
-0
/
+1
2026-02-07
staging: rtl8723bs: fix multiple blank line check
Mahad Ibrahim
-2
/
+0
2026-02-07
staging: rtl8723bs: fix open parenthesis alignment
Mahad Ibrahim
-6
/
+2
2026-02-07
staging: rtl8723bs: constify _action_public_str array
Tanjim Kamal
-1
/
+1
2026-02-07
staging: rtl8723bs: remove unnecessary braces
Louis Lesniak
-3
/
+2
2026-02-07
staging: rtl8723bs: clean up _rtw_pktfile_read()
Minu Jin
-2
/
+2
2026-02-07
staging: rtl8723bs: update _rtw_pktfile_read() to return error codes
Minu Jin
-23
/
+50
2026-01-27
staging: rtl8723bs: remove unused variable RFE_Type
Ethan Tidmore
-2
/
+0
2026-01-27
staging: rtl8723bs: remove unused variable bEn_RFE
Ethan Tidmore
-2
/
+0
2026-01-27
staging: rtl8723bs: remove unused variable AmplifierType_2G
Ethan Tidmore
-1
/
+0
2026-01-27
staging: rtl8723bs: remove unused variable TxBBSwing_2G
Ethan Tidmore
-2
/
+0
2026-01-27
staging: rtl8723bs: rename RegPwrTblSel to reg_pwr_tbl_sel
Ethan Tidmore
-3
/
+3
2026-01-27
staging: rtl8723bs: rename RegPowerBase to reg_power_base
Ethan Tidmore
-3
/
+4
2026-01-27
staging: rtl8723bs: rename RegEnableTxPowerByRate to reg_enable_tx_power_by_rate
Ethan Tidmore
-10
/
+10
2026-01-27
staging: rtl8723bs: rename RegEnableTxPowerLimit to reg_enable_tx_power_limit
Ethan Tidmore
-15
/
+11
2026-01-27
staging: rtl8723bs: remove unnecessary boolean comparisons
Michael Huang
-21
/
+21
2026-01-27
staging: rtl8723bs: use !ptr instead of ptr == NULL
Michael Huang
-2
/
+1
2026-01-27
staging: rtl8723bs: remove unnecessary braces
Michael Huang
-3
/
+2
2026-01-27
staging: rtl8723bs: add missing space around operators
Michael Huang
-7
/
+7
2026-01-27
staging: rtl8723bs: Fix the line length exceeding 100 columns warning in the ...
Michael Huang
-10
/
+30
2026-01-27
staging: rtl8723bs: remove unnecessary new lines
Michael Huang
-11
/
+0
2026-01-27
staging: rtl8723bs: refactor comments to fix the line length warning for exce...
Michael Huang
-3
/
+5
[next]