summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)AuthorFilesLines
3 daysstaging: rtl8723bs: fix inverted HT40 secondary channel offsetMinJea Kim1-1/+1
3 daysstaging: rtl8723bs: fix OOB reads in rtw_get_wps_ie()Moksh Panicker1-1/+8
13 daysstaging: rtl8723bs: fix stainfo check in rtw_aes_decryptMaksym Pikhotskyi1-1/+1
2026-07-18staging: rtl8723bs: fix OOB write in HT_caps_handler()Alexandru Hossu1-1/+2
2026-07-18staging: rtl8723bs: fix OOB reads in rtw_get_sec_ie(), rtw_get_wapi_ie(), and...Alexandru Hossu1-0/+15
2026-07-18staging: rtl8723bs: fix OOB reads in is_ap_in_tkip() IE loopAlexandru Hossu1-3/+11
2026-07-18staging: rtl8723bs: fix OOB reads in IE loops in issue_assocreq() and join_cm...Alexandru Hossu1-0/+8
2026-07-18staging: rtl8723bs: fix OOB read in update_beacon_info() IE loopAlexandru Hossu1-1/+5
2026-07-18staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loopAlexandru Hossu1-0/+4
2026-07-18staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth()Alexandru Hossu1-1/+7
2026-07-18staging: rtl8723bs: fix heap buffer overflow in rtw_cfg80211_set_wpa_ie()Alexandru Hossu1-0/+8
2026-07-18staging: rtl8723bs: don't drop short TX frames in _rtw_pktfile_read()Christopher Mackle1-2/+4
2026-05-21staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtractionSalman Alghamdi1-4/+10
2026-05-11staging: rtl8723bs: fix buffer over-read in rtw_update_protectionSalman Alghamdi1-2/+8
2026-05-04staging: rtl8723bs: os_dep: avoid NULL pointer dereference in rtw_cbuf_allocShyam Sunder Reddy Padira1-1/+2
2026-04-19Merge tag 'staging-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds50-980/+698
2026-04-04staging: rtl8723bs: remove redundant & parenthesesSam Daly1-2/+2
2026-03-31staging: rtl8723bs: remove unused RTL8188E antenna selection macrosMashiro Chen1-4/+0
2026-03-31staging: rtl8723bs: remove redundant blank lines in basic_types.hMashiro Chen1-1/+0
2026-03-31staging: rtl8723bs: wrap complex macros with parenthesesMashiro Chen1-6/+6
2026-03-31staging: rtl8723bs: remove unused WRITEEF/READEF byte macrosMashiro Chen1-25/+0
2026-03-31staging: rtl8723bs: rename camelCase variableBhavya Gupta1-6/+6
2026-03-31staging: rtl8723bs: rename variables to snake_caseDavid Holland1-19/+19
2026-03-31staging: rtl8723bs: fix spelling in commentHaoyu Lu1-1/+1
2026-03-31staging: rtl8723bs: cleanup return in sdio_init()Omer El Idrissi2-8/+8
2026-03-31staging: rtl8723bs: use direct returns in sdio_dvobj_init()Omer El Idrissi1-11/+6
2026-03-31staging: rtl8723bs: remove unused arg at odm_interface.hRodrigo Gobbi4-16/+16
2026-03-31staging: rtl8723bs: fix logical continuations in xmit_linux.cSajal Gupta1-6/+3
2026-03-31staging: rtl8723bs: remove custom is_multicast_mac_addr() functionNikolay Kulikov3-7/+2
2026-03-31staging: rtl8723bs: remove custom is_broadcast_mac_addr() functionNikolay Kulikov4-10/+4
2026-03-31staging: rtl8723bs: remove custom is_zero_mac_addr() functionNikolay Kulikov3-8/+2
2026-03-31staging: rtl8723bs: move logical operators to end of previous lineNikolay Kulikov1-5/+3
2026-03-31staging: rtl8723bs: remove dead code in validate_recv_mgnt_frame()Nikolay Kulikov1-1/+0
2026-03-31staging: rtl8723bs: replace deeply nested if-else with switch-caseNikolay Kulikov1-20/+28
2026-03-31staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify()Lin YuChen1-1/+1
2026-03-31staging: rtl8723bs: remove unused function declarationsOskar Ray-Frayssinet1-2/+0
2026-03-31staging: rtl8723bs: refactor rtw_joinbss_event_prehandle to reduce indentationJose A. Perez de Azpillaga1-65/+70
2026-03-31staging: rtl8723bs: remove dead REJOIN codeJose A. Perez de Azpillaga1-26/+2
2026-03-31staging: rtl8723bs: use guard clause for stainfo checkLin YuChen1-49/+47
2026-03-31staging: rtl8723bs: use guard clause for AES checkLin YuChen1-52/+52
2026-03-31staging: rtl8723bs: split multiple assignment in rtw_mgmt_xmitframe_coalesceMarco Antonio Solis Segura1-2/+3
2026-03-31staging: rtl8723bs: Remove dead codeBera Yüzlü1-34/+0
2026-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+14
2026-03-18staging: rtl8723bs: add missing blank lines after declarationsOskar Ray-Frayssinet9-0/+22
2026-03-18staging: rtl8723bs: fix line length warningAndrea Poldi1-1/+2
2026-03-18staging: rtl8723bs: simplify return checks in validate_recv_data_frame()Giacomo Di Clerico1-4/+1
2026-03-18staging: rtl8723bs: Replace msleep() with fsleep()Marcos Andrade1-1/+2
2026-03-18staging: rtl8723bs: Replace network magic numbers with EtherType macrosMarcos Andrade1-2/+3
2026-03-18staging: rtl8723bs: change custom comparing function to strcmp()Bera Yüzlü3-23/+10
2026-03-18staging: rtl8723bs: remove unused global efuse variablesMarcos Andrade2-37/+0