summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/dma.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: dma: use napi_build_skbFelix Fietkau2023-04-191-1/+1
* wifi: mt76: add missing locking to protect against concurrent rx/status callsFelix Fietkau2023-04-171-0/+2
* wifi: mt76: drop the incorrect scatter and gather framePeter Chiu2023-04-171-2/+4
* wifi: mt76: mt7915: add mt7915 wed reset callbacksLorenzo Bianconi2023-02-031-0/+2
* wifi: mt76: dma: reset wed queues in mt76_dma_rx_resetSujuan Chen2023-02-031-2/+7
* wifi: mt76: dma: add reset to mt76_dma_wed_setup signatureSujuan Chen2023-02-031-6/+10
* wifi: mt76: mt7915: release rxwi in mt7915_wed_release_rx_bufSujuan Chen2023-02-031-1/+2
* wifi: mt76: switch to page_pool allocatorLorenzo Bianconi2023-02-031-37/+35
* wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanupLorenzo Bianconi2023-02-031-2/+1
* wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanupLorenzo Bianconi2023-02-031-6/+7
* wifi: mt76: introduce mt76_queue_is_wed_rx utility routineLorenzo Bianconi2023-02-031-4/+2
* Merge wireless into wireless-nextKalle Valo2023-01-171-52/+72
|\
| * wifi: mt76: dma: fix a regression in adding rx buffersFelix Fietkau2023-01-161-52/+72
| * wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi2023-01-161-1/+9
| * wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf failsLorenzo Bianconi2023-01-161-4/+5
* | Merge tag 'mt76-for-kvalo-2022-12-09' of https://github.com/nbd168/wirelessKalle Valo2022-12-211-20/+15
|\ \ | |/ |/|
| * wifi: mt76: dma: rely on queue page_frag_cache for wed rx queuesLorenzo Bianconi2022-12-091-15/+1
| * wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi2022-12-091-1/+9
| * wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf failsLorenzo Bianconi2022-12-091-4/+5
* | net: ethernet: mtk_wed: add reset to rx_ring_setup callbackLorenzo Bianconi2022-12-061-1/+1
|/
* Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-12-021-50/+194
|\
| * wifi: mt76: add info parameter to rx_skb signatureSujuan Chen2022-12-011-4/+4
| * wifi: mt76: add WED RX support to dma queue allocLorenzo Bianconi2022-12-011-1/+9
| * wifi: mt76: add WED RX support to mt76_dma_rx_fillLorenzo Bianconi2022-12-011-6/+27
| * wifi: mt76: add WED RX support to mt76_dma_{add,get}_bufLorenzo Bianconi2022-12-011-39/+86
| * wifi: mt76: introduce rxwi and rx token utility routinesSujuan Chen2022-12-011-0/+68
* | net: ethernet: mtk_wed: add reset to tx_ring_setup callbackLorenzo Bianconi2022-11-291-1/+1
|/
* wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau2022-10-111-4/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* mt76: introduce phys array in mt76_dev structureLorenzo Bianconi2022-07-111-4/+9
* mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau2022-07-111-3/+3
* mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau2022-05-131-33/+127
* mt76: add support for overriding the device used for DMA mappingFelix Fietkau2022-05-131-17/+17
* mt76: dma: add wrapper macro for accessing queue registersFelix Fietkau2022-05-131-9/+12
* mt76: dma: use kzalloc instead of devm_kzalloc for txwiFelix Fietkau2022-05-131-2/+4
* mt76: dma: initialize skip_unmap in mt76_dma_rx_fillLorenzo Bianconi2022-02-031-0/+1
* mt76: add MT_RXQ_MAIN_WA for mt7916Bo Jiao2022-02-031-2/+11
* mt76: allow drivers to drop rx packets earlyFelix Fietkau2021-12-191-7/+12
* mt76: dma: use ieee80211_tx_status_ext to free packets when tx failsFelix Fietkau2021-06-171-6/+12
* mt76: intialize tx queue entry wcid to 0xffff by defaultFelix Fietkau2021-06-171-0/+1
* mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi2021-04-211-5/+5
* mt76: fix potential DMA mapping leakFelix Fietkau2021-04-121-1/+1
* mt76: dma: export mt76_dma_rx_cleanup routineLorenzo Bianconi2021-04-121-0/+1
* mt76: dma: introduce mt76_dma_queue_reset routineLorenzo Bianconi2021-04-121-18/+28
* mt76: use threaded NAPIFelix Fietkau2021-04-121-2/+4
* mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi2021-02-261-4/+7
* mt76: fix tx skb error handling in mt76_dma_tx_queue_skbFelix Fietkau2021-02-181-9/+6
* Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/...David S. Miller2021-02-121-2/+6
|\
| * mt76: testmode: introduce dbdc supportShayne Chen2021-01-261-2/+6
* | mt76: dma: fix a possible memory leak in mt76_add_fragment()Lorenzo Bianconi2021-01-281-3/+5
|/