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
/
mt7615
/
dma.c
Age
Commit message (
Expand
)
Author
2023-12-07
wifi: mt76: introduce wed pointer in mt76_queue
Lorenzo Bianconi
2023-04-17
wifi: mt76: add mt76_connac_irq_enable utility routine
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-06
mt76: switch to netif_napi_add_tx()
Jakub Kicinski
2021-06-19
mt76: reduce rx buffer size to 2048
Lorenzo Bianconi
2021-06-19
mt76: connac: add mt76_connac_power_save_sched in mt76_connac_pm_unref
Lorenzo Bianconi
2021-04-21
mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napi
Lorenzo Bianconi
2021-04-21
mt76: dma: add the capability to define a custom rx napi poll routine
Lorenzo Bianconi
2021-04-21
mt76: mt7615: fix hardware error recovery for mt7663
Felix Fietkau
2021-04-12
mt76: mt7615: fix chip reset on MT7622 and MT7663e
Felix Fietkau
2021-04-12
mt76: use threaded NAPI
Felix Fietkau
2020-12-04
mt76: move band capabilities in mt76_phy
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-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: mt7615: significantly reduce interrupt load
Felix Fietkau
2020-09-24
mt76: mt7615: do not do any work in napi poll after calling napi_complete_done()
Felix Fietkau
2020-09-24
mt76: mt7615: reschedule runtime-pm receiving a tx interrupt
Lorenzo Bianconi
2020-07-21
mt76: mt7615: schedule tx tasklet and sta poll on mac tx free
Felix Fietkau
2020-07-21
mt76: overwrite qid for non-bufferable mgmt frames
Lorenzo Bianconi
2020-07-21
mt76: mt7615: fix hw queue mapping
Lorenzo Bianconi
2020-05-12
mt76: mt7615: introduce PM support
Lorenzo Bianconi
2020-05-12
mt76: mt7615: use larger rx buffers if VHT is supported
Felix Fietkau
2020-05-12
mt76: mt7615: rework mt7615_mac_sta_poll for usb code
Lorenzo Bianconi
2020-05-12
mt76: mt7615: move core shared code in mt7615-common module
Lorenzo Bianconi
2020-03-17
mt76: mt7615: introduce mt7663e support
Lorenzo Bianconi
2020-02-14
mt76: mt7615: implement hardware reset support
Felix Fietkau
2020-02-14
mt76: mt7615: decrease rx ring size for MT7622
Felix Fietkau
2020-02-14
mt76: mt7615: add dma and tx queue initialization for MT7622
Felix Fietkau
2019-11-20
mt76: mt7615: track tx/rx airtime for airtime fairness
Lorenzo Bianconi
2019-09-05
mt76: move mt76_tx_tasklet in mt76 module
Lorenzo Bianconi
2019-09-05
mt76: mt7615: add hw dfs pattern detector support
Lorenzo Bianconi
2019-06-25
mt76: move netif_napi_del in mt76_dma_cleanup
Lorenzo Bianconi
2019-06-25
mt76: mt7615: use napi polling for tx cleanup
Lorenzo Bianconi
2019-05-01
mt76: add mac80211 driver for MT7615 PCIe-based chipsets
Ryder Lee