summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-158/+281
2024-02-07net: stmmac: remove eee_enabled/eee_active in stmmac_ethtool_op_get_eee()Russell King (Oracle)1-2/+0
2024-02-07net: stmmac: protect updates of 64-bit statistics countersPetr Tesarik7-157/+221
2024-02-06net: stmmac: xgmac: fix a typo of register name in DPP safety handlingFurong Xu2-2/+2
2024-02-02net: stmmac: xgmac: fix handling of DPP safety error for DMA channelsFurong Xu3-1/+60
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+7
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-2/+2
2024-01-31net: stmmac: Report taprio offload statusRohan G Thomas1-4/+58
2024-01-31net: stmmac: est: Per Tx-queue error count for HLBFRohan G Thomas2-0/+7
2024-01-31net: stmmac: Offload queueMaxSDU from tc-taprioRohan G Thomas3-0/+48
2024-01-31net: stmmac: dwmac-starfive: Add support for JH7100 SoCCristian Ciocaltea2-7/+31
2024-01-30net: stmmac: dwmac-imx: set TSO/TBS TX queues default settingsEsben Haabendal1-0/+4
2024-01-30net: stmmac: do not clear TBS enable bit on link up/downEsben Haabendal1-0/+3
2024-01-29net: fill in MODULE_DESCRIPTION()s for dwmac-socfpgaBreno Leitao1-0/+1
2024-01-24net: stmmac: Wait a bit for the reset to take effectBernd Edlinger1-0/+3
2024-01-17net: stmmac: Prevent DSA tags from breaking COERomain Gantois1-3/+29
2024-01-16net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake c...Qiang Ma3-2/+10
2024-01-13net: stmmac: Fix ethool link settings ops for integrated PCSSneh Shah1-4/+6
2024-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-7/+2
2024-01-08Revert "net: stmmac: Enable Per DMA Channel interrupt"Jakub Kicinski7-71/+31
2024-01-07net: stmmac: Use interrupt mode INTM=1 for per channel irqSwee Leong Ching2-13/+22
2024-01-07net: stmmac: Add support for TX/RX channel interruptSwee Leong Ching1-0/+28
2024-01-07net: stmmac: Make MSI interrupt routine genericSwee Leong Ching4-18/+21
2024-01-07net: stmmac: fix ethtool per-queue statisticsPetr Tesarik1-7/+2
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2023-12-20net: stmmac: fix incorrect flag check in timestamp interruptLai Peter Jun Ann1-1/+1
2023-12-15net: stmmac: don't create a MDIO bus if unnecessaryAndrew Halaney1-37/+54
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-14/+21
2023-12-14net: stmmac: Handle disabled MDIO busses from devicetreeAndrew Halaney1-1/+5
2023-12-14net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RXSneh Shah1-0/+10
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-15/+16
2023-12-13stmmac: dwmac-loongson: drop useless check for compatible fallbackKrzysztof Kozlowski1-5/+0
2023-12-13stmmac: dwmac-loongson: Make sure MDIO is initialized before useYanteng Si1-8/+6
2023-12-13net: stmmac: mmc: Support more counters for XGMAC CoreFurong Xu3-1/+140
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-30/+35
2023-12-05net: stmmac: Add support for EST cycle-time-extensionRohan G Thomas1-0/+4
2023-12-05net: stmmac: Refactor EST implementationRohan G Thomas15-392/+272
2023-12-05net: stmmac: xgmac: EST interrupts handlingRohan G Thomas2-0/+117
2023-12-05net: stmmac: fix FPE events losingJianheng Zhang6-30/+35
2023-12-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-1/+75
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2023-11-30net: stmmac: Add Tx HWTS support to XDP ZCSong Yoong Siang2-1/+75
2023-11-28net: stmmac: xgmac: Disable FPE MMC interruptsFurong Xu1-0/+4
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-11-22net: stmmac: Add support for HW-accelerated VLAN strippingGan, Yi Fang5-2/+90
2023-11-21net: stmmac: reduce dma ring display code duplicationBaruch Siach1-17/+11
2023-11-21net: stmmac: remove extra newline from descriptors displayBaruch Siach1-1/+0
2023-11-17stmmac: dwmac-loongson: Add architecture dependencyJean Delvare1-1/+1
2023-11-15net: stmmac: avoid rx queue overrunBaruch Siach1-0/+1
2023-11-15net: stmmac: fix rx budget limit checkBaruch Siach1-1/+1