index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt7603
/
dma.c
Age
Commit message (
Expand
)
Author
2024-06-20
wifi: mt76: un-embedd netdev from mt76_dev
Breno Leitao
2024-05-02
wifi: mt76: mt7603: fix tx queue of loopback packets
Felix Fietkau
2023-12-07
wifi: mt76: introduce wed pointer in mt76_queue
Lorenzo Bianconi
2022-12-01
wifi: mt76: add info parameter to rx_skb signature
Sujuan Chen
2022-05-13
mt76: mt7915: add Wireless Ethernet Dispatch support
Felix Fietkau
2022-05-06
mt76: switch to netif_napi_add_tx()
Jakub Kicinski
2022-03-16
mt76: use le32/16_get_bits() whenever possible
Ryder Lee
2021-04-21
mt76: dma: add the capability to define a custom rx napi poll routine
Lorenzo Bianconi
2021-04-12
mt76: use threaded NAPI
Felix Fietkau
2020-12-04
mt76: move tx hw data queues in mt76_phy
Lorenzo Bianconi
2020-12-04
mt76: move mcu queues to mt76_dev q_mcu array
Lorenzo Bianconi
2020-12-04
mt76: introduce mt76_init_mcu_queue utility routine
Lorenzo Bianconi
2020-12-04
mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signature
Lorenzo Bianconi
2020-12-04
mt76: move mt76_init_tx_queue in common code
Lorenzo Bianconi
2020-09-24
mt76: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
2020-09-24
mt76: mt7603: tune tx ring size
Felix Fietkau
2020-09-24
mt76: remove struct mt76_sw_queue
Felix Fietkau
2020-09-24
mt76: remove swq from struct mt76_sw_queue
Felix Fietkau
2020-02-14
mt76: mt7603: increase dma mcu rx ring size
Felix Fietkau
2020-02-14
mt76: mt7603: fix input validation issues for powersave-filtered frames
Felix Fietkau
2019-11-20
mt76: mt7603: track tx airtime for airtime fairness and survey
Felix Fietkau
2019-09-05
mt76: mt7603: remove unnecessary mcu queue initialization
Lorenzo Bianconi
2019-09-05
mt76: move mt76_tx_tasklet in mt76 module
Lorenzo Bianconi
2019-09-05
mt76: mt7603: fix some checkpatch warnings
Ryder Lee
2019-06-25
mt76: move netif_napi_del in mt76_dma_cleanup
Lorenzo Bianconi
2019-06-25
mt76: mt7603: use napi polling for tx cleanup
Lorenzo Bianconi
2019-05-01
mt76: only schedule txqs from the tx tasklet
Felix Fietkau
2019-05-01
mt76: move tx tasklet to struct mt76_dev
Felix Fietkau
2019-05-01
mt76: introduce mt76_sw_queue data structure
Lorenzo Bianconi
2019-05-01
mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 module
Lorenzo Bianconi
2019-03-07
mt76: mt7603: notify mac80211 about buffered frames in ps queue
Felix Fietkau
2019-03-07
mt76: mt7603: fix up hardware queue index for PS filtered packets
Felix Fietkau
2019-02-26
mt76: add driver for MT7603E and MT7628/7688
Felix Fietkau