summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep
AgeCommit message (Expand)AuthorLines
2026-05-04staging: rtl8723bs: os_dep: avoid NULL pointer dereference in rtw_cbuf_allocShyam Sunder Reddy Padira-1/+2
2026-04-19Merge tag 'staging-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-57/+38
2026-03-31staging: rtl8723bs: cleanup return in sdio_init()Omer El Idrissi-8/+8
2026-03-31staging: rtl8723bs: use direct returns in sdio_dvobj_init()Omer El Idrissi-11/+6
2026-03-31staging: rtl8723bs: fix logical continuations in xmit_linux.cSajal Gupta-6/+3
2026-03-18staging: rtl8723bs: remove unusual 'NDIS_802_11_MAC_ADDRESS' typeNikolay Kulikov-6/+6
2026-03-09staging: rtl8723bs: Fix spelling mistake in commentTomasz Unger-1/+1
2026-03-09staging: rtl8723bs: use kmemdup() in rtw_cfg80211_set_wpa_ieAlexandru Hossu-3/+1
2026-03-02wifi: cfg80211: support key installation on non-netdev wdevsAvraham Stern-4/+5
2026-03-02wifi: nl80211/cfg80211: support stations of non-netdev interfacesMiri Korenblit-11/+13
2026-02-23staging: rtl8723bs: simplify boolean expressionsKhushal Chitturi-1/+1
2026-02-23staging: rtl8723bs: remove stale commented codeKhushal Chitturi-1/+0
2026-02-23staging: rtl8723bs: rename rt_link_detect_t fields to snake_caseKhushal Chitturi-4/+4
2026-02-23staging: rtl8723bs: rename LinkDetectInfo to link_detect_infoKhushal Chitturi-5/+5
2026-02-23staging: rtl8723bs: Remove unused members in struct rtw_wdev_privEthan Tidmore-6/+0
2026-02-23staging: rtl8723bs: Remove unused structs and helper functionsEthan Tidmore-2/+0
2026-02-23staging: rtl8723bs: remove unnecessary void * casts in ioctl_cfg80211.cSiwanan Bungtong-9/+9
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2026-02-07staging: rtl8723bs: remove unused allocation wrapper functionsMinu Jin-25/+0
2026-02-07staging: rtl8723bs: use standard skb allocation APIsMinu Jin-2/+1
2026-02-07staging: rtl8723bs: replace rtw_zmalloc() with kzalloc()Minu Jin-23/+16
2026-02-07staging: rtl8723bs: introduce kmemdup() where applicableMinu Jin-6/+3
2026-02-07staging: rtl8723bs: remove unused private debug countersEthan Tidmore-48/+12
2026-02-07staging: rtl8723bs: remove thread wraper functions and add IS_ERR() checkSamasth Norway Ananda-2/+14
2026-02-07staging: rtl8723bs: clean up _rtw_pktfile_read()Minu Jin-1/+1
2026-02-07staging: rtl8723bs: update _rtw_pktfile_read() to return error codesMinu Jin-9/+12
2026-01-27staging: rtl8723bs: remove unused variable RFE_TypeEthan Tidmore-1/+0
2026-01-27staging: rtl8723bs: remove unused variable bEn_RFEEthan Tidmore-1/+0
2026-01-27staging: rtl8723bs: remove unused variable TxBBSwing_2GEthan Tidmore-1/+0
2026-01-27staging: rtl8723bs: rename RegPowerBase to reg_power_baseEthan Tidmore-1/+1
2026-01-27staging: rtl8723bs: rename RegEnableTxPowerByRate to reg_enable_tx_power_by_rateEthan Tidmore-1/+1
2026-01-27staging: rtl8723bs: rename RegEnableTxPowerLimit to reg_enable_tx_power_limitEthan Tidmore-1/+1
2026-01-16staging: rtl8723bs: expand multiple assignment into separate statementsNayana Mariyappa-1/+2
2026-01-16staging: rtl8723bs: add blank lines after declarationsNayana Mariyappa-0/+1
2026-01-16staging: rtl8723bs: remove extra blank linesNayana Mariyappa-1/+0
2026-01-16staging: rtl8723bs: fix block comment styleNayana Mariyappa-4/+1
2026-01-16staging: rtl8723bs: fix memory leak on failure pathDiksha Kumari-1/+2
2026-01-16staging: rtl8723bs: remove unnecessary else after breakVo Thanh Cong-16/+16
2026-01-11staging: rtl8723bs: remove unnecessary blank linesOfir Mirovsky-4/+0
2025-12-17staging: rtl8723bs: remove dead code in os_intfs.cAdrish Bora-8/+0
2025-12-17staging: rtl8723bs: fix missing status update on sdio_alloc_irq() failureLiang Jie-1/+2
2025-11-26staging: rtl8723bs: use standard offsetof in cfg80211 operationsNavaneeth K-1/+2
2025-10-13staging: rtl8723bs: Add missing MODULE_DESCRIPTION()Josephine Pfeiffer-0/+2
2025-10-04Merge tag 'staging-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-404/+0
2025-09-06staging: rtl8723bs: remove os_dep/recv_linux.cMichael Straube-12/+0
2025-09-06staging: rtl8723bs: move rtw_os_recv_indicate_pkt to rtw_recv.cMichael Straube-45/+0
2025-09-06staging: rtl8723bs: move rtw_os_alloc_msdu_pkt to rtw_recv.cMichael Straube-40/+0
2025-09-06staging: rtl8723bs: merge rtw_os_recvbuf_resource_free into rtl8723bs_recv.cMichael Straube-7/+0