summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)AuthorFilesLines
2026-03-19staging: rtl8723bs: fix potential out-of-bounds read in rtw_restruct_wmm_ieLuka Gejak1-1/+4
2026-03-19staging: rtl8723bs: properly validate the data in rtw_get_ie_ex()Greg Kroah-Hartman1-5/+10
2026-03-04staging: rtl8723bs: fix null dereference in find_networkEthan Tidmore1-2/+4
2026-03-04staging: rtl8723bs: fix memory leak on failure pathDiksha Kumari1-1/+2
2026-03-04staging: rtl8723bs: fix missing status update on sdio_alloc_irq() failureLiang Jie1-1/+2
2025-12-12staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE parsingNavaneeth K1-3/+5
2025-12-12staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsingNavaneeth K1-1/+4
2025-12-12staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie() parserNavaneeth K1-6/+8
2025-10-05Merge tag 'staging-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds31-1380/+589
2025-09-17staging: rtl8723bs: xmit: rephrase comment and drop extra spaceAkiyoshi Kurita1-1/+1
2025-09-14staging: rtl8723bs: hal: put return type and function name on one lineAkiyoshi Kurita1-4/+1
2025-09-12staging: rtl8723bs: fix typo in commentAkiyoshi Kurita1-1/+1
2025-09-12staging: rtl8723bs: rtw_efuse.h: simplify copyright bannerAkiyoshi Kurita1-5/+2
2025-09-12staging: rtl8723bs: remove unused tablesMichael Straube2-158/+0
2025-09-06staging: rtl8723bs: Hal_EfuseParseAntennaDiversity_8723B is emptyMichael Straube3-11/+0
2025-09-06staging: rtl8723bs: remove REG_EFUSE_ACCESS_8723 and EFUSE_ACCESS_ON_8723Michael Straube1-8/+1
2025-09-06staging: rtl8723bs: remove bWrite from Hal_EfusePowerSwitchMichael Straube3-25/+6
2025-09-06staging: rtl8723bs: remove wrapper Efuse_PowerSwitchMichael Straube3-33/+4
2025-09-06staging: rtl8723bs: fix fortify warnings by using struct_groupyingche2-2/+2
2025-09-06staging: rtl8723bs: remove include/recv_osdep.hMichael Straube3-22/+4
2025-09-06staging: rtl8723bs: remove os_dep/recv_linux.cMichael Straube2-13/+0
2025-09-06staging: rtl8723bs: rename rtw_os_recv_indicate_pktMichael Straube1-3/+3
2025-09-06staging: rtl8723bs: move rtw_os_recv_indicate_pkt to rtw_recv.cMichael Straube3-47/+47
2025-09-06staging: rtl8723bs: rename rtw_os_alloc_msdu_pktMichael Straube1-2/+2
2025-09-06staging: rtl8723bs: move rtw_os_alloc_msdu_pkt to rtw_recv.cMichael Straube3-41/+40
2025-09-06staging: rtl8723bs: merge rtw_os_recvbuf_resource_free into rtl8723bs_recv.cMichael Straube3-11/+4
2025-09-06staging: rtl8723bs: merge rtw_os_recv_resource_free into rtw_recv.cMichael Straube3-22/+12
2025-09-06staging: rtl8723bs: merge rtw_os_recv_resource_alloc into rtw_recv.cMichael Straube3-8/+2
2025-09-06staging: rtl8723bs: merge rtw_os_free_recvframe into rtw_recv.cMichael Straube3-15/+4
2025-09-06staging: rtl8723bs: move rtw_handle_tkip_mic_err to rtw_recv.cMichael Straube3-46/+44
2025-09-06staging: rtl8723bs: move rtw_recv_indicatepkt to rtw_recv.cMichael Straube3-38/+37
2025-09-06staging: rtl8723bs: remove wrapper rtw_init_recv_timerMichael Straube3-11/+3
2025-09-06staging: rtl8723bs: remove efuse_OneByteWriteMichael Straube2-49/+0
2025-09-06staging: rtl8723bs: remove bPseudoTest from efuse_OneByteReadMichael Straube3-27/+11
2025-09-06staging: rtl8723bs: clean up variable initializationsMichael Straube1-4/+2
2025-09-06staging: rtl8723bs: remove bPseudoTest from hal_EfuseSwitchToBankMichael Straube1-38/+24
2025-09-06staging: rtl8723bs: remove Hal_EfuseGetCurrentSizeMichael Straube2-185/+0
2025-09-06staging: rtl8723bs: remove bPseudoTest from Hal_GetEfuseDefinitionMichael Straube3-11/+10
2025-09-06staging: rtl8723bs: remove wrapper EFUSE_GetEfuseDefinitionMichael Straube3-21/+8
2025-09-06staging: rtl8723bs: remove bPseudoTest from hal_ReadEFuse_BTMichael Straube1-25/+13
2025-09-06staging: rtl8723bs: remove bPseudoTest from hal_ReadEFuse_WiFiMichael Straube1-23/+11
2025-09-06staging: rtl8723bs: remove bPseudoTest from Hal_ReadEFuseMichael Straube3-6/+5
2025-09-06staging: rtl8723bs: remove wrapper efuse_ReadEFuseMichael Straube1-41/+1
2025-09-06staging: rtl8723bs: remove bPseudoTest from Efuse_ReadAllMapMichael Straube1-4/+4
2025-09-06staging: rtl8723bs: make Efuse_ReadAllMap staticMichael Straube1-7/+1
2025-09-06staging: rtl8723bs: remove bPseudoTest from EFUSE_ShadowMapUpdateMichael Straube3-6/+6
2025-09-04wifi: drivers: indicate support for attributes in NL80211_CMD_SET_BSSArend van Spriel1-8/+0
2025-08-19staging: rtl8723bs: fix coding style issues in core/rtw_mlme.cNino Zhang1-27/+2
2025-08-13staging: rtl8723bs: remove unnecessary forward declarationsMichael Straube1-30/+0
2025-08-13staging: rtl8723bs: use crypto_xor_cpyMichael Straube1-29/+17