summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2024-08-03net: stmmac: Correct byte order of perfect_matchSimon Horman4-5/+5
2024-06-27net: stmmac: Assign configured channel value to EXTTS eventOleksij Rempel1-1/+5
2024-06-27net: stmmac: No need to calculate speed divider when offload is disabledXiaolei Wang1-18/+22
2024-06-21net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs pa...Xiaolei Wang1-14/+11
2024-04-10net: stmmac: fix rx queue priority assignmentPiotr Wejman2-16/+62
2024-03-06stmmac: Clear variable when destroying workqueueJakub Raczynski1-1/+3
2024-03-01net: stmmac: Fix incorrect dereference in interrupt handlersPavel Sakharov1-20/+0
2024-02-23net: stmmac: do not clear TBS enable bit on link up/downEsben Haabendal1-0/+3
2024-02-16net: stmmac: xgmac: fix a typo of register name in DPP safety handlingFurong Xu2-2/+2
2024-02-16net: stmmac: xgmac: use #define for string constantsSimon Horman1-34/+35
2024-02-16net: stmmac: xgmac: fix handling of DPP safety error for DMA channelsFurong Xu3-1/+60
2024-02-01net: stmmac: Wait a bit for the reset to take effectBernd Edlinger1-0/+3
2024-01-26net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake c...Qiang Ma3-2/+10
2024-01-20stmmac: dwmac-loongson: drop useless check for compatible fallbackKrzysztof Kozlowski1-5/+0
2023-12-20stmmac: dwmac-loongson: Add architecture dependencyJean Delvare1-1/+1
2023-12-20net: stmmac: Handle disabled MDIO busses from devicetreeAndrew Halaney1-1/+5
2023-12-20stmmac: dwmac-loongson: Make sure MDIO is initialized before useYanteng Si1-8/+6
2023-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-5/+2
2023-12-13net: stmmac: fix FPE events losingJianheng Zhang6-30/+35
2023-12-08net: stmmac: xgmac: Disable FPE MMC interruptsFurong Xu1-0/+4
2023-11-28net: stmmac: avoid rx queue overrunBaruch Siach1-0/+1
2023-11-28net: stmmac: fix rx budget limit checkBaruch Siach1-1/+1
2023-11-20net: stmmac: xgmac: Enable support for multiple Flexible PPS outputsFurong Xu2-2/+14
2023-10-10net: stmmac: dwmac-stm32: fix resume on STM32 MCUBen Wolsieffer1-2/+5
2023-09-19net: stmmac: fix handling of zero coalescing tx-usecsVincent Whitchurch1-4/+6
2023-08-03net: stmmac: Apply redundant write work around on 4.xx tooVincent Whitchurch1-1/+3
2023-07-19net: stmmac: fix double serdes powerdownBartosz Golaszewski1-6/+0
2023-06-21net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_openChristian Marangi1-2/+7
2023-05-24net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER registerMarek Vasut2-0/+6
2023-05-11net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA portsYan Wang1-3/+9
2023-05-11net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handlingSebastian Reichel1-10/+4
2023-05-11net: ethernet: stmmac: dwmac-rk: rework optional clock handlingSebastian Reichel1-113/+70
2023-04-13net: stmmac: Add queue reset into stmmac_xdp_open() functionSong Yoong Siang1-0/+2
2023-04-13net: stmmac: check fwnode for phy device before scanning for phyMichael Sit Wei Hong1-4/+11
2023-04-13net: stmmac: fix up RX flow hash indirection table when setting channelsCorinna Vinschen1-1/+5
2023-04-13net: stmmac: remove redundant fixup to support fixed-link modeMichael Sit Wei Hong1-1/+0
2023-04-13net: stmmac: check if MAC needs to attach to a PHYMichael Sit Wei Hong1-1/+3
2023-04-06net: stmmac: don't reject VLANs when IFF_PROMISC is setVladimir Oltean2-59/+3
2023-03-30net: stmmac: Fix for mismatched host/device DMA address widthJochen Henneberg5-18/+21
2023-03-17net: stmmac: add to set device wake up flag when stmmac init phyRongguang Wei1-0/+1
2023-02-22net: stmmac: Restrict warning on disabling DMA store and fwd modeCristian Ciocaltea1-1/+1
2023-02-22net: stmmac: fix order of dwmac5 FlexPPS parametrization sequenceJohannes Zink1-1/+2
2023-02-22net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoCAndrey Konovalov2-1/+4
2023-02-01net: stmmac: enable all safety features by defaultAndrew Halaney1-0/+14
2023-02-01net: stmmac: fix invalid call to mdiobus_get_phy()Heiner Kallweit1-0/+5
2023-02-01net: stmmac: Fix queue statistics readingKurt Kanzenbach1-4/+4
2023-01-18stmmac: dwmac-mediatek: remove the dwmac_fix_mac_speedBiao Huang1-26/+0
2023-01-18net: stmmac: add aux timestamps fifo clearance waitNoor Azura Ahmad Tarmizi1-1/+4
2022-12-31net: stmmac: fix errno when create_singlethread_workqueue() failsGaosheng Cui1-0/+1
2022-12-31stmmac: fix potential division by 0Piergiorgio Beruto2-2/+3