index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt7915
/
dma.c
Age
Commit message (
Expand
)
Author
2024-06-20
wifi: mt76: un-embedd netdev from mt76_dev
Breno Leitao
2024-02-22
wifi: mt76: move wed common utilities in wed.c
Lorenzo Bianconi
2023-12-07
wifi: mt76: move wed reset common code in mt76 module
Lorenzo Bianconi
2023-12-07
wifi: mt76: introduce wed pointer in mt76_queue
Lorenzo Bianconi
2023-12-07
wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine
Lorenzo Bianconi
2023-07-25
wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery
Bo Jiao
2023-07-25
wifi: mt76: mt7915: add support for MT7981
Alexander Couzens
2023-04-17
wifi: mt76: mt7915: add dev->hif2 support for mt7916 WED device
Sujuan Chen
2023-02-03
wifi: mt76: mt7915: complete wed reset support
Lorenzo Bianconi
2023-02-03
wifi: mt76: mt7915: add mt7915 wed reset callbacks
Lorenzo Bianconi
2022-12-01
wifi: mt76: mt7915: rely on band_idx of mt76_phy
Ryder Lee
2022-12-01
wifi: mt76: mt7915: enable WED RX stats
Sujuan Chen
2022-12-01
wifi: mt76: mt7915: enable WED RX support
Lorenzo Bianconi
2022-12-01
wifi: mt76: mt7915: rework mt7915_dma_reset()
Bo Jiao
2022-12-01
wifi: mt76: mt7915: enable wed for mt7986-wmac chipset
Lorenzo Bianconi
2022-12-01
wifi: mt76: mt7915: enable wed for mt7986 chipset
Lorenzo Bianconi
2022-07-11
mt76: introduce MT_RXQ_BAND2 and MT_RXQ_BAND2_WA in mt76_rxq_id
Lorenzo Bianconi
2022-07-11
mt76: connac: move tx initialization/cleanup in mt76_connac module
Lorenzo Bianconi
2022-05-13
mt76: mt7915: add Wireless Ethernet Dispatch support
Felix Fietkau
2022-05-13
mt76: mt7915: rework hardware/phy initialization
Felix Fietkau
2022-05-06
mt76: switch to netif_napi_add_tx()
Jakub Kicinski
2022-02-24
mt76: mt7915: introduce band_idx in mt7915_phy
Bo Jiao
2022-02-03
mt76: mt7915: rework dma.c to adapt mt7916 changes
Bo Jiao
2022-02-03
mt76: mt7915: refine register definition
Bo Jiao
2021-06-19
mt76: reduce rx buffer size to 2048
Lorenzo Bianconi
2021-06-17
mt76: mt7915: move mt7915_queue_rx_skb to mac.c
Felix Fietkau
2021-04-21
mt76: dma: add the capability to define a custom rx napi poll routine
Lorenzo Bianconi
2021-04-12
mt76: mt7915: add mmio.c
Ryder Lee
2021-04-12
mt76: use threaded NAPI
Felix Fietkau
2021-01-27
mt76: mt7915: add support for using a secondary PCIe link for gen1
Felix Fietkau
2021-01-27
mt76: mt7915: bring up the WA event rx queue for band1
Felix Fietkau
2020-12-04
mt76: mt7915: introduce dbdc support
Lorenzo Bianconi
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-12-04
mt76: mt7915: implement testmode rx support
Shayne Chen
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: remove struct mt76_sw_queue
Felix Fietkau
2020-09-24
mt76: remove swq from struct mt76_sw_queue
Felix Fietkau
2020-09-24
mt76: mt7915: add support for accessing mapped registers via bus ops
Felix Fietkau
2020-09-24
mt76: mt7915: significantly reduce interrupt load
Felix Fietkau
2020-09-24
mt76: mt7915: schedule tx tasklet in mt7915_mac_tx_free
Felix Fietkau
2020-09-24
mt76: mt7915: optimize mt7915_mac_sta_poll
Felix Fietkau
2020-09-24
mt76: mt7915: do not do any work in napi poll after calling napi_complete_done()
Felix Fietkau
2020-07-21
mt76: mt7915: overwrite qid for non-bufferable mgmt frames
Ryder Lee
2020-05-12
mt76: add mac80211 driver for MT7915 PCIe-based chipsets
Ryder Lee