summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: protect updates of 64-bit statistics countersPetr Tesarik2024-02-071-8/+7
* net: stmmac: fix incorrect rxq|txq_stats referenceJisheng Zhang2023-09-191-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-271-1/+3
|\
| * net: stmmac: Apply redundant write work around on 4.xx tooVincent Whitchurch2023-07-251-1/+3
* | net: stmmac: use per-queue 64 bit statistics where necessaryJisheng Zhang2023-07-191-6/+9
|/
* net: stmmac: dwmac4: Allow platforms to specify some DMA/MTL offsetsAndrew Halaney2023-04-131-23/+44
* net: stmmac: Pass stmmac_priv in some callbacksAndrew Halaney2023-04-131-13/+25
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* net: stmmac: add ethtool per-queue irq statistic supportVijayakannan Ayyathurai2021-08-161-0/+2
* net: stmmac: fix INTR TBU status affecting irq count statisticVoon Weifeng2021-08-161-2/+3
* net: stmmac: use interrupt mode INTM=1 for multi-MSIWong, Vee Khee2021-03-251-12/+11
* net: stmmac: introduce DMA interrupt status masking per traffic directionOng Boon Leong2021-03-251-1/+6
* net: stmmac: stop each tx channel independentlyJoakim Zhang2021-02-261-4/+0
* net: stmmac: increase the timeout for dma resetFugang Duan2020-12-081-1/+1
* net: stmmac: use readl_poll_timeout() function in dwmac4_dma_reset()Dejin Zheng2020-03-161-11/+4
* net: stmmac: Let TX and RX interrupts be independently enabled/disabledJose Abreu2019-12-181-8/+39
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
* | net: stmmac: dwmac4/5: Do not disable whole RX in dma_stop_rx()Jose Abreu2019-05-241-4/+0
|/
* net: stmmac: dwmac4: Also use TBU interrupt to clean TX pathJose Abreu2019-02-211-17/+7
* net: stmmac: prepare rx/tx set tail function for multiple queuesJoao Pinto2017-03-151-2/+2
* net: stmmac: rx and tx ring length prepared for multiple queuesJoao Pinto2017-03-151-4/+4
* net: stmmac: prepare dma interrupt treatment for multiple queuesJoao Pinto2017-03-151-4/+4
* net: stmmac: rx/tx dma start/stop prepared for multiple queuesJoao Pinto2017-03-151-12/+12
* net: stmmac: enable/disable dma irq prepared for multiple queuesJoao Pinto2017-03-151-6/+6
* stmmac: add DMA support for GMAC 4.xxAlexandre TORGUE2016-04-021-0/+225