summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/dma.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01wifi: mt76: fix crash with WED rx support enabledFelix Fietkau1-4/+6
2023-11-20wifi: mt76: remove unused error path in mt76_connac_tx_complete_skbFelix Fietkau1-3/+0
2023-09-04wifi: mt76: fix lock dependency problem for wed_lockLorenzo Bianconi1-4/+4
2023-07-25wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recoveryBo Jiao1-0/+6
2023-04-19wifi: mt76: dma: use napi_build_skbFelix Fietkau1-1/+1
2023-04-17wifi: mt76: add missing locking to protect against concurrent rx/status callsFelix Fietkau1-0/+2
2023-04-17wifi: mt76: drop the incorrect scatter and gather framePeter Chiu1-2/+4
2023-02-03wifi: mt76: mt7915: add mt7915 wed reset callbacksLorenzo Bianconi1-0/+2
2023-02-03wifi: mt76: dma: reset wed queues in mt76_dma_rx_resetSujuan Chen1-2/+7
2023-02-03wifi: mt76: dma: add reset to mt76_dma_wed_setup signatureSujuan Chen1-6/+10
2023-02-03wifi: mt76: mt7915: release rxwi in mt7915_wed_release_rx_bufSujuan Chen1-1/+2
2023-02-03wifi: mt76: switch to page_pool allocatorLorenzo Bianconi1-37/+35
2023-02-03wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanupLorenzo Bianconi1-2/+1
2023-02-03wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanupLorenzo Bianconi1-6/+7
2023-02-03wifi: mt76: introduce mt76_queue_is_wed_rx utility routineLorenzo Bianconi1-4/+2
2023-01-17Merge wireless into wireless-nextKalle Valo1-52/+72
2023-01-16wifi: mt76: dma: fix a regression in adding rx buffersFelix Fietkau1-52/+72
2023-01-16wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi1-1/+9
2023-01-16wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf failsLorenzo Bianconi1-4/+5
2022-12-21Merge tag 'mt76-for-kvalo-2022-12-09' of https://github.com/nbd168/wirelessKalle Valo1-20/+15
2022-12-09wifi: mt76: dma: rely on queue page_frag_cache for wed rx queuesLorenzo Bianconi1-15/+1
2022-12-09wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi1-1/+9
2022-12-09wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf failsLorenzo Bianconi1-4/+5
2022-12-07net: ethernet: mtk_wed: add reset to rx_ring_setup callbackLorenzo Bianconi1-1/+1
2022-12-03Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-50/+194
2022-12-01wifi: mt76: add info parameter to rx_skb signatureSujuan Chen1-4/+4
2022-12-01wifi: mt76: add WED RX support to dma queue allocLorenzo Bianconi1-1/+9
2022-12-01wifi: mt76: add WED RX support to mt76_dma_rx_fillLorenzo Bianconi1-6/+27
2022-12-01wifi: mt76: add WED RX support to mt76_dma_{add,get}_bufLorenzo Bianconi1-39/+86
2022-12-01wifi: mt76: introduce rxwi and rx token utility routinesSujuan Chen1-0/+68
2022-11-29net: ethernet: mtk_wed: add reset to tx_ring_setup callbackLorenzo Bianconi1-1/+1
2022-10-11wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau1-4/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi1-4/+9
2022-07-11mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau1-3/+3
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-33/+127
2022-05-13mt76: add support for overriding the device used for DMA mappingFelix Fietkau1-17/+17
2022-05-13mt76: dma: add wrapper macro for accessing queue registersFelix Fietkau1-9/+12
2022-05-13mt76: dma: use kzalloc instead of devm_kzalloc for txwiFelix Fietkau1-2/+4
2022-02-03mt76: dma: initialize skip_unmap in mt76_dma_rx_fillLorenzo Bianconi1-0/+1
2022-02-03mt76: add MT_RXQ_MAIN_WA for mt7916Bo Jiao1-2/+11
2021-12-19mt76: allow drivers to drop rx packets earlyFelix Fietkau1-7/+12
2021-06-17mt76: dma: use ieee80211_tx_status_ext to free packets when tx failsFelix Fietkau1-6/+12
2021-06-17mt76: intialize tx queue entry wcid to 0xffff by defaultFelix Fietkau1-0/+1
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi1-5/+5
2021-04-13mt76: fix potential DMA mapping leakFelix Fietkau1-1/+1
2021-04-12mt76: dma: export mt76_dma_rx_cleanup routineLorenzo Bianconi1-0/+1
2021-04-12mt76: dma: introduce mt76_dma_queue_reset routineLorenzo Bianconi1-18/+28
2021-04-12mt76: use threaded NAPIFelix Fietkau1-2/+4
2021-02-26mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi1-4/+7