index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
dma.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921
Felix Fietkau
2022-10-11
1
-4
/
+1
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-1
/
+1
*
mt76: introduce phys array in mt76_dev structure
Lorenzo Bianconi
2022-07-11
1
-4
/
+9
*
mt76: pass original queue id from __mt76_tx_queue_skb to the driver
Felix Fietkau
2022-07-11
1
-3
/
+3
*
mt76: mt7915: add Wireless Ethernet Dispatch support
Felix Fietkau
2022-05-13
1
-33
/
+127
*
mt76: add support for overriding the device used for DMA mapping
Felix Fietkau
2022-05-13
1
-17
/
+17
*
mt76: dma: add wrapper macro for accessing queue registers
Felix Fietkau
2022-05-13
1
-9
/
+12
*
mt76: dma: use kzalloc instead of devm_kzalloc for txwi
Felix Fietkau
2022-05-13
1
-2
/
+4
*
mt76: dma: initialize skip_unmap in mt76_dma_rx_fill
Lorenzo Bianconi
2022-02-03
1
-0
/
+1
*
mt76: add MT_RXQ_MAIN_WA for mt7916
Bo Jiao
2022-02-03
1
-2
/
+11
*
mt76: allow drivers to drop rx packets early
Felix Fietkau
2021-12-19
1
-7
/
+12
*
mt76: dma: use ieee80211_tx_status_ext to free packets when tx fails
Felix Fietkau
2021-06-17
1
-6
/
+12
*
mt76: intialize tx queue entry wcid to 0xffff by default
Felix Fietkau
2021-06-17
1
-0
/
+1
*
mt76: dma: add the capability to define a custom rx napi poll routine
Lorenzo Bianconi
2021-04-21
1
-5
/
+5
*
mt76: fix potential DMA mapping leak
Felix Fietkau
2021-04-12
1
-1
/
+1
*
mt76: dma: export mt76_dma_rx_cleanup routine
Lorenzo Bianconi
2021-04-12
1
-0
/
+1
*
mt76: dma: introduce mt76_dma_queue_reset routine
Lorenzo Bianconi
2021-04-12
1
-18
/
+28
*
mt76: use threaded NAPI
Felix Fietkau
2021-04-12
1
-2
/
+4
*
mt76: dma: do not report truncated frames to mac80211
Lorenzo Bianconi
2021-02-26
1
-4
/
+7
*
mt76: fix tx skb error handling in mt76_dma_tx_queue_skb
Felix Fietkau
2021-02-18
1
-9
/
+6
*
Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/...
David S. Miller
2021-02-13
1
-2
/
+6
|
\
|
*
mt76: testmode: introduce dbdc support
Shayne Chen
2021-01-26
1
-2
/
+6
*
|
mt76: dma: fix a possible memory leak in mt76_add_fragment()
Lorenzo Bianconi
2021-01-28
1
-3
/
+5
|
/
*
mt76: attempt to free up more room when filling the tx queue
Felix Fietkau
2020-12-04
1
-0
/
+3
*
mt76: improve tx queue stop/wake
Felix Fietkau
2020-12-04
1
-10
/
+0
*
mt76: move tx hw data queues in mt76_phy
Lorenzo Bianconi
2020-12-04
1
-2
/
+5
*
mt76: move mcu queues to mt76_dev q_mcu array
Lorenzo Bianconi
2020-12-04
1
-0
/
+4
*
mt76: rely on mt76_queue in tx_queue_skb_raw signature
Lorenzo Bianconi
2020-12-04
1
-2
/
+1
*
mt76: rely on mt76_queue in tx_queue_skb signature
Lorenzo Bianconi
2020-12-04
1
-3
/
+2
*
mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signature
Lorenzo Bianconi
2020-12-04
1
-5
/
+4
*
mt76: dma: fix possible deadlock running mt76_dma_cleanup
Lorenzo Bianconi
2020-12-04
1
-0
/
+2
*
mt76: move txwi handling code to dma.c, since it is mmio specific
Felix Fietkau
2020-09-24
1
-0
/
+72
*
mt76: dma: cache dma map address/len in struct mt76_queue_entry
Felix Fietkau
2020-09-24
1
-23
/
+20
*
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
2020-09-24
1
-0
/
+1
*
mt76: remove struct mt76_sw_queue
Felix Fietkau
2020-09-24
1
-4
/
+3
*
mt76: remove qid argument to drv->tx_complete_skb
Felix Fietkau
2020-09-24
1
-1
/
+1
*
mt76: unify queue tx cleanup code
Felix Fietkau
2020-09-24
1
-16
/
+1
*
mt76: add memory barrier to DMA queue kick
Felix Fietkau
2020-09-24
1
-0
/
+1
*
mt76: dma: update q->queued immediately on cleanup
Felix Fietkau
2020-09-24
1
-25
/
+14
*
mt76: fix double DMA unmap of the first buffer on 7615/7915
Felix Fietkau
2020-09-24
1
-1
/
+7
*
mt76: add API for testmode support
Felix Fietkau
2020-07-21
1
-0
/
+6
*
mt76: only iterate over initialized rx queues
Felix Fietkau
2020-05-28
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-13
1
-3
/
+6
|
\
|
*
mt76: fix array overflow on receiving too many fragments for a packet
Felix Fietkau
2020-03-03
1
-3
/
+6
*
|
mt76: dma: do not write cpu_idx on rx queue reset until after refill
Felix Fietkau
2020-02-14
1
-7
/
+8
*
|
mt76: fix handling full tx queues in mt76_dma_tx_queue_skb_raw
Felix Fietkau
2020-02-14
1
-1
/
+8
*
|
mt76: set dma-done flag for flushed descriptors
Felix Fietkau
2020-02-14
1
-1
/
+3
*
|
mt76: disable bh in mt76_dma_rx_poll
Felix Fietkau
2020-02-14
1
-0
/
+2
*
|
mt76: fix rx dma ring descriptor state on reset
Felix Fietkau
2020-02-14
1
-1
/
+1
*
|
mt76: keep a set of software tx queues per phy
Felix Fietkau
2020-02-14
1
-2
/
+10
[next]