aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-18net: stmmac: Fix a race in EEE enable callbackJose Abreu1-10/+12
2019-01-30net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu1-4/+10
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-4/+8
2018-05-28net: stmmac: Use mutex instead of spinlockThierry Reding1-6/+6
2018-04-16net: stmmac: Switch stmmac_ops to generic HW Interface HelpersJose Abreu1-43/+25
2018-04-16net: stmmac: Switch stmmac_dma_ops to generic HW Interface HelpersJose Abreu1-8/+6
2018-03-30net: stmmac: Add support for DWMAC5 and implement Safety FeaturesJose Abreu1-1/+38
2017-07-24net: stmmac: Adjust dump offset of DMA registers for ethtoolThor Thayer1-0/+5
2017-06-29net: stmmac: Add additional registers for dwmac1000_dma ethtoolThor Thayer1-1/+1
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-3/+2
2017-03-15net: stmmac: rx watchdog config prepared for multiple queuesJoao Pinto1-1/+2
2017-03-12net: stmmac: mac debug prepared for multiple queuesJoao Pinto1-1/+4
2017-03-12net: stmmac: flow_ctrl functions adapted to mtlJoao Pinto1-1/+2
2017-02-24net: stmmac: unify registers dumps methodsLABBE Corentin1-20/+2
2017-02-15net: stmmac: invert the logic for dumping regsLABBE Corentin1-9/+9
2017-02-08net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin1-1/+1
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin1-4/+0
2017-01-09stmmac: move stmmac_clk, pclk, clk_ptp_ref and stmmac_rst to platform structurejpinto1-2/+2
2016-12-08net: stmmac: stmmac_platform: use correct setup function for gmac4Niklas Cassel1-2/+2
2016-12-07net: stmmac: do not call phy_ethtool_ksettings_set from atomic contextNiklas Cassel1-2/+0
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+11
2016-11-16net: stmmac: Implement ethtool::nway_resetFlorian Fainelli1-0/+1
2016-11-15stmmac: fix PTP type ethtool statsGiuseppe CAVALLARO1-8/+11
2016-10-12net: stmmac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-41/+56
2016-10-12net: stmmac: use phydev from struct net_devicePhilippe Reynes1-9/+9
2016-06-28drivers: net: stmmac: add port selection programmingGiuseppe CAVALLARO1-1/+2
2016-06-28drivers: net: stmmac: rework core ISR to better manage PCS and PMTGiuseppe CAVALLARO1-4/+7
2016-06-28drivers: net: stmmac: reworking the PCS code.Giuseppe CAVALLARO1-16/+38
2016-04-02stmmac: support new GMAC4Alexandre TORGUE1-1/+4
2016-04-02stmmac: enhance mmc counter managementAlexandre TORGUE1-1/+1
2016-03-02stmmac: do not perform zero-copy for rx framesGiuseppe Cavallaro1-0/+39
2016-03-02stmmac: first frame prep at the end of xmit routineGiuseppe Cavallaro1-1/+1
2015-12-01stmmac: support Reg_9 to get HW level informationGiuseppe CAVALLARO1-0/+30
2015-11-01stmmac: Correctly report PTP capabilities.Phil Reid1-2/+5
2014-12-09stmmac: fix max coal timer parameterGiuseppe CAVALLARO1-1/+1
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-08-29stmmac: fix tipo on mmc crc errorGiuseppe CAVALLARO1-1/+1
2014-08-25stmmac: simple cleanupsPavel Machek1-10/+8
2014-07-31net: stmmac: Change MAC interface to support multiple filter configurationsVince Bridgers1-3/+3
2014-06-02stmmac: Remove spin_lock call in stmmac_get_pauseparam()Emil Goode1-2/+0
2014-05-24net: driver: stmicro: Remove some useless the lock protectionYang Wei1-6/+0
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2013-03-26stmmac: add the support for PTP hw clock driverRayagond Kokatanur1-0/+3
2013-03-26stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur1-1/+31
2013-03-26stmmac: initial support to manage pcs modesGiuseppe CAVALLARO1-0/+94
2013-03-26stmmac: start adding pcs and rgmii core irqGiuseppe CAVALLARO1-0/+4
2013-03-26stmmac: support extend descriptorsGiuseppe CAVALLARO1-0/+23
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+1
2012-11-26stmmac: get/set coalesce parameters via ethtoolGiuseppe CAVALLARO1-0/+83
2012-11-26stmmac: add Rx watchdog support to mitigate the DMA irqsGiuseppe CAVALLARO1-3/+6