aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7603/dma.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20wifi: mt76: un-embedd netdev from mt76_devGravatar Breno Leitao 1-1/+1
2024-05-02wifi: mt76: mt7603: fix tx queue of loopback packetsGravatar Felix Fietkau 1-14/+32
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueGravatar Lorenzo Bianconi 1-4/+5
2022-12-01wifi: mt76: add info parameter to rx_skb signatureGravatar Sujuan Chen 1-1/+1
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportGravatar Felix Fietkau 1-4/+4
2022-05-06mt76: switch to netif_napi_add_tx()Gravatar Jakub Kicinski 1-2/+2
2022-03-16mt76: use le32/16_get_bits() whenever possibleGravatar Ryder Lee 1-1/+1
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineGravatar Lorenzo Bianconi 1-1/+1
2021-04-12mt76: use threaded NAPIGravatar Felix Fietkau 1-1/+1
2020-12-04mt76: move tx hw data queues in mt76_phyGravatar Lorenzo Bianconi 1-2/+2
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayGravatar Lorenzo Bianconi 1-27/+24
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineGravatar Lorenzo Bianconi 1-1/+1
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureGravatar Lorenzo Bianconi 1-2/+2
2020-12-04mt76: move mt76_init_tx_queue in common codeGravatar Lorenzo Bianconi 1-8/+2
2020-09-24mt76: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-09-24mt76: convert from tx tasklet to tx worker threadGravatar Felix Fietkau 1-2/+1
2020-09-24mt76: mt7603: tune tx ring sizeGravatar Felix Fietkau 1-2/+2
2020-09-24mt76: remove struct mt76_sw_queueGravatar Felix Fietkau 1-9/+7
2020-09-24mt76: remove swq from struct mt76_sw_queueGravatar Felix Fietkau 1-1/+0
2020-02-14mt76: mt7603: increase dma mcu rx ring sizeGravatar Felix Fietkau 1-1/+1
2020-02-14mt76: mt7603: fix input validation issues for powersave-filtered framesGravatar Felix Fietkau 1-4/+15
2019-11-20mt76: mt7603: track tx airtime for airtime fairness and surveyGravatar Felix Fietkau 1-0/+2
2019-09-05mt76: mt7603: remove unnecessary mcu queue initializationGravatar Lorenzo Bianconi 1-3/+0
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleGravatar Lorenzo Bianconi 1-11/+0
2019-09-05mt76: mt7603: fix some checkpatch warningsGravatar Ryder Lee 1-3/+4
2019-06-25mt76: move netif_napi_del in mt76_dma_cleanupGravatar Lorenzo Bianconi 1-1/+0
2019-06-25mt76: mt7603: use napi polling for tx cleanupGravatar Lorenzo Bianconi 1-3/+27
2019-05-01mt76: only schedule txqs from the tx taskletGravatar Felix Fietkau 1-0/+2
2019-05-01mt76: move tx tasklet to struct mt76_devGravatar Felix Fietkau 1-2/+2
2019-05-01mt76: introduce mt76_sw_queue data structureGravatar Lorenzo Bianconi 1-3/+10
2019-05-01mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 moduleGravatar Lorenzo Bianconi 1-16/+10
2019-03-07mt76: mt7603: notify mac80211 about buffered frames in ps queueGravatar Felix Fietkau 1-2/+11
2019-03-07mt76: mt7603: fix up hardware queue index for PS filtered packetsGravatar Felix Fietkau 1-0/+4
2019-02-26mt76: add driver for MT7603E and MT7628/7688Gravatar Felix Fietkau 1-0/+215