index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-10
wifi: rtw89: debugfs depends on CFG80211's one
Ping-Ke Shih
1
-1
/
+1
2025-02-10
wifi: rtlwifi: rtl8192de: Fix typos of debug message of phy setting
Andrew Kreimer
1
-3
/
+3
2025-02-10
wifi: rtw88: Fix rtw_update_sta_info() for RTL8814AU
Bitterblue Smith
1
-5
/
+9
2025-02-10
wifi: rtw88: Extend TX power stuff for 3-4 spatial streams
Bitterblue Smith
7
-51
/
+111
2025-02-10
wifi: rtw88: Rename RTW_RATE_SECTION_MAX to RTW_RATE_SECTION_NUM
Bitterblue Smith
7
-23
/
+23
2025-02-10
wifi: rtw88: Constify some more structs and arrays
Bitterblue Smith
7
-25
/
+31
2025-02-10
wifi: rtw88: Extend rtw_fw_send_ra_info() for RTL8814AU
Bitterblue Smith
3
-0
/
+17
2025-02-10
wifi: rtw88: Extend rf_base_addr and rf_sipi_addr for RTL8814AU
Bitterblue Smith
1
-2
/
+2
2025-02-10
wifi: rtw88: Extend struct rtw_pwr_track_tbl for RTL8814AU
Bitterblue Smith
1
-0
/
+12
2025-02-10
wifi: rtw88: Fix download_firmware_validate() for RTL8814AU
Bitterblue Smith
1
-1
/
+2
2025-02-10
wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU
Bitterblue Smith
1
-2
/
+4
2025-02-10
wifi: rtw88: Fix a typo of debug message in rtw8723d_iqk_check_tx_failed()
Andrew Kreimer
1
-2
/
+2
2025-02-10
wifi: rtw89: regd: avoid using BITMAP_FROM_U64() to assign function bitmap
Ping-Ke Shih
1
-1
/
+3
2025-02-10
wifi: rtw89: coex: Update Wi-Fi/Bluetooth coexistence version to 7.0.3
Ching-Te Ku
1
-1
/
+1
2025-02-10
wifi: rtw89: coex: To avoid TWS serials A2DP lag, adjust slot arrangement
Ching-Te Ku
1
-14
/
+2
2025-02-10
wifi: rtw89: coex: Assign value over than 0 to avoid firmware timer hang
Ching-Te Ku
1
-3
/
+3
2025-02-10
wifi: rtw89: fw: validate multi-firmware header before getting its size
Ping-Ke Shih
1
-0
/
+5
2025-02-10
wifi: rtw89: fw: validate multi-firmware header before accessing
Ping-Ke Shih
1
-0
/
+35
2025-02-10
wifi: rtw89: ps: update H2C command with more info for PS
Eric Huang
4
-3
/
+27
2025-02-10
wifi: rtw89: call power_on ahead before selecting firmware
Ping-Ke Shih
3
-17
/
+36
2025-02-03
wifi: rtl8xxxu: retry firmware download on error
Soeren Moch
1
-5
/
+12
2025-02-03
wifi: rtw88: Don't use static local variable in rtw8821c_set_tx_power_index_by_rate
Bitterblue Smith
1
-6
/
+8
2025-02-03
wifi: rtw88: Don't use static local variable in rtw8822b_set_tx_power_index_by_rate
Bitterblue Smith
1
-6
/
+8
2025-02-03
wifi: rtl8xxxu: Enable AP mode for RTL8192CU (RTL8188CUS)
Ezra Buehler
1
-0
/
+2
2025-02-03
wifi: rtw89: pci: not assert wiphy_lock to free early_h2c for PCI probe/remove
Ping-Ke Shih
3
-4
/
+10
2025-02-03
wifi: rtw89: remove definition of driver mutex
Ping-Ke Shih
2
-4
/
+0
2025-02-03
wifi: rtw89: manual cosmetic along lockdep_assert_wiphy()
Ping-Ke Shih
12
-141
/
+112
2025-02-03
wifi: rtw89: remove consumers of driver mutex
Ping-Ke Shih
13
-178
/
+92
2025-02-03
wifi: rtw89: debugfs: use debugfs_short_fops
Ping-Ke Shih
1
-9
/
+3
2025-02-03
wifi: rtw89: debugfs: use wiphy_locked_debugfs_{read,write}() if needed
Ping-Ke Shih
1
-8
/
+55
2025-02-03
wifi: rtw89: debugfs: specify buffer size allocated by devm_kazlloc() for reading
Ping-Ke Shih
1
-17
/
+45
2025-02-03
wifi: rtw89: debugfs: implement file_ops::read/write to replace seq_file
Ping-Ke Shih
9
-2149
/
+2584
2025-02-03
wifi: rtw89: use wiphy_work() to replace ieee802111_work()
Ping-Ke Shih
12
-122
/
+128
2025-02-03
wifi: rtw89: add wiphy_lock() to work that isn't held wiphy_lock() yet
Ping-Ke Shih
2
-0
/
+6
2025-02-03
wifi: rtw89: cleanup unused rtwdev::roc_work
Zong-Zhe Yang
1
-1
/
+0
2025-02-03
wifi: rtw89: regd: refactor init/setup flow and prototype
Zong-Zhe Yang
3
-10
/
+9
2025-02-03
wifi: rtw89: regd: handle supported regulatory functions by country
Zong-Zhe Yang
4
-244
/
+266
2025-02-03
wifi: rtw89: regd: support loading regd table from fw element
Zong-Zhe Yang
4
-22
/
+166
2025-02-03
wifi: rtw89: phy: disable CFO track when two PHY are working simultaneously
Ping-Ke Shih
1
-1
/
+1
2025-02-03
wifi: rtw89: phy: support EDCCA log per PHY
Ping-Ke Shih
9
-49
/
+104
2025-02-03
wifi: rtw89: phy: support EDCCA per PHY
Ping-Ke Shih
4
-48
/
+73
2025-02-03
wifi: rtw89: phy: support ch_info per PHY
Ping-Ke Shih
2
-6
/
+13
2025-02-03
wifi: rtw89: phy: support DIG per PHY
Ping-Ke Shih
4
-96
/
+136
2025-02-03
wifi: rtw89: phy: support env_monitor per PHY
Ping-Ke Shih
3
-131
/
+180
2025-02-03
wifi: rtw89: phy: add PHY context array to support functions per PHY
Ping-Ke Shih
2
-0
/
+49
2025-02-03
wifi: rtw89: phy: rename to RTW89_PHY_NUM as proper naming
Ping-Ke Shih
6
-48
/
+48
2025-01-20
wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be
Liang Jie
1
-3
/
+7
2025-01-20
wifi: rtw89: coex: Update Wi-Fi/Bluetooth coexistence version to 7.0.2
Ching-Te Ku
1
-1
/
+1
2025-01-20
wifi: rtw89: coex: Separated Wi-Fi connecting event from Wi-Fi scan event
Ching-Te Ku
1
-2
/
+6
2025-01-20
wifi: rtw89: coex: Add protect to avoid A2DP lag while Wi-Fi connecting
Ching-Te Ku
8
-40
/
+85
[next]