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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-21
mt76: introduce single-sku support for mt7663/mt7921
Lorenzo Bianconi
6
-1
/
+170
2021-04-21
mt76: mt7615: do not use mt7615 single-sku values for mt7663
Lorenzo Bianconi
1
-0
/
+5
2021-04-21
mt76: mt7615: implement support for using DT rate power limits
Felix Fietkau
2
-2
/
+69
2021-04-21
mt76: extend DT rate power limits to support 11ax devices
Shayne Chen
2
-22
/
+39
2021-04-21
mt76: add functions for parsing rate power limits from DT
Felix Fietkau
2
-0
/
+216
2021-04-21
mt76: flush tx status queue on DMA reset
Felix Fietkau
5
-0
/
+10
2021-04-21
mt76: mt7921: add mt7921_dma_cleanup in mt7921_unregister_device
Lorenzo Bianconi
1
-1
/
+2
2021-04-21
mt76: mt7615: use ieee80211_free_txskb() in mt7615_tx_token_put()
Ryder Lee
1
-2
/
+6
2021-04-21
mt76: mt7615: only free skbs after mt7615_dma_reset() when reset happens
Ryder Lee
1
-3
/
+3
2021-04-21
mt76: mt7915: only free skbs after mt7915_dma_reset() when reset happens
Ryder Lee
1
-3
/
+3
2021-04-21
mt76: mt7915: fix memleak when mt7915_unregister_device()
Ryder Lee
1
-2
/
+1
2021-04-21
mt76: mt7615: fix memleak when mt7615_unregister_device()
Ryder Lee
1
-2
/
+1
2021-04-21
mt76: mt7915: fix rate setting of tx descriptor in testmode
Shayne Chen
1
-6
/
+19
2021-04-21
mt76: mt7915: rework mt7915_tm_set_tx_len()
Shayne Chen
1
-17
/
+5
2021-04-21
mt76: testmode: add support to send larger packet
Shayne Chen
4
-35
/
+131
2021-04-21
rtlwifi: implement set_tim by update beacon content
Ping-Ke Shih
4
-0
/
+37
2021-04-21
libertas_tf: Remove duplicate struct declaration
Wan Jiabing
1
-1
/
+0
2021-04-21
rtw88: refine napi deinit flow
Po-Hao Huang
2
-5
/
+15
2021-04-21
rtw88: Fix potential unrecoverable tx queue stop
Yu-Yen Ting
1
-2
/
+8
2021-04-21
rtw88: 8821c: Don't set RX_FLAG_DECRYPTED if packet has no encryption
Guo-Feng Fan
1
-1
/
+2
2021-04-21
rtw88: 8822c: debug: allow debugfs to enable/disable TXGAPK
Guo-Feng Fan
3
-2
/
+112
2021-04-21
rtw88: 8822c: Add gap-k calibration to improve long range performance
Guo-Feng Fan
6
-1
/
+809
2021-04-21
rtw88: 8822c: reorder macro position according to the register number
Guo-Feng Fan
2
-143
/
+148
2021-04-20
Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
David S. Miller
9
-45
/
+40
2021-04-19
iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
Jiri Kosina
1
-3
/
+4
2021-04-19
wireless: fix spelling of A-MSDU in HE capabilities
Johannes Berg
6
-10
/
+10
2021-04-19
wireless: align HE capabilities A-MPDU Length Exponent Extension
Johannes Berg
5
-11
/
+10
2021-04-19
wireless: align some HE capabilities with the spec
Johannes Berg
5
-16
/
+16
2021-04-19
cfg80211: constify ieee80211_get_response_rate return
Joe Perches
2
-2
/
+2
2021-04-18
rtw88: 8822c: add CFO tracking
Po-Hao Huang
8
-1
/
+224
2021-04-18
iwlwifi: pcie: don't enable BHs with IRQs disabled
Johannes Berg
3
-5
/
+28
2021-04-18
wil6210: wmi: Remove useless code
Jiapeng Chong
1
-1
/
+1
2021-04-18
carl9170: remove get_tid_h
Christophe JAILLET
2
-7
/
+2
2021-04-18
mwl8k: Fix a double Free in mwl8k_probe_hw
Lv Yunlong
1
-0
/
+1
2021-04-18
rtw88: Fix array overrun in rtw_get_tx_power_params()
Ping-Ke Shih
1
-2
/
+3
2021-04-18
wilc1000: Remove duplicate struct declaration
Wan Jiabing
1
-1
/
+0
2021-04-18
brcmfmac: Remove duplicate struct declaration
Wan Jiabing
1
-1
/
+0
2021-04-18
wl3501: fix typo of 'Networks' in comment
Eric Lin
1
-1
/
+1
2021-04-18
rsi: Use resume_noirq for SDIO
Marek Vasut
1
-1
/
+1
2021-04-18
rtw88: update statistics to fw for fine-tuning performance
Po-Hao Huang
3
-0
/
+29
2021-04-18
libertas: struct lbs_private is declared duplicately
Wan Jiabing
1
-1
/
+0
2021-04-18
brcmfmac: A typo fix
Bhaskar Chowdhury
1
-1
/
+1
2021-04-18
rsi: fix comment syntax in file headers
Aditya Srivastava
10
-10
/
+10
2021-04-17
airo: work around stack usage warning
Arnd Bergmann
1
-52
/
+65
2021-04-17
wlcore: fix overlapping snprintf arguments in debugfs
Arnd Bergmann
2
-8
/
+12
2021-04-17
libertas: avoid -Wempty-body warning
Arnd Bergmann
1
-6
/
+6
2021-04-17
rtl8xxxu: Simplify locking of a skb list accesses
Christophe JAILLET
2
-10
/
+2
2021-04-17
wilc1000: fix a loop timeout condition
Dan Carpenter
1
-1
/
+1
2021-04-17
mwifiex: Remove unneeded variable: "ret"
zuoqilin
1
-2
/
+1
2021-04-17
rtl8xxxu: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-4
/
+4
[prev]
[next]