summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)Author
2026-02-24staging: rtl8723bs: fix potential out-of-bounds read in rtw_restruct_wmm_ieLuka Gejak
2026-02-23staging: rtl8723bs: properly validate the data in rtw_get_ie_ex()Greg Kroah-Hartman
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'staging-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-07staging: rtl8723bs: refactor ODM_SetIQCbyRFpath to reduce duplicationBera Yüzlü
2026-02-07staging: rtl8723bs: rename CamelCase function Set_MSR to set_msrTan Kai Zhe
2026-02-07staging: rtl8723bs: remove unnecessary blank lines in rtw_io.cTan Kai Zhe
2026-02-07staging: rtl8723bs: remove stale TODO item regarding %pMHaroen Tmimi
2026-02-07staging: rtl8723bs: remove unused allocation wrapper functionsMinu Jin
2026-02-07staging: rtl8723bs: use standard skb allocation APIsMinu Jin
2026-02-07staging: rtl8723bs: replace rtw_zmalloc() with kzalloc()Minu Jin
2026-02-07staging: rtl8723bs: replace rtw_malloc() with kmalloc()Minu Jin
2026-02-07staging: rtl8723bs: introduce kmemdup() where applicableMinu Jin
2026-02-07staging: rtl8723bs: fix null dereference in find_networkEthan Tidmore
2026-02-07staging: rtl8723bs: use unaligned access macros in rtw_security.cArchit Anant
2026-02-07staging: rtl8723bs: fix potential race in expire_timeout_chkMinu Jin
2026-02-07staging: rtl8723bs: remove dead debugging code in rtw_mlme_ext.cLuka Gejak
2026-02-07staging: rtl8723bs: modernize hex output in rtw_report_sec_ieLuka Gejak
2026-02-07staging: rtl8723bs: fix spacing around operatorsLuka Gejak
2026-02-07staging: rtl8723bs: rename u1bTmp to valLuka Gejak
2026-02-07staging: rtl8723bs: remove unused private debug countersEthan Tidmore
2026-02-07staging: rtl8723bs: remove thread wraper functions and add IS_ERR() checkSamasth Norway Ananda
2026-02-07staging: rtl8723bs: fix firmware memory leak on errorSamasth Norway Ananda
2026-02-07staging: rtl8723bs: remove unnecessary parenthesesSiwanan Bungtong
2026-02-07staging: rtl8723bs: remove redundant check on statusColin Ian King
2026-02-07staging: rtl8723bs: standardize comment style in HALMahad Ibrahim
2026-02-07staging: rtl8723bs: fix line length checkMahad Ibrahim
2026-02-07staging: rtl8723bs: fix missing blank line after declarationMahad Ibrahim
2026-02-07staging: rtl8723bs: fix multiple blank line checkMahad Ibrahim
2026-02-07staging: rtl8723bs: fix open parenthesis alignmentMahad Ibrahim
2026-02-07staging: rtl8723bs: constify _action_public_str arrayTanjim Kamal
2026-02-07staging: rtl8723bs: remove unnecessary bracesLouis Lesniak
2026-02-07staging: rtl8723bs: clean up _rtw_pktfile_read()Minu Jin
2026-02-07staging: rtl8723bs: update _rtw_pktfile_read() to return error codesMinu Jin
2026-01-27staging: rtl8723bs: remove unused variable RFE_TypeEthan Tidmore
2026-01-27staging: rtl8723bs: remove unused variable bEn_RFEEthan Tidmore
2026-01-27staging: rtl8723bs: remove unused variable AmplifierType_2GEthan Tidmore
2026-01-27staging: rtl8723bs: remove unused variable TxBBSwing_2GEthan Tidmore
2026-01-27staging: rtl8723bs: rename RegPwrTblSel to reg_pwr_tbl_selEthan Tidmore
2026-01-27staging: rtl8723bs: rename RegPowerBase to reg_power_baseEthan Tidmore
2026-01-27staging: rtl8723bs: rename RegEnableTxPowerByRate to reg_enable_tx_power_by_rateEthan Tidmore
2026-01-27staging: rtl8723bs: rename RegEnableTxPowerLimit to reg_enable_tx_power_limitEthan Tidmore
2026-01-27staging: rtl8723bs: remove unnecessary boolean comparisonsMichael Huang
2026-01-27staging: rtl8723bs: use !ptr instead of ptr == NULLMichael Huang
2026-01-27staging: rtl8723bs: remove unnecessary bracesMichael Huang
2026-01-27staging: rtl8723bs: add missing space around operatorsMichael Huang
2026-01-27staging: rtl8723bs: Fix the line length exceeding 100 columns warning in the ...Michael Huang