summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08net: stmmac: mmc_core: Add GMAC mmc tx/rx missing statisticsMinda Chen1-0/+2
2024-02-27net: stmmac: mmc_core: Drop interrupt registers from statsJesper Nilsson1-2/+0
2024-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-42/+87
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 Tesarik1-42/+87
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-2/+2
2024-01-16net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake c...Qiang Ma1-2/+8
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-07net: stmmac: fix ethtool per-queue statisticsPetr Tesarik1-7/+2
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-15/+16
2023-12-13net: stmmac: mmc: Support more counters for XGMAC CoreFurong Xu1-0/+10
2023-10-19net: stmmac: Remove redundant checking for rx_coalesce_usecsGan Yi Fang1-1/+1
2023-09-19net: stmmac: fix incorrect rxq|txq_stats referenceJisheng Zhang1-16/+16
2023-07-20net: stmmac: use per-queue 64 bit statistics where necessaryJisheng Zhang1-25/+98
2023-04-08net: stmmac: remove set but unused mask in stmmac_ethtool_set_link_ksettings()Vladimir Oltean1-9/+0
2023-01-16net: stmmac: Fix queue statistics readingKurt Kanzenbach1-4/+4
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-07-26net: ethernet: stmicro: stmmac: move dma conf to dedicated structChristian Marangi1-2/+2
2022-07-19net: stmmac: remove redunctant disable xPCS EEE callWong Vee Khee1-8/+0
2022-02-01net: stmmac: dump gmac4 DMA registers correctlyCamel Guo1-2/+17
2021-11-29stmmac: remove ethtool driver version infoHeiner Kallweit1-1/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-16net: stmmac: add ethtool per-queue irq statistic supportVijayakannan Ayyathurai1-0/+2
2021-08-16net: stmmac: add ethtool per-queue statistic frameworkVijayakannan Ayyathurai1-1/+64
2021-06-03net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean1-1/+1
2021-06-03net: pcs: xpcs: convert to mdio_deviceVladimir Oltean1-1/+1
2021-06-03net: pcs: xpcs: export xpcs_config_eeeVladimir Oltean1-5/+7
2021-05-18net: stmmac: Add callbacks for DWC xpcs Energy Efficient EthernetMichael Sit Wei Hong1-0/+6
2021-03-19net: stmmac: Add EST errors into ethtool statisticOng Boon Leong1-0/+6
2021-03-18net: stmmac: add per-queue TX & RX coalesce ethtool supportOng Boon Leong1-15/+103
2021-02-18net: stmmac: Add PCI bus info to ethtool driver query outputWong Vee Khee1-0/+4
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+15
2020-10-04net: stmmac: Modify configuration method of EEE timersVineetha G. Jaya Kumaran1-1/+11
2020-09-24net: stmmac: removed enabling eee in EEE set callbackVoon Weifeng1-11/+4
2020-09-17net: stmmac: Add support to Ethtool get/set ring parametersSong, Yoong Siang1-0/+29
2020-09-16net: stmmac: add ethtool support for get/set channelsOng Boon Leong1-0/+26
2020-08-04net: stmmac: fix failed to suspend if phy based WOL is enabledJisheng Zhang1-1/+1
2020-07-29net: stmmac: Support WOL with phyJisheng Zhang1-0/+11
2020-07-29net: stmmac: Move device_can_wakeup() check earlier in set_wolJisheng Zhang1-3/+3
2020-07-29net: stmmac: Remove WAKE_MAGIC if HW shows no pmt_magic_frameJisheng Zhang1-0/+2
2020-03-05stmmac: let core reject the unsupported coalescing parametersJakub Kicinski1-14/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-09-05net: stmmac: ethtool: Let user configure TX coalesce without RIWTJose Abreu1-12/+9
2019-08-17net: stmmac: Add ethtool register dump for XGMAC coresJose Abreu1-7/+16
2019-08-17net: stmmac: Add a counter for Split Header packetsJose Abreu1-0/+1
2019-08-09net: stmmac: Implement RSS and enable it in XGMAC coreJose Abreu1-0/+75
2019-08-09net: stmmac: xgmac: Implement MMC countersJose Abreu1-0/+6
2019-07-09net: stmmac: Implement RX Coalesce Frames settingJose Abreu1-2/+5