summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs/os_dep
AgeCommit message (Expand)Author
14 daysstaging: rtl8723bs: fix heap buffer overflow in rtw_cfg80211_set_wpa_ie()Alexandru Hossu
14 daysstaging: rtl8723bs: don't drop short TX frames in _rtw_pktfile_read()Christopher Mackle
2026-05-11Merge tag 'v7.1-rc3' into staging-nextGreg Kroah-Hartman
2026-05-04staging: rtl8723bs: wrap lines exceeding 100 charactersAndrei Khomenkov
2026-05-04staging: rtl8723bs: move logical operators to previous lineAndrei Khomenkov
2026-05-04staging: rtl8723bs: os_dep: simplify boolean comparisonsAndrei Khomenkov
2026-05-04staging: rtl8723bs: rename DisableInterrupt8723BSdio() to snake_caseNikolay Kulikov
2026-05-04staging: rtl8723bs: remove wrapper rtw_hal_disable_interrupt()Nikolay Kulikov
2026-05-04staging: rtl8723bs: rtw_btcoex_HaltNotify() -> rtw_btcoex_halt_notify()Linus Probert
2026-05-04staging: rtl8723bs: replace NULL comparison with NOT operatorMiguel Cyrineu Vale
2026-05-04staging: rtl8723bs: os_dep: avoid NULL pointer dereference in rtw_cbuf_allocShyam Sunder Reddy Padira
2026-04-27staging: rtl8723bs: os_dep: remove redundant else in rtw_dev_unloadShyam Sunder Reddy Padira
2026-04-27staging: rtl8723bs: os_dep: remove unnecessary braces for single statementShyam Sunder Reddy Padira
2026-04-27staging: rtl8723bs: rename EnableInterrupt8723BSdio() to snake_caseNikolay Kulikov
2026-04-27staging: rtl8723bs: rename ReadAdapterInfo8723BS() to snake_caseNikolay Kulikov
2026-04-27staging: rtl8723bs: remove wrapper rtw_hal_enable_interrupt()Nikolay Kulikov
2026-04-27staging: rtl8723bs: remove wrapper rtw_hal_dm_init()Nikolay Kulikov
2026-04-27staging: rtl8723bs: remove wrapper rtw_hal_free_data()Nikolay Kulikov
2026-04-27staging: rtl8723bs: remove wrapper rtw_hal_def_value_init()Nikolay Kulikov
2026-04-27staging: rtl8723bs: remove wrapper rtw_hal_read_chip_version()Nikolay Kulikov
2026-04-27staging: rtl8723bs: remove wrapper rtw_hal_read_chip_info()Nikolay Kulikov
2026-04-27staging: rtl8723bs: remove wrapper rtw_hal_chip_configure()Nikolay Kulikov
2026-04-27staging: rtl8723bs: remove unused struct rtw_regulatoryKenet Jovan Sokoli
2026-04-27staging: rtl8723bs: remove the rtw_warn_on() macroNikolay Kulikov
2026-04-27staging: rtl8723bs: convert _rtw_init_xmit_priv to return errnoHungyu Lin
2026-04-27staging: rtl8723bs: move rtw_os_xmit_resource_alloc to rtw_xmit.cHungyu Lin
2026-04-27staging: rtl8723bs: remove unnecessary parentheses in os_intfs.cHungyu Lin
2026-04-19Merge tag 'staging-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-31staging: rtl8723bs: cleanup return in sdio_init()Omer El Idrissi
2026-03-31staging: rtl8723bs: use direct returns in sdio_dvobj_init()Omer El Idrissi
2026-03-31staging: rtl8723bs: fix logical continuations in xmit_linux.cSajal Gupta
2026-03-18staging: rtl8723bs: remove unusual 'NDIS_802_11_MAC_ADDRESS' typeNikolay Kulikov
2026-03-09staging: rtl8723bs: Fix spelling mistake in commentTomasz Unger
2026-03-09staging: rtl8723bs: use kmemdup() in rtw_cfg80211_set_wpa_ieAlexandru Hossu
2026-03-02wifi: cfg80211: support key installation on non-netdev wdevsAvraham Stern
2026-03-02wifi: nl80211/cfg80211: support stations of non-netdev interfacesMiri Korenblit
2026-02-23staging: rtl8723bs: simplify boolean expressionsKhushal Chitturi
2026-02-23staging: rtl8723bs: remove stale commented codeKhushal Chitturi
2026-02-23staging: rtl8723bs: rename rt_link_detect_t fields to snake_caseKhushal Chitturi
2026-02-23staging: rtl8723bs: rename LinkDetectInfo to link_detect_infoKhushal Chitturi
2026-02-23staging: rtl8723bs: Remove unused members in struct rtw_wdev_privEthan Tidmore
2026-02-23staging: rtl8723bs: Remove unused structs and helper functionsEthan Tidmore
2026-02-23staging: rtl8723bs: remove unnecessary void * casts in ioctl_cfg80211.cSiwanan Bungtong
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-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: introduce kmemdup() where applicableMinu Jin