summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.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
* net: stmmac: Check more MAC HW features for XGMAC Core 3.20Furong Xu2023-08-201-0/+23
* net: stmmac: xgmac: show more MAC HW features in debugfsFurong Xu2023-08-141-1/+5
* net: stmmac: use per-queue 64 bit statistics where necessaryJisheng Zhang2023-07-191-6/+8
* net: stmmac: xgmac: Fix L3L4 filter countRohan G Thomas2023-07-191-0/+10
* net: stmmac: xgmac: add ethtool per-queue irq statistic supportTeoh Ji Sheng2023-05-091-0/+2
* net: stmmac: Pass stmmac_priv in some callbacksAndrew Halaney2023-04-131-25/+46
* net: stmmac: fix get_hw_feature() on old hardwareHerve Codina2021-10-081-2/+4
* net: stmmac: introduce DMA interrupt status masking per traffic directionOng Boon Leong2021-03-251-1/+7
* net: stmmac: add per-queue TX & RX coalesce ethtool supportOng Boon Leong2021-03-171-5/+2
* net: stmmac: xgmac: Add TBS supportJose Abreu2020-01-131-0/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+2
|\
| * net: stmmac: xgmac: Clear previous RX buffer sizeJose Abreu2019-12-181-1/+2
* | net: stmmac: xgmac3+: Add support for Frame PreemptionJose Abreu2019-12-181-0/+1
* | net: stmmac: Add basic EST support for XGMACJose Abreu2019-12-181-0/+3
* | net: stmmac: Let TX and RX interrupts be independently enabled/disabledJose Abreu2019-12-181-4/+20
|/
* net: stmmac: xgmac: Remove uneeded computation for RFA/RFDJose Abreu2019-11-151-12/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+3
|\
| * net: stmmac: xgmac: Disable Flow Control when 1 or more queues are in AVJose Abreu2019-11-061-0/+2
| * net: stmmac: xgmac: Fix AV Feature detectionJose Abreu2019-11-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-051-0/+1
|\|
| * net: stmmac: xgmac: Detect Hash Table size dinamicallyJose Abreu2019-10-011-0/+1
* | net: stmmac: Only enable enhanced addressing mode when neededThierry Reding2019-10-031-1/+4
|/
* net: stmmac: xgmac: Correct RAVSEL field interpretationJose Abreu2019-09-051-1/+1
* net: stmmac: xgmac: Implement ARP OffloadJose Abreu2019-09-051-0/+1
* net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu2019-09-051-0/+1
* net: stmmac: xgmac: Add RBU handling in DMA interruptJose Abreu2019-09-051-0/+4
* net: stmmac: Add support for VLAN Insertion OffloadJose Abreu2019-08-171-0/+2
* net: stmmac: xgmac: Add EEE supportJose Abreu2019-08-171-0/+1
* net: stmmac: Add ethtool register dump for XGMAC coresJose Abreu2019-08-171-1/+9
* net: stmmac: Add Split Header support and enable it in XGMAC coresJose Abreu2019-08-171-0/+18
* net: stmmac: Add Flexible RX Parser support in XGMACJose Abreu2019-08-081-0/+3
* net: stmmac: Implement Safety Features in XGMAC coreJose Abreu2019-08-081-0/+4
* net: stmmac: Implement VLAN Hash Filtering in XGMACJose Abreu2019-08-081-0/+1
* net: stmmac: Implement RSS and enable it in XGMAC coreJose Abreu2019-08-081-0/+1
* net: stmmac: xgmac: Implement MMC countersJose Abreu2019-08-081-0/+1
* net: stmmac: Fix descriptors address being in > 32 bits address spaceJose Abreu2019-07-091-4/+6
* net: stmmac: Enable support for > 32 Bits addressing in XGMACJose Abreu2019-06-281-1/+18
* net: stmmac: dwxgmac: Fix the undefined burst settingJose Abreu2019-06-281-3/+3
* net: stmmac: dwxgmac: Enable EDMA by defaultJose Abreu2019-06-281-0/+2
* net: stmmac: dwxgmac2: Do not disable whole RX in dma_stop_rx()Jose Abreu2019-05-241-4/+0
* net: stmmac: dwxgmac: Finish the Flow Control implementationJose Abreu2019-04-171-0/+46
* net: stmmac: dwxgmac2: Also use TBU interrupt to clean TX pathJose Abreu2019-02-211-5/+3
* net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu2019-01-111-3/+3
* net: stmmac: Add CBS support in XGMAC2Jose Abreu2018-09-011-0/+19
* net: stmmac: Add DMA related callbacks for XGMAC2Jose Abreu2018-08-091-0/+411