aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-08-16net: stmmac: add ethtool per-queue irq statistic supportVijayakannan Ayyathurai1-0/+2
2021-08-16net: stmmac: fix INTR TBU status affecting irq count statisticVoon Weifeng1-2/+3
2021-03-25net: stmmac: use interrupt mode INTM=1 for multi-MSIWong, Vee Khee1-12/+11
2021-03-25net: stmmac: introduce DMA interrupt status masking per traffic directionOng Boon Leong1-1/+6
2021-02-26net: stmmac: stop each tx channel independentlyJoakim Zhang1-4/+0
2020-12-08net: stmmac: increase the timeout for dma resetFugang Duan1-1/+1
2020-03-16net: stmmac: use readl_poll_timeout() function in dwmac4_dma_reset()Dejin Zheng1-11/+4
2019-12-18net: stmmac: Let TX and RX interrupts be independently enabled/disabledJose Abreu1-8/+39
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-05-24net: stmmac: dwmac4/5: Do not disable whole RX in dma_stop_rx()Jose Abreu1-4/+0
2019-02-21net: stmmac: dwmac4: Also use TBU interrupt to clean TX pathJose Abreu1-17/+7
2017-03-15net: stmmac: prepare rx/tx set tail function for multiple queuesJoao Pinto1-2/+2
2017-03-15net: stmmac: rx and tx ring length prepared for multiple queuesJoao Pinto1-4/+4
2017-03-15net: stmmac: prepare dma interrupt treatment for multiple queuesJoao Pinto1-4/+4
2017-03-15net: stmmac: rx/tx dma start/stop prepared for multiple queuesJoao Pinto1-12/+12
2017-03-15net: stmmac: enable/disable dma irq prepared for multiple queuesJoao Pinto1-6/+6
2016-04-02stmmac: add DMA support for GMAC 4.xxAlexandre TORGUE1-0/+225