summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtl8xxxu
AgeCommit message (Expand)AuthorFilesLines
2026-07-12wifi: rtl8xxxu: fix use-after-free from rx_urb_wq on stopFan Wu1-5/+14
2026-07-03wifi: rtl8xxxu: 8723bu: remove reference of non-existing firmware rtl8723bu_b...Ping-Ke Shih2-11/+1
2026-05-06wifi: rtl8xxxu: Detect the maximum supported channel widthBitterblue Smith11-5/+76
2026-04-29wifi: rtl8xxxu: validate action frame size before using in rtl8xxxu_dump_acti...Ping-Ke Shih1-2/+11
2026-04-07Merge tag 'rtw-next-2026-04-02' of https://github.com/pkshih/rtw into wireles...Johannes Berg1-28/+12
2026-03-16wifi: rtl8xxxu: drop redundant device referenceJohan Hovold1-8/+3
2026-03-16wifi: rtl8xxxu: fix potential use of uninitialized valueYi Cong1-20/+8
2026-03-16wifi: rtl8xxxu: Mark RTL8188ETV (0bda:0179) as testedJ. Neuschäfer1-0/+1
2026-03-06wifi: move action code from per-type frame structsJohannes Berg1-7/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2025-12-31wifi: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_addAli Tariq1-0/+1
2025-11-21wifi: rtl8xxxu: Enable 40 MHz width by defaultBitterblue Smith1-15/+4
2025-11-21wifi: rtl8xxxu: Fix RX channel width reported by RTL8192FUBitterblue Smith1-1/+11
2025-11-21wifi: rtl8xxxu: Fix the 40 MHz subchannel for RTL8192EU, RTL8723BUBitterblue Smith1-0/+2
2025-11-21wifi: rtl8xxxu: Make RTL8192CU, RTL8723AU TX with 40 MHz widthBitterblue Smith1-1/+11
2025-11-21wifi: rtl8xxxu: Fix HT40 channel config for RTL8192CU, RTL8723AUBitterblue Smith1-4/+3
2025-10-21wifi: rtl8xxxu: Use correct power off sequence for RTL8192CUBitterblue Smith5-126/+194
2025-10-21wifi: rtl8xxxu: Dump the efuse right after reading itBitterblue Smith1-3/+3
2025-10-21wifi: rtl8xxxu: Report the signal strength only if it's knownBitterblue Smith1-0/+4
2025-10-21wifi: rtl8xxxu: Add USB ID 2001:3328 for D-Link AN3U rev. A1Zenm Chen1-0/+3
2025-09-09wifi: rtl8xxxu: expose efuse via debugfsMartin Kaistra1-0/+22
2025-09-01wifi: rtl8xxxu: Remove TL-WN722N V2 (0x2357: 0x010c) from untested devicesAleksej Smirnov1-1/+2
2025-08-19wifi: rtl8xxxu: Don't claim USB ID 07b8:8188Bitterblue Smith1-2/+0
2025-07-24wifi: Fix typosBjorn Helgaas1-1/+1
2025-07-15wifi: rtl8xxxu: Fix RX skb size for aggregation disabledMartin Kaistra1-1/+1
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan1-3/+5
2025-02-03wifi: rtl8xxxu: retry firmware download on errorSoeren Moch1-5/+12
2025-02-03wifi: rtl8xxxu: Enable AP mode for RTL8192CU (RTL8188CUS)Ezra Buehler1-0/+2
2024-12-30wifi: rtl8xxxu: Fix RTL8188EU firmware upload block sizeBitterblue Smith1-1/+1
2024-11-18wifi: rtl8xxxu: add more missing rtl8192cu USB IDsHans de Goede1-0/+20
2024-10-05wifi: rtl8xxxu: Perform update_beacon_work when beaconing is enabledMartin Kaistra1-2/+4
2024-08-09wifi: rtl8xxxu: add missing rtl8192cu USB IDsPeter Robinson1-0/+6
2024-08-09wifi: rtl8xxxu: drop reference to staging driversPeter Robinson1-3/+2
2024-07-09Merge tag 'rtw-next-2024-07-05' of https://github.com/pkshih/rtwKalle Valo2-5/+16
2024-06-27wifi: rtl8xxxu: 8188f: Limit TX power indexMartin Kaistra1-0/+15
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach1-1/+1
2024-06-21wifi: rtl8xxxu: use swap() in rtl8xxxu_switch_ports()Jiapeng Chong1-5/+1
2024-05-02wifi: rtl8xxxu: cleanup includesPing-Ke Shih10-117/+11
2024-05-02wifi: rtl8xxxu: remove rtl8xxxu_ prefix from filenamesKalle Valo11-12/+12
2024-05-02wifi: rtl8xxxu: remove some unused includesKalle Valo9-36/+0
2024-04-23wifi: rtl8xxxu: Add LED control code for RTL8723BUBitterblue Smith1-0/+23
2024-04-23wifi: rtl8xxxu: Add LED control code for RTL8192CU familyBitterblue Smith2-1/+22
2024-04-23wifi: rtl8xxxu: Add separate MAC init table for RTL8192CUBitterblue Smith4-28/+53
2024-04-22wifi: rtl8xxxu: enable MFP support with security flag of RX descriptorMartin Kaistra2-2/+14
2024-04-22Revert "wifi: rtl8xxxu: enable MFP support"Martin Kaistra1-7/+2
2024-04-19wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AUBitterblue Smith1-15/+10
2024-03-20wifi: rtl8xxxu: enable MFP supportMartin Kaistra1-2/+7
2024-02-28wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs()Shiji Yang1-2/+2
2024-02-21wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx()Ping-Ke Shih1-2/+2