aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-08net: stmmac: fix get_hw_feature() on old hardwareHerve Codina1-2/+4
2021-03-25net: stmmac: introduce DMA interrupt status masking per traffic directionOng Boon Leong1-1/+7
2021-03-17net: stmmac: add per-queue TX & RX coalesce ethtool supportOng Boon Leong1-5/+2
2020-01-13net: stmmac: xgmac: Add TBS supportJose Abreu1-0/+24
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-12-18net: stmmac: xgmac3+: Add support for Frame PreemptionJose Abreu1-0/+1
2019-12-18net: stmmac: Add basic EST support for XGMACJose Abreu1-0/+3
2019-12-18net: stmmac: Let TX and RX interrupts be independently enabled/disabledJose Abreu1-4/+20
2019-12-18net: stmmac: xgmac: Clear previous RX buffer sizeJose Abreu1-1/+2
2019-11-15net: stmmac: xgmac: Remove uneeded computation for RFA/RFDJose Abreu1-12/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2019-11-06net: stmmac: xgmac: Disable Flow Control when 1 or more queues are in AVJose Abreu1-0/+2
2019-11-06net: stmmac: xgmac: Fix AV Feature detectionJose Abreu1-1/+1
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-10-03net: stmmac: Only enable enhanced addressing mode when neededThierry Reding1-1/+4
2019-10-01net: stmmac: xgmac: Detect Hash Table size dinamicallyJose Abreu1-0/+1
2019-09-05net: stmmac: xgmac: Correct RAVSEL field interpretationJose Abreu1-1/+1
2019-09-05net: stmmac: xgmac: Implement ARP OffloadJose Abreu1-0/+1
2019-09-05net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu1-0/+1
2019-09-05net: stmmac: xgmac: Add RBU handling in DMA interruptJose Abreu1-0/+4
2019-08-17net: stmmac: Add support for VLAN Insertion OffloadJose Abreu1-0/+2
2019-08-17net: stmmac: xgmac: Add EEE supportJose Abreu1-0/+1
2019-08-17net: stmmac: Add ethtool register dump for XGMAC coresJose Abreu1-1/+9
2019-08-17net: stmmac: Add Split Header support and enable it in XGMAC coresJose Abreu1-0/+18
2019-08-08net: stmmac: Add Flexible RX Parser support in XGMACJose Abreu1-0/+3
2019-08-08net: stmmac: Implement Safety Features in XGMAC coreJose Abreu1-0/+4
2019-08-08net: stmmac: Implement VLAN Hash Filtering in XGMACJose Abreu1-0/+1
2019-08-08net: stmmac: Implement RSS and enable it in XGMAC coreJose Abreu1-0/+1
2019-08-08net: stmmac: xgmac: Implement MMC countersJose Abreu1-0/+1
2019-07-09net: stmmac: Fix descriptors address being in > 32 bits address spaceJose Abreu1-4/+6
2019-06-28net: stmmac: Enable support for > 32 Bits addressing in XGMACJose Abreu1-1/+18
2019-06-28net: stmmac: dwxgmac: Fix the undefined burst settingJose Abreu1-3/+3
2019-06-28net: stmmac: dwxgmac: Enable EDMA by defaultJose Abreu1-0/+2
2019-05-24net: stmmac: dwxgmac2: Do not disable whole RX in dma_stop_rx()Jose Abreu1-4/+0
2019-04-17net: stmmac: dwxgmac: Finish the Flow Control implementationJose Abreu1-0/+46
2019-02-21net: stmmac: dwxgmac2: Also use TBU interrupt to clean TX pathJose Abreu1-5/+3
2019-01-11net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu1-3/+3
2018-09-01net: stmmac: Add CBS support in XGMAC2Jose Abreu1-0/+19
2018-08-09net: stmmac: Add DMA related callbacks for XGMAC2Jose Abreu1-0/+411