summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2026-02-02Merge tag 'rtw-next-2026-01-30' of https://github.com/pkshih/rtwJohannes Berg-1/+2
2026-01-27wifi: rtw88: sdio: Migrate to use sdio specific shutdown functionUwe Kleine-König-8/+7
2026-01-22wifi: rtw88: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+2
2026-01-19Merge tag 'rtw-next-2026-01-15' of https://github.com/pkshih/rtwJohannes Berg-19/+64
2025-12-26wifi: rtw88: Fix inadvertent sharing of struct ieee80211_supported_band dataBitterblue Smith-5/+29
2025-12-26wifi: rtw88: Use devm_kmemdup() in rtw_set_supported_band()Bitterblue Smith-13/+6
2025-12-26wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon()Bitterblue Smith-2/+2
2025-12-26wifi: rtw88: Increase the RX gain before scanningMartin Hrůza-0/+25
2025-12-23wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6HHsiu-Ming Chang-0/+2
2025-12-23wifi: rtw88: 8822b: Avoid WARNING in rtw8822b_config_trx_mode()Bitterblue Smith-1/+2
2025-12-23wifi: rtw88: fix DTIM period handling when conf->dtim_period is zeroRoman Peshkichev-3/+3
2025-12-15Revert "wifi: rtw88: add WQ_UNBOUND to alloc_workqueue users"Bitterblue Smith-2/+1
2025-12-15wifi: rtw88: limit indirect IO under powered off for RTL8822CSPing-Ke Shih-1/+3
2025-11-21wifi: rtw88: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari-1/+2
2025-11-04wifi: rtw88: Add BUFFALO WI-U3-866DHP to the USB ID listHiroaki Yamamoto-0/+2
2025-11-04wifi: rtw88: 8822c: use fixed rate and bandwidth to reply CSI packetsChin-Yen Lee-1/+14
2025-10-21wifi: rtw88: Add USB ID 2001:3329 for D-Link AC13U rev. A1Zenm Chen-0/+2
2025-08-26wifi: rtw88: Use led->brightness_set_blocking for PCI tooBitterblue Smith-12/+3
2025-08-12wifi: rtw88: Lock rtwdev->mutex before setting the LEDBitterblue Smith-3/+13
2025-08-12wifi: rtw88: sdio: use indirect IO for device registers before power-onPing-Ke Shih-0/+4
2025-07-15wifi: rtw88: Fix macid assigned to TDLS stationBitterblue Smith-2/+2
2025-07-15wifi: rtw88: enable TX reports for the management queueAndrey Skvortsov-1/+40
2025-07-04wifi: rtw88: coex: Use bitwise instead of arithmetic operator for flagsPei Xiao-11/+11
2025-06-25Merge tag 'rtw-next-2025-06-25' of https://github.com/pkshih/rtwJohannes Berg-48/+87
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-4/+9
2025-06-10wifi: rtw88: Enable AP and adhoc modes for SDIO againBitterblue Smith-8/+4
2025-06-10wifi: rtw88: Rename the RTW_WCPU_11{AC,N} enumsBitterblue Smith-40/+40
2025-06-10wifi: rtw88: pci: add PCI Express error handlingChin-Yen Lee-0/+43
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-05-16wifi: rtw88: fix the 'para' buffer size to avoid reading out of boundsAlexey Kodanev-1/+1
2025-05-16wifi: rtw88: Fix the random "error beacon valid" messages for USBBitterblue Smith-1/+7
2025-05-16wifi: rtw88: usb: Upload the firmware in bigger chunksBitterblue Smith-4/+76
2025-05-16wifi: rtw88: usb: Reduce control message timeout to 500 msBitterblue Smith-1/+1
2025-05-10wifi: rtw88: rtw8822bu VID/PID for BUFFALO WI-U2-866DMYuuki NAGAO-0/+2
2025-05-10wifi: rtw88: Handle RTL8723D(S) with blank efuseBitterblue Smith-60/+59
2025-05-10wifi: rtw88: Fix RX aggregation settings for RTL8723DSBitterblue Smith-2/+12
2025-04-17wifi: rtw88: do not ignore hardware read error during DPKDmitry Antipov-1/+2
2025-04-17wifi: rtw88: sdio: call rtw_sdio_indicate_tx_status unconditionallyZhen XIN-4/+1
2025-04-17wifi: rtw88: sdio: map mgmt frames to queue TX_DESC_QSEL_MGMTZhen XIN-4/+1
2025-04-09wifi: rtw88: Fix the module names printed in dmesgBitterblue Smith-17/+17
2025-04-09wifi: rtw88: Don't set SUPPORTS_AMSDU_IN_AMPDU for RTL8814AUBitterblue Smith-1/+9
2025-04-09wifi: rtw88: Set AMPDU factor to hardware for RTL8814ABitterblue Smith-0/+55
2025-04-09wifi: rtw88: usb: Enable RX aggregation for RTL8814AUBitterblue Smith-0/+1
2025-04-09wifi: rtw88: usb: Enable switching the RTL8814AU to USB 3Bitterblue Smith-1/+2
2025-03-31wifi: rtw88: usb: Remove redundant 'flush_workqueue()' callsChen Ni-2/+0
2025-03-31wifi: rtw88: sdio: Remove redundant 'flush_workqueue()' callsChen Ni-1/+0
2025-03-13wifi: rtw88: Add __nonstring annotations for unterminated stringsKees Cook-1/+1