index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-12
wifi: rtw89: add DIG register struct to share common algorithm
Eric Huang
5
-27
/
+111
2022-09-12
wifi: rtw89: support TX diversity for 1T2R chipset
Ping-Ke Shih
6
-1
/
+68
2022-09-12
wifi: rtw89: record signal strength per RF path
Ping-Ke Shih
5
-14
/
+32
2022-09-12
wifi: rtw89: configure TX path via H2C command
Ping-Ke Shih
2
-8
/
+56
2022-09-12
wifi: rtw89: parse phycap of TX/RX antenna number
Ping-Ke Shih
3
-1
/
+21
2022-09-12
wifi: rtw89: use u32_get_bits to access C2H content of PHY capability
Ping-Ke Shih
2
-23
/
+35
2022-09-12
wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2
Felix Fietkau
1
-1
/
+2
2022-09-12
wifi: mt76: fix reading current per-tid starting sequence number for aggregation
Felix Fietkau
1
-1
/
+1
2022-09-12
wifi: iwlwifi: Mark IWLMEI as broken
Toke Høiland-Jørgensen
1
-0
/
+1
2022-09-10
wifi: ath11k: Increase TCL data ring size for WCN6750
Manikanta Pubbisetty
4
-1
/
+11
2022-09-10
wifi: ath11k: Add multi TX ring support for WCN6750
Manikanta Pubbisetty
10
-30
/
+175
2022-09-10
wifi: ath11k: Enable threaded NAPI
Manikanta Pubbisetty
2
-0
/
+2
2022-09-10
wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register()
Jianglei Nie
1
-7
/
+10
2022-09-10
wifi: ath11k: implement SRAM dump debugfs interface
Baochen Qiang
8
-0
/
+138
2022-09-10
wifi: ath11k: Split PCI write/read functions
Baochen Qiang
1
-18
/
+32
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
6
-14
/
+55
2022-09-07
ath11k: Enable remain-on-channel support on WCN6750
Manikanta Pubbisetty
1
-1
/
+1
2022-09-07
wifi: b43: remove empty switch statement
Johannes Berg
1
-5
/
+1
2022-09-07
wifi: cw1200: use get_unaligned_le64()
Johannes Berg
1
-2
/
+1
2022-09-07
wifi: cw1200: remove RCU STA pointer handling in TX
Johannes Berg
1
-4
/
+1
2022-09-07
wifi: mwifiex: fix endian annotations in casts
Johannes Berg
1
-6
/
+6
2022-09-07
wifi: mwifiex: fix endian conversion
Johannes Berg
1
-1
/
+1
2022-09-07
wifi: mwifiex: mark a variable unused
Johannes Berg
1
-1
/
+1
2022-09-07
wifi: wl18xx: add some missing endian conversions
Johannes Berg
1
-4
/
+4
2022-09-07
wifi: libertas: fix a couple of sparse warnings
Johannes Berg
2
-3
/
+2
2022-09-07
wifi: ipw2100: fix warnings about non-kernel-doc
Johannes Berg
1
-2
/
+2
2022-09-07
wifi: rtl8xxxu: Fix skb misuse in TX queue selection
Bitterblue Smith
1
-1
/
+2
2022-09-07
wifi: brcmfmac: remove redundant variable err
Jinpeng Cui
1
-9
/
+3
2022-09-07
wifi: brcmfmac: add 43439 SDIO ids and initialization
Marek Vasut
5
-2
/
+10
2022-09-07
wifi: rtl8xxxu: Simplify the error handling code
Zheyu Ma
1
-6
/
+3
2022-09-07
wifi: p54: Fix comment typo
Jason Wang
1
-1
/
+1
2022-09-07
wifi: mwifiex: Fix comment typo
Jason Wang
1
-1
/
+1
2022-09-07
wifi: brcmfmac: Add DMI nvram filename quirk for Chuwi Hi8 Pro tablet
Hans de Goede
1
-0
/
+18
2022-09-07
wifi: brcmfmac: Use ISO3166 country code and rev 0 as fallback on 43430
Hans de Goede
1
-0
/
+1
2022-09-07
wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()
Alexander Coffin
1
-1
/
+2
2022-09-07
wifi: iwlwifi: calib: Refactor iwl_calib_result usage for clarity
Kees Cook
3
-15
/
+17
2022-09-07
wifi: iwlwifi: don't spam logs with NSS>2 messages
Jason A. Donenfeld
1
-2
/
+2
2022-09-06
wifi: rsi: fix kernel-doc warning
Johannes Berg
1
-0
/
+1
2022-09-06
wifi: mac80211_hwsim: always activate all links
Johannes Berg
1
-0
/
+8
2022-09-06
wifi: mac80211: keep A-MSDU data in sta and per-link
Benjamin Berg
10
-29
/
+32
2022-09-06
wifi: mac80211: add vif/sta link RCU dereference macros
Johannes Berg
1
-2
/
+1
2022-09-06
wifi: mac80211_hwsim: send NDP for link (de)activation
Johannes Berg
1
-0
/
+28
2022-09-06
wifi: mac80211: extend ieee80211_nullfunc_get() for MLO
Johannes Berg
5
-8
/
+8
2022-09-06
wifi: mac80211_hwsim: track active STA links
Johannes Berg
1
-0
/
+41
2022-09-06
wifi: mac80211_hwsim: skip inactive links on TX
Johannes Berg
1
-0
/
+7
2022-09-06
wifi: mac80211: make smps_mode per-link
Benjamin Berg
15
-31
/
+31
2022-09-06
Merge remote-tracking branch 'wireless/main' into wireless-next
Johannes Berg
6
-14
/
+55
2022-09-04
Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
David S. Miller
59
-6795
/
+26250
2022-09-03
wifi: mac80211_hwsim: fix multi-channel handling in netlink RX
Johannes Berg
1
-22
/
+4
2022-09-03
wifi: mac80211_hwsim: warn on invalid link address
Johannes Berg
1
-0
/
+2
[prev]
[next]