summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-10net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN strippingBoon Khai Ng1-0/+2
2025-05-10net: stmmac: Refactor VLAN implementationBoon Khai Ng1-87/+0
2025-02-07net: stmmac: remove old EEE methodsRussell King (Oracle)1-15/+0
2025-02-07net: stmmac: add new MAC method set_lpi_mode()Russell King (Oracle)1-12/+24
2025-02-07net: stmmac: use common LPI_CTRL_STATUS bit definitionsRussell King (Oracle)1-9/+9
2024-11-04net: stmmac: xgmac: Complete FPE supportFurong Xu1-0/+2
2024-11-04net: stmmac: Refactor FPE functions to generic versionFurong Xu1-2/+0
2024-11-04net: stmmac: Introduce separate files for FPE implementationFurong Xu1-26/+1
2024-09-11net: stmmac: refactor FPE verification processFurong Xu1-4/+5
2024-08-09net: stmmac: xgmac: use const char arrays for string constantsSimon Horman1-35/+34
2024-07-24net: stmmac: Correct byte order of perfect_matchSimon Horman1-1/+1
2024-05-31net: stmmac: dwxgmac2: remove useless NULL pointer initialisationsRussell King (Oracle)1-6/+0
2024-04-16net: stmmac: Fix IP-cores specific MAC capabilitiesSerge Semin1-10/+8
2024-04-04net: stmmac: fix rx queue priority assignmentPiotr Wejman1-7/+31
2024-02-13net: stmmac: xgmac: use #define for string constantsSimon Horman1-34/+35
2024-02-06net: stmmac: xgmac: fix a typo of register name in DPP safety handlingFurong Xu1-1/+1
2024-02-02net: stmmac: xgmac: fix handling of DPP safety error for DMA channelsFurong Xu1-1/+56
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-12-05net: stmmac: Refactor EST implementationRohan G Thomas1-143/+0
2023-12-05net: stmmac: xgmac: EST interrupts handlingRohan G Thomas1-0/+90
2023-12-05net: stmmac: fix FPE events losingJianheng Zhang1-1/+2
2023-11-03net: stmmac: xgmac: Enable support for multiple Flexible PPS outputsFurong Xu1-1/+13
2023-08-26net: stmmac: move xgmac specific phylink caps to dwxgmac2 coreRussell King (Oracle)1-0/+10
2023-08-20net: stmmac: Check more MAC HW features for XGMAC Core 3.20Furong Xu1-2/+4
2023-08-11net: stmmac: xgmac: RX queue routing configurationFurong Xu1-2/+32
2023-04-13net: stmmac: Pass stmmac_priv in some callbacksAndrew Halaney1-3/+6
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+2
2021-06-02net: stmmac: enable platform specific safety featuresWong Vee Khee1-1/+3
2020-04-02net: stmmac: xgmac: Fix VLAN register handlingJose Abreu1-0/+11
2020-03-18net: stmmac: Add support for Enterprise MAC versionJose Abreu1-0/+99
2020-02-07net: stmmac: xgmac: fix missing IFF_MULTICAST checki in dwxgmac2_set_filterTan, Tee Min1-1/+1
2020-02-07net: stmmac: xgmac: fix incorrect XGMAC_VLAN_TAG register writtingOng Boon Leong1-2/+6
2020-01-10net: stmmac: xgmac: Fix missing returnJose Abreu1-0/+1
2019-12-18net: stmmac: xgmac3+: Add support for Frame PreemptionJose Abreu1-0/+24
2019-12-18net: stmmac: Add basic EST support for XGMACJose Abreu1-0/+52
2019-11-12net: stmmac: Fix sparse warningJose Abreu1-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-11-07net: stmmac: xgmac: Fix TSA selectionJose Abreu1-0/+1
2019-11-07net: stmmac: xgmac: bitrev32 returns u32Jose Abreu1-1/+1
2019-10-06net: stmmac: Fallback to VLAN Perfect filtering if HASH is not availableJose Abreu1-1/+16
2019-10-01net: stmmac: xgmac: Fix RSS writing wrong keysJose Abreu1-2/+3
2019-10-01net: stmmac: xgmac: Fix RSS not writing all Keys to HWJose Abreu1-1/+1
2019-10-01net: stmmac: xgmac: Not all Unicast addresses may be availableJose Abreu1-1/+1
2019-09-22net: stmmac: selftest: avoid large stack usageArnd Bergmann1-3/+2
2019-09-11net: stmmac: xgmac: Reinitialize correctly a variableJose Abreu1-1/+1
2019-09-05net: stmmac: xgmac: Enable RX Jumbo frame supportJose Abreu1-11/+0
2019-09-05net: stmmac: xgmac: Implement ARP OffloadJose Abreu1-0/+17
2019-09-05net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu1-0/+177
2019-08-17net: stmmac: Add support for VLAN Insertion OffloadJose Abreu1-0/+14
2019-08-17net: stmmac: xgmac: Add EEE supportJose Abreu1-5/+70