index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-21
mt76: mt7921: run mt7921_mcu_fw_log_2_host holding mt76 mutex
Lorenzo Bianconi
1
-1
/
+4
2021-04-21
mt76: improve mcu error logging
Lorenzo Bianconi
5
-10
/
+8
2021-04-21
mt76: mt7921: move hw configuration in mt7921_register_device
Lorenzo Bianconi
2
-13
/
+6
2021-04-21
mt76: mt7915: add support for applying pre-calibration data
Ryder Lee
9
-10
/
+199
2021-04-21
mt76: mt7615: load ROM patch before checking patch semaphore status
Felix Fietkau
1
-14
/
+16
2021-04-21
mt76: mt7615: fix entering driver-own state on mt7663
Felix Fietkau
1
-2
/
+10
2021-04-21
mt76: mt7615: fix hardware error recovery for mt7663
Felix Fietkau
5
-11
/
+53
2021-04-21
mt76: mt7921: add dumping Tx power table
Sean Wang
5
-0
/
+151
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
-23
/
+40
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-20
Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...
David S. Miller
4
-14
/
+14
2021-04-19
wireless: fix spelling of A-MSDU in HE capabilities
Johannes Berg
4
-4
/
+4
2021-04-19
wireless: align HE capabilities A-MPDU Length Exponent Extension
Johannes Berg
2
-2
/
+2
2021-04-19
wireless: align some HE capabilities with the spec
Johannes Berg
3
-8
/
+8
2021-04-17
Merge tag 'mt76-for-kvalo-2021-04-12' of https://github.com/nbd168/wireless
Kalle Valo
66
-1298
/
+2243
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-8
/
+1
2021-04-13
Merge tag 'wireless-drivers-next-2021-04-13' of git://git.kernel.org/pub/scm/...
David S. Miller
2
-1
/
+2
2021-04-12
mt76: mt7921: add rcu section in mt7921_mcu_tx_rate_report
Lorenzo Bianconi
1
-1
/
+6
2021-04-12
mt76: mt7921: introduce MCU_EVENT_LP_INFO event parsing
Lorenzo Bianconi
5
-1
/
+86
2021-04-12
mt76: mt7615: always add rx header translation tlv when adding stations
Felix Fietkau
3
-8
/
+5
2021-04-12
mt76: mt7615: add missing SPDX tag in mmio.c
Ryder Lee
1
-0
/
+3
2021-04-12
mt76: mt7915: add mmio.c
Ryder Lee
8
-218
/
+177
2021-04-12
mt76: report Rx timestamp
Ryder Lee
15
-63
/
+89
2021-04-12
mt76: mt7921: remove 80+80 MHz support capabilities
Felix Fietkau
2
-7
/
+0
2021-04-12
mt76: fix potential DMA mapping leak
Felix Fietkau
1
-1
/
+1
2021-04-12
mt76: mt7921: reduce the data latency during hw scan
Sean Wang
2
-1
/
+7
2021-04-12
mt76: mt7921: fix the insmod hangs
Sean Wang
4
-16
/
+3
2021-04-12
mt76: mt7921: fix kernel crash when the firmware fails to download
Sean Wang
1
-1
/
+3
2021-04-12
mt76: mt7921: fix the dwell time control
Sean Wang
1
-1
/
+2
2021-04-12
mt76: mt7921: fix inappropriate WoW setup with the missing ARP informaiton
Sean Wang
3
-0
/
+50
2021-04-12
mt76: mt7921: introduce MT_WFDMA_DUMMY_CR definition
Lorenzo Bianconi
3
-2
/
+8
2021-04-12
mt76: mt7915: add wifi subsystem reset
Ryder Lee
3
-16
/
+70
2021-04-12
mt76: mt7915: fix mt7915_mcu_add_beacon
Ryder Lee
1
-10
/
+12
2021-04-12
mt76: mt7615: fix .add_beacon_offload()
Ryder Lee
1
-2
/
+10
2021-04-12
mt76: mt7921: rework mt7921_mcu_debug_msg_event routine
Lorenzo Bianconi
1
-14
/
+12
2021-04-12
mt76: mt7921: always wake the device in mt7921_remove_interface
Lorenzo Bianconi
1
-1
/
+1
2021-04-12
mt76: mt7921: fix key set/delete issue
Lorenzo Bianconi
1
-8
/
+17
[prev]
[next]