aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/realtek/rtw88
AgeCommit message (Expand)AuthorFilesLines
2026-07-30wifi: rtw88: Fix potential memory leak in rtw_txq_push_skb()Abdun Nihaal1-0/+1
2026-07-24wifi: rtw88: disable ASPM and deep PS on ASUS TUF Gaming A15 FA506IIMihail Dimoski1-0/+10
2026-07-03wifi: rtw88: Enable receiving control frames in monitor modeBitterblue Smith (S.E.A. Datentechnik GmbH)10-12/+33
2026-07-03wifi: rtw88: pci: fix resource leak on failed NAPI setupDawei Feng1-1/+3
2026-07-03wifi: rtw88: 8822c: replace msleep() with fsleep() for DPK delaysChen Jung Ku1-2/+2
2026-07-03wifi: rtw88: 8822b: Don't process RF path C in query_phy_status_page1Bitterblue Smith1-1/+1
2026-07-03wifi: rtw88: 8822c: Don't process RF path C in query_phy_status_page{0,1}Bitterblue Smith1-2/+2
2026-05-27wifi: rtw88: Add more validation for the RX descriptorBitterblue Smith5-23/+47
2026-05-25wifi: rtw88: usb: fix memory leaks on USB write failuresLuka Gejak1-2/+11
2026-05-25wifi: rtw88: increase TX report timeout to fix race conditionLuka Gejak1-1/+6
2026-05-13wifi: rtw88: remove rtw_txq_dequeueMartin Kaiser1-15/+3
2026-04-29wifi: rtw88: fix OOB read from firmware RX descriptor exceeding DMA bufferTristan Madani1-0/+5
2026-04-29wifi: rtw88: Add NULL check for chip->edcca_th in rtw_fw_adaptivity_result()Panagiotis Petrakopoulos1-0/+3
2026-04-29wifi: rtw88: fix wrong pci_get_drvdata type in AER handlersChin-Yen Lee1-4/+4
2026-04-02wifi: rtw88: Fill fw_version member of struct wiphyBitterblue Smith1-0/+6
2026-03-30wifi: rtw88: coex: Ignore BT info byte 5 from RTL8821ABitterblue Smith1-0/+3
2026-03-30wifi: rtw88: validate RX rate to prevent out-of-boundPing-Ke Shih1-0/+8
2026-03-30wifi: rtw88: TX QOS Null data the same way as Null dataBitterblue Smith1-1/+1
2026-03-30wifi: rtw88: add quirks to disable PCI ASPM and deep LPS for HP P3S95EA#ACBPing-Ke Shih2-0/+36
2026-03-16wifi: rtw88: fix device leak on probe failureJohan Hovold1-2/+1
2026-03-03wifi: rtw88: check for PCI upstream bridge existenceFedor Pchelkin1-1/+2
2026-03-03wifi: rtw88: coex: Solve LE-HID lag & update coex version to 26020420Ching-Te Ku8-18/+61
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-6/+6
2026-02-02Merge tag 'rtw-next-2026-01-30' of https://github.com/pkshih/rtwJohannes Berg1-1/+2
2026-01-27wifi: rtw88: sdio: Migrate to use sdio specific shutdown functionUwe Kleine-König7-8/+7
2026-01-22wifi: rtw88: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+2
2026-01-19Merge tag 'rtw-next-2026-01-15' of https://github.com/pkshih/rtwJohannes Berg6-19/+64
2025-12-26wifi: rtw88: Fix inadvertent sharing of struct ieee80211_supported_band dataBitterblue Smith1-5/+29
2025-12-26wifi: rtw88: Use devm_kmemdup() in rtw_set_supported_band()Bitterblue Smith1-13/+6
2025-12-26wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon()Bitterblue Smith1-2/+2
2025-12-26wifi: rtw88: Increase the RX gain before scanningMartin Hrůza3-0/+25
2025-12-23wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6HHsiu-Ming Chang1-0/+2
2025-12-23wifi: rtw88: 8822b: Avoid WARNING in rtw8822b_config_trx_mode()Bitterblue Smith1-1/+2
2025-12-23wifi: rtw88: fix DTIM period handling when conf->dtim_period is zeroRoman Peshkichev2-3/+3
2025-12-15Revert "wifi: rtw88: add WQ_UNBOUND to alloc_workqueue users"Bitterblue Smith1-2/+1
2025-12-15wifi: rtw88: limit indirect IO under powered off for RTL8822CSPing-Ke Shih1-1/+3
2025-11-21wifi: rtw88: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari1-1/+2
2025-11-04wifi: rtw88: Add BUFFALO WI-U3-866DHP to the USB ID listHiroaki Yamamoto1-0/+2
2025-11-04wifi: rtw88: 8822c: use fixed rate and bandwidth to reply CSI packetsChin-Yen Lee2-1/+14
2025-10-21wifi: rtw88: Add USB ID 2001:3329 for D-Link AC13U rev. A1Zenm Chen1-0/+2
2025-08-26wifi: rtw88: Use led->brightness_set_blocking for PCI tooBitterblue Smith1-12/+3
2025-08-12wifi: rtw88: Lock rtwdev->mutex before setting the LEDBitterblue Smith1-3/+13
2025-08-12wifi: rtw88: sdio: use indirect IO for device registers before power-onPing-Ke Shih1-0/+4
2025-07-15wifi: rtw88: Fix macid assigned to TDLS stationBitterblue Smith1-2/+2
2025-07-15wifi: rtw88: enable TX reports for the management queueAndrey Skvortsov14-1/+40
2025-07-04wifi: rtw88: coex: Use bitwise instead of arithmetic operator for flagsPei Xiao1-11/+11
2025-06-25Merge tag 'rtw-next-2025-06-25' of https://github.com/pkshih/rtwJohannes Berg19-48/+87
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan4-4/+9