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
/
mt76
/
mt7615
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-12
mt76: mt7615: remove hdr->fw_ver check
Ryder Lee
1
-2
/
+1
2021-04-12
mt76: mt7615: fix TSF configuration
Ryder Lee
4
-7
/
+28
2021-04-12
mt76: mt7615: fix memory leak in mt7615_coredump_work
Lorenzo Bianconi
1
-2
/
+4
2021-04-12
mt76: mt7615: add support for rx decapsulation offload
Ryder Lee
7
-12
/
+103
2021-04-12
mt76: mt7615: add rx checksum offload support
Ryder Lee
2
-0
/
+5
2021-04-12
mt76: mt7615: enable hw rx-amsdu de-aggregation
Ryder Lee
4
-3
/
+19
2021-04-12
mt76: use threaded NAPI
Felix Fietkau
1
-1
/
+1
2021-04-12
mt76: connac: update sched_scan cmd usage
Sean Wang
1
-5
/
+0
2021-04-11
mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open coded
Ryder Lee
1
-3
/
+3
2021-04-11
mt76: connac: always check return value from mt76_connac_mcu_alloc_wtbl_req
Lorenzo Bianconi
1
-0
/
+3
2021-04-11
mt76: always use WTBL_MAX_SIZE for tlv allocation
Ryder Lee
1
-24
/
+0
2021-04-11
mt76: mt7615: support loading EEPROM for MT7613BE
Sander Vanheule
1
-0
/
+1
2021-04-11
mt76: mt7615: fix tx skb dma unmap
Felix Fietkau
1
-1
/
+1
2021-04-11
mt76: mt7615: fix key set/delete issues
Felix Fietkau
2
-51
/
+64
2021-04-11
mt76: add support for 802.3 rx frames
Felix Fietkau
1
-1
/
+1
2021-02-08
Merge tag 'mt76-for-kvalo-2021-01-29' of https://github.com/nbd168/wireless
Kalle Valo
15
-2568
/
+496
2021-01-29
mt76: mt7663: introduce coredump support
Lorenzo Bianconi
7
-1
/
+72
2021-01-29
mt76: mt76_connac: move pm utility routines in mt76_connac_lib module
Lorenzo Bianconi
4
-142
/
+28
2021-01-29
mt76: mt76_connac: move pm data struct in mt76_connac.h
Lorenzo Bianconi
3
-24
/
+7
2021-01-29
mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu module
Lorenzo Bianconi
7
-441
/
+19
2021-01-29
mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu module
Lorenzo Bianconi
5
-356
/
+23
2021-01-29
mt76: mt76_connac: create mcu library
Lorenzo Bianconi
8
-1420
/
+142
2021-01-29
mt76: introduce mt76_vif data structure
Lorenzo Bianconi
5
-81
/
+77
2021-01-27
mt76: mt7615: reduce VHT maximum MPDU length
Felix Fietkau
1
-1
/
+0
2021-01-27
mt76: move vif_mask back from mt76_phy to mt76_dev
Felix Fietkau
1
-3
/
+3
2021-01-27
mt76: mt7615: unify init work
Felix Fietkau
6
-29
/
+22
2021-01-27
mt76: mt7615: set mcu country code in mt7615_mcu_set_channel_domain()
Lorenzo Bianconi
2
-18
/
+38
2021-01-26
mt76: mt7615: mt7915: disable txpower sku when testmode enabled
Shayne Chen
2
-1
/
+3
2021-01-26
mt76: move chainmask in mt76_phy
Lorenzo Bianconi
7
-15
/
+13
2021-01-26
mt76: move mac_work in mt76_core module
Lorenzo Bianconi
5
-24
/
+23
2021-01-26
mt76: mt7615: move testmode data from dev to phy
Shayne Chen
3
-31
/
+30
2021-01-26
mt76: testmode: introduce dbdc support
Shayne Chen
3
-53
/
+49
2021-01-26
mt76: mt7615: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2021-01-26
mt76: mt7615: reset token when mac_reset happens
Ryder Lee
3
-12
/
+22
2021-01-26
mt76: mt7615: add vif check in mt7615_update_vif_beacon()
Ryder Lee
1
-1
/
+10
2021-01-18
mt76: mt7663s: fix rx buffer refcounting
Lorenzo Bianconi
1
-5
/
+4
2021-01-14
mt76: Fix queue ID variable types after mcu queue split
Nathan Chancellor
1
-1
/
+1
2020-12-04
mt76: mt7615: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-1
/
+1
2020-12-04
mt76: mt7615: fix rdd mcu cmd endianness
Lorenzo Bianconi
1
-23
/
+66
2020-12-04
mt76: move hw mac_addr in mt76_phy
Lorenzo Bianconi
2
-4
/
+7
2020-12-04
mt76: move band allocation in mt76_register_phy
Lorenzo Bianconi
1
-3
/
+3
2020-12-04
mt76: move band capabilities in mt76_phy
Lorenzo Bianconi
2
-9
/
+9
2020-12-04
mt76: move tx hw data queues in mt76_phy
Lorenzo Bianconi
5
-9
/
+13
2020-12-04
mt76: move mcu queues to mt76_dev q_mcu array
Lorenzo Bianconi
7
-29
/
+27
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb_raw signature
Lorenzo Bianconi
3
-3
/
+3
2020-12-04
mt76: introduce mt76_init_mcu_queue utility routine
Lorenzo Bianconi
1
-6
/
+6
2020-12-04
mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signature
Lorenzo Bianconi
3
-6
/
+6
2020-12-04
mt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_queue signature
Lorenzo Bianconi
1
-11
/
+12
2020-12-04
mt76: move mt76_init_tx_queue in common code
Lorenzo Bianconi
1
-33
/
+17
2020-12-04
mt76: mt7615: refactor usb/sdio rate code
Lorenzo Bianconi
3
-47
/
+28
[prev]
[next]